aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1019 from yahoo/geirst/move-datastore-code-into-separate-...Tor Egge2016-11-041-1/+1
|\
| * Move datastore code from search::btree -> search::datastore.Geir Storli2016-11-041-1/+1
* | Move HwInfo from vespalib to searchcore and simplify code.Tor Egge2016-11-0411-46/+45
|/
* Test that flushed attribute can be loaded again, regardless ofTor Egge2016-11-031-7/+50
* Flush attribute to memory first if attribute saver has aTor Egge2016-11-0311-27/+97
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-025-13/+15
* Add validation of tensor attribute tensor type changes.Geir Storli2016-10-271-11/+27
* Merge pull request #903 from yahoo/havardpe/support-fewer-documents-than-thre...Henning Baldersheim2016-10-181-17/+40
|\
| * fix corner case, add test and add time bomb to other testsHaavard2016-10-181-17/+40
* | Move tensor attribute source to separate directory.Tor Egge2016-10-182-2/+2
|/
* verify docid rangesHaavard2016-10-111-5/+54
* Add index manager stats that can be used by both state explorer andTor Egge2016-09-211-0/+41
* Change to use eval::ValueType instead of tensor::TensorType.Geir Storli2016-09-152-9/+10
* Do not require icu unless you really need it.Henning Baldersheim2016-09-115-0/+5
* Merge pull request #553 from yahoo/geirst/integration-of-ranking-constants-in...HÃ¥vard Pettersen2016-09-0611-119/+22
|\
| * Remove RankingConstantsConfig from DocumentDBConfig and add builder used in u...Geir Storli2016-09-0511-124/+22
| * Integrate and populate matching::RankingConstants based on files acquired fro...Geir Storli2016-09-025-2/+7
* | Use WarmupConfig class all the way.Henning Baldersheim2016-09-021-1/+2
* | Add config option to warm up with unpacking too.Henning Baldersheim2016-09-023-4/+4
* | added tests for ranking constantsHaavard2016-09-011-0/+22
|/
* use std::make_shared more oftenArne H Juul2016-08-316-86/+58
* Merge pull request #514 from yahoo/arnej/subscribe-to-ranking-constants-config-2Arne H Juul2016-08-319-4/+32
|\
| * subscribe to ranking constants configArne H Juul2016-08-319-4/+32
* | ignoreHaavard2016-08-311-0/+1
|/
* Merge pull request #505 from yahoo/geirst/constant-value-repo-in-protonTor Egge2016-08-304-9/+126
|\
| * Wire in constant value repo from doc subdb to index environment.Geir Storli2016-08-302-9/+36
| * Implement constant value repo to give access to rank constants in the rank fr...Geir Storli2016-08-302-0/+90
* | GC code that gcc 6 teslls me is unused.Henning Baldersheim2016-08-291-21/+0
* | Add ordering withing a bucket by using all bits.Henning Baldersheim2016-08-251-5/+5
|/
* Added more dependencies to be able to compile and test in parallell.Arnstein Ressem2016-08-251-1/+1
* Name dependencies for script tests.Arnstein Ressem2016-08-248-9/+18
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-235-17/+12
* Make it possible to automatically run tests after linking.Arnstein Ressem2016-08-231-1/+1
* Test that we handle large serial numbers (>32bit max) when ordering by tls size.Geir Storli2016-08-191-1/+17
* Enable tensor field assign updates in backend.Tor Egge2016-08-161-12/+62
* Aressem/cmake out of source test for script (#409)Arnstein Ressem2016-08-1518-19/+26
* Remove unused SummaryAdapter::update method.Tor Egge2016-08-153-9/+0
* Avoid spurious failures due to threads sometimesTor Egge2016-08-041-2/+6
* Remove traces of SearchableDocumentRetrieverHenning Baldersheim2016-07-081-2/+1
* ignore generated binaryHaavard2016-07-011-0/+1
* use shorter timeout for something we do not expect to happenHaavard2016-07-011-1/+1
* Change settings for conservative mode in memory flush strategy from absolute ...Geir Storli2016-06-301-26/+29
* Add low watermark for when to go back from conservative to normal mode for me...Geir Storli2016-06-302-9/+56
* Add class that listens to changes in disk/memory usage and updates config use...Geir Storli2016-06-304-0/+96
* Update comment to reflect reality.Henning Baldersheim2016-06-291-2/+2
* Test that iterator stops, and does not rewind and continue when stop signal i...Henning Baldersheim2016-06-291-0/+20
* Merge pull request #239 from yahoo/toregge/stop-bucket-move-job-when-memory-i...Geir Storli2016-06-281-17/+30
|\
| * Split into separate tests for disk and memory limit.Tor Egge2016-06-281-27/+30
| * Stop bucket move maintenance job when memory usage is above limit.Tor Egge2016-06-281-1/+11
* | no need for magic incantation (#252)Arne H Juul2016-06-281-1/+1