aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/combiningfeedview/combiningfeedview_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Change from typedef to using in searchcore.Geir Storli2022-12-211-2/+2
|
* Add DoneCallback to removeDocuments.Henning Baldersheim2021-11-301-14/+5
|
* Add DoneCallback to heartBeat so it can be tested without relying on sync.Henning Baldersheim2021-11-301-2/+2
|
* Wire in OnDoneCallback in handleLidSpaceCompaction to avoid brute force ↵Henning Baldersheim2021-11-301-2/+2
| | | | sync_all_executors.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Reduce visibility and do not provide syncable when not necessary.Henning Baldersheim2021-03-021-0/+1
|
* When making callbacks like notifying about new bucket show the gurad that is ↵Henning Baldersheim2021-02-141-4/+5
| | | | | | held. Then this guard can used instead of possibly making a deadlock if trying to take it yourself.
* Move idestructorcallback.h to vespalib module and ↵Henning Baldersheim2021-01-141-2/+2
| | | | search::IDestructorCallback to vespalib::IdestructorCallback.
* Remove IGidCompare interface.Tor Egge2020-11-111-2/+0
|
* Reuse document meta store state from prepare step instead of doingTor Egge2020-10-061-1/+1
| | | | a new lookup in btree mapping from gid to lid during live feed.
* Use std::make_xxxHenning Baldersheim2020-09-211-1/+1
|
* Make RemoveOperation an interface and move implmentation to ↵Henning Baldersheim2020-04-081-7/+7
| | | | RemoveOperationWithDocId
* Reduce code visibility and C++11ification.Henning Baldersheim2018-06-141-5/+6
|
* Reduce code visibilityHenning Baldersheim2018-06-121-0/+1
|
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-2/+2
|
* Consolidate makeBucketSpace() test functions to document module.Tor Egge2017-11-141-2/+2
|
* Remove explicit ack and use feedtoken as a smartptrHenning Baldersheim2017-10-131-22/+20
|
* Use propagated bucket space instead of place holder.Tor Egge2017-10-061-1/+3
|
* Extend IFeedView::handleMove() with destructor callback to get a hook for ↵Geir Storli2017-07-031-3/+6
| | | | | | | when the move operation is done. This is in preparation for limiting the number of outstanding move operations that lid space compaction and bucket move jobs have.
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
|
* add override in searchcore moduleArne H Juul2017-04-121-16/+16
|
* use docSize more consistently.Tor Egge2017-03-061-1/+1
| | | | Revert some changes to document meta store unit test.
* Change document meta store api to require document size as argument toTor Egge2017-03-061-1/+1
| | | | | | | | put method. Adjust unit tests to supply (dummy) document size. Change feed view to supply document size.
* PublishJon Bratseth2016-06-151-0/+438