summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Report hash and B-tree memory usage separately for enum store dictionary.Tor Egge2021-04-082-18/+62
* Merge pull request #17226 from vespa-engine/balder/dotproduct-as-termHenning Baldersheim2021-03-303-46/+30
|\
| * - Use a LookupKey to further delay data conversion until we know it is necess...Henning Baldersheim2021-03-291-0/+11
| * - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as they...Henning Baldersheim2021-03-293-46/+19
* | Eliminate signed versus unsigned compare warning.Tor Egge2021-03-301-1/+1
|/
* Control document meta store compaction pace.Tor Egge2021-03-291-8/+36
* Merge pull request #17175 from vespa-engine/havardpe/do-not-handle-global-fil...Arne H Juul2021-03-291-2/+2
|\
| * add 'is_search' flag when creating match tools factoryHåvard Pettersen2021-03-251-2/+2
* | Merge pull request #17207 from vespa-engine/toregge/compact-document-meta-sto...Henning Baldersheim2021-03-271-0/+29
|\ \
| * | Compact DocumentMetaStore _gidToLidMap when dead bytes ratio isTor Egge2021-03-261-0/+29
* | | Remove SerializedTensorAttribute that is replaced by SerializedFastValueAttri...Geir Storli2021-03-261-5/+5
|/ /
* | Make test less timing sensitive.Geir Storli2021-03-251-1/+12
* | Sample and expose the transient disk usage needed for running disk index fusion.Geir Storli2021-03-252-0/+72
* | Rename TransientMemoryUsageProvider to TransientResourceUsageProvider.Geir Storli2021-03-252-7/+7
|/
* Ensure onStop is proxied.Henning Baldersheim2021-03-173-6/+26
* Merge pull request #16939 from vespa-engine/toregge/remove-unused-variablesHenning Baldersheim2021-03-131-1/+0
|\
| * Remove unused variables.Tor Egge2021-03-131-1/+0
* | Fix forward declaration.Tor Egge2021-03-131-1/+1
|/
* To avoid race condition in test parts of the test code must be run in the mas...Henning Baldersheim2021-03-101-69/+122
* Revert "Revert "If a document was removed or moved between th emove started a...Henning Baldersheim2021-03-053-2/+58
* Revert "If a document was removed or moved between th emove started and the d...Henning Baldersheim2021-03-053-58/+2
* If a document was removed or moved between th emove started and the document ...Henning Baldersheim2021-03-053-2/+58
* all scalars must be doubleHåvard Pettersen2021-03-041-1/+1
* Make the SearchTerm enum a small scoped enum and rename to Type.Henning Baldersheim2021-03-041-1/+1
* Merge pull request #16739 from vespa-engine/balder/do-not-promise-more-than-y...Henning Baldersheim2021-03-0216-8/+37
|\
| * Reduce visibility and do not provide syncable when not necessary.Henning Baldersheim2021-03-0216-8/+37
* | Remove notion of node-specific reliability from C++ distribution codeTor Brede Vekterli2021-03-021-1/+1
|/
* Use an enum to avoid dangerous implicit type conversionHenning Baldersheim2021-02-271-1/+1
* Put all params for commit into a single CommitParam structHenning Baldersheim2021-02-275-21/+21
* Eliminate inline warning.Tor Egge2021-02-272-1/+4
* Avoid including singlenumericattribute.hppHenning Baldersheim2021-02-254-5/+0
* Use a value metric for buckets_pending.Henning Baldersheim2021-02-231-1/+1
* Add metirc for buckets pending move.Henning Baldersheim2021-02-232-0/+18
* Only count the operation once.Henning Baldersheim2021-02-191-1/+1
* Use a trinary to also handle temporary mismatching bucket used bits.Henning Baldersheim2021-02-191-4/+4
* Add alternative bucket move job without frozen concept.Henning Baldersheim2021-02-175-5/+595
* use 4_Gi directlyArne Juul2021-02-151-2/+1
* use 15_Gi/17_Gi directlyArne Juul2021-02-151-4/+3
* use size literals in searchcoreArne Juul2021-02-1518-57/+63
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-1424-98/+94
* urgen ->urgentHenning Baldersheim2021-02-131-1/+1
* Move control of internal limits closer to where the limitation is.Henning Baldersheim2021-02-132-9/+9
* Add unit test for cappingHenning Baldersheim2021-02-111-0/+24
* Merge pull request #16469 from vespa-engine/balder/refactor-moverHenning Baldersheim2021-02-114-12/+13
|\
| * Refactor to splitt out work that can be done in separate thread.Henning Baldersheim2021-02-104-12/+13
* | Wire in configuration for bucket move jobHenning Baldersheim2021-02-101-4/+8
|/
* To ensure that lid stats is sampled after everything has been completed compa...Henning Baldersheim2021-02-071-0/+1
* Use gtestHenning Baldersheim2021-02-047-634/+640
* Split to one test file per fixture.Henning Baldersheim2021-02-043-132/+151
* Refactor test for easier reuse.Henning Baldersheim2021-02-045-508/+565