aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJon Bratseth2017-06-14391-378/+391
* Merge pull request #2771 from yahoo/bratseth/remove-unnecessary-filesTor Egge2017-06-141-1/+0
|\
| * Remove unnecessary filesJon Bratseth2017-06-141-1/+0
* | Remove carriage returnJon Bratseth2017-06-143-3/+3
|/
* Revert "Copyright header"Jon Bratseth2017-06-13392-394/+382
* Merge with masterJon Bratseth2017-06-131-0/+30
|\
| * Add support for Zstandard compression in the document store.Henning Baldersheim2017-06-121-0/+30
* | Copyright headerJon Bratseth2017-06-13392-382/+394
|/
* Merge pull request #2655 from yahoo/havardpe/make-lazy-eval-defaultHenning Baldersheim2017-06-071-4/+8
|\
| * auto-detect appropriate compiled function parameter lazynessHaavard2017-06-071-4/+8
* | Merge branch 'master' into balder/decouple-datatype-and-fiedlvalue-some-moreHenning Baldersheim2017-06-079-67/+67
|\|
| * Rename vespa-header-inspect to vespa-fileheader-inspect.Tor Egge2017-06-076-16/+16
| * Merge pull request #2624 from yahoo/toregge/use-example-com-instead-of-yahoo-...Geir Storli2017-06-073-51/+51
| |\
| | * Use example.com instead of yahoo.com in unit tests.Tor Egge2017-06-053-51/+51
* | | split log and bufferedlogHenning Baldersheim2017-06-072-0/+2
* | | Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-071-2/+1
|/ /
* | Forward declare DocumentType.Henning Baldersheim2017-06-062-0/+2
* | Include stringfmt where it was needed.Henning Baldersheim2017-06-069-3/+11
|/
* Now everything builds without fastos.hHenning Baldersheim2017-06-0110-25/+38
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-01124-135/+18
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-2421-212/+128
* remove empty linesArne Juul2017-05-191-1/+0
* Fix testing of getEstimatedShrinkLidSpaceGain() returning 0 when lid space ca...Geir Storli2017-05-181-1/+2
* Must hold guard when accessing _lidInfo size and return 0 as memory gain when...Geir Storli2017-05-181-0/+1
* Implement getEstimatedShrinkLidSpaceGain() for LogDataStore.Geir Storli2017-05-122-0/+3
* Add support for shrinking lid space in LogDataStore.Geir Storli2017-05-121-4/+46
* Fix such that getLid() is protected by docIdLimit.Geir Storli2017-05-121-0/+8
* Support that lid space can be compacted and entries from old files skipped du...Geir Storli2017-05-121-12/+66
* Integrate that docIdLimit at idx file creation time is written to file header.Geir Storli2017-05-121-10/+55
* Add docIdLimit to DataStoreStorageStats.Geir Storli2017-05-121-1/+1
* Move docIdLimit from WriteableFileChunk to FileChunk.Geir Storli2017-05-121-25/+83
* Use docIdLimit in read functions and test that docIdLimit is updated.Geir Storli2017-05-121-0/+69
* Don't use bucketizer for entries with lid >= docIdLimit.Geir Storli2017-05-121-2/+23
* Skip entries with lid >= docIdLimit in updateLidMap().Geir Storli2017-05-121-4/+63
* Write docIdLimit to header in idx file of WriteableFileChunk.Geir Storli2017-05-123-1/+64
* Add skeleton for unit tests for docstore file chunk.Geir Storli2017-05-123-0/+21
* Merge pull request #2377 from yahoo/toregge/replace-task-id-with-executor-id-...Geir Storli2017-05-091-7/+56
|\
| * Extend unit test to test new methods.Tor Egge2017-05-031-7/+56
* | Deinline as compiler makes the best choices.Henning Baldersheim2017-05-093-7/+8
* | Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-082-16/+95
* | Revert "Add aggregator for calculating the population standard deviation"Henning Baldersheim2017-05-052-95/+16
* | Merge pull request #2394 from yahoo/bjorncs/stddev-aggregator-backendHenning Baldersheim2017-05-052-16/+95
|\ \
| * | fixup! Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-051-0/+2
| * | Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-052-16/+93
* | | Move StoreByBucket tests to separate test file.Geir Storli2017-05-054-62/+92
* | | Move chunk tests to separate test file.Geir Storli2017-05-054-51/+80
* | | Move LidInfo tests to separate test file.Geir Storli2017-05-054-56/+78
|/ /
* / Revert "Revert "Fix warnings hidden earlier due to including application head...Henning Baldersheim2017-05-0326-197/+153
|/
* Revert "Fix warnings hidden earlier due to including application headers as s...Henning Baldersheim2017-05-0326-153/+197
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-0326-197/+153