aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/lid_space_compaction/lid_space_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename search::index::EmptyDocBuilder to search::test::DocBuilder.Tor Egge2022-10-131-5/+5
| | | | Rename search::index::StringFieldBuilder to search::test::StringFieldBuilder.
* Remove search::index::DocBuilder. Add search::index::StringFieldBuilder.Tor Egge2022-10-121-3/+7
|
* Remove retry parameter not in use anymore.Henning Baldersheim2021-12-101-1/+1
|
* Separate spread and bloatHenning Baldersheim2021-12-081-0/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* GC frozen buckets conceptHenning Baldersheim2021-05-101-9/+0
|
* Fix forward declaration.Tor Egge2021-03-131-1/+1
|
* Reduce visibility and do not provide syncable when not necessary.Henning Baldersheim2021-03-021-1/+3
|
* When making callbacks like notifying about new bucket show the gurad that is ↵Henning Baldersheim2021-02-141-1/+1
| | | | | | held. Then this guard can used instead of possibly making a deadlock if trying to take it yourself.
* Check gid and bucketid inside the correct master thread to ensure you do the ↵Henning Baldersheim2021-01-251-5/+6
| | | | right thing.
* - The metastore must be read in the master thread.Henning Baldersheim2021-01-241-1/+1
| | | | - The getMetaData belong to the handler, not the iterator.
* - Update copyright.Henning Baldersheim2021-01-221-32/+13
| | | | - Move code to .cpp file.
* - Splitt common test code.Henning Baldersheim2021-01-221-0/+163
- Splitt out HandlerTest. - Make JobTest parameterized to run with current way of using frozen bucket concept, or future using BucketExecutor and content layer bucket locking.