summaryrefslogtreecommitdiffstats
path: root/container-search/src/test
Commit message (Expand)AuthorAgeFilesLines
* Propagate targetHits in tokenizeJon Bratseth2022-11-022-7/+6
* Test with no trafficJon Bratseth2022-11-011-0/+6
* Revert "Merge pull request #24645 from vespa-engine/revert-24631-bratseth/ful...Jon Bratseth2022-10-291-1/+0
* Revert "Bratseth/fully specified"Jon Bratseth2022-10-281-0/+1
* Return effective not declared min and max resourcesJon Bratseth2022-10-281-1/+0
* Remove left-over from old pRjonmv2022-10-211-13/+8
* Synchronize when accesing or changing file nameHarald Musum2022-10-191-3/+3
* Make sure to use unique file namesHarald Musum2022-10-191-3/+3
* Merge pull request #24503 from vespa-engine/bratseth/backslash-testKristian Aune2022-10-191-0/+8
|\
| * Add a testJon Bratseth2022-10-191-0/+8
* | Need method to be public to be able to extend LoggerHarald Musum2022-10-191-2/+2
* | Switch to a new file if some time after first write has passedHarald Musum2022-10-191-3/+14
|/
* Write several entries into files using JSONL file formatHarald Musum2022-10-151-7/+53
* Merge pull request #24429 from vespa-engine/bratseth/propagate-targetHitsJon Bratseth2022-10-131-0/+12
|\
| * Propagate targetHitsJon Bratseth2022-10-131-0/+12
* | Merge pull request #24406 from vespa-engine/bratseth/instance-tagsJon Bratseth2022-10-131-1/+1
|\ \
| * | Add instance tagsJon Bratseth2022-10-121-1/+1
| |/
* / No functional changesJon Bratseth2022-10-131-4/+15
|/
* Add test of failing transport call, should be retriedHarald Musum2022-10-061-0/+49
* Make transport return a boolean and use a function when processing filesHarald Musum2022-10-061-12/+18
* Add very simple start of spooler for entriesHarald Musum2022-10-051-0/+107
* Merge pull request #24181 from vespa-engine/lesters/draft-external-loggerHarald Musum2022-10-051-0/+50
|\
| * Add external logger draft codeLester Solbakken2022-09-221-0/+50
* | Remove all traces from computeCoverageFromTargetActiveDocsHenning Baldersheim2022-09-292-17/+3
|/
* Add test that we calculate coverage based on target-active and reduandancy wh...Henning Baldersheim2022-09-202-24/+41
* Use try-with-resources.Henning Baldersheim2022-09-201-158/+174
* Control whether to report coverage based on active or target active documents.Henning Baldersheim2022-09-191-6/+19
* Handle array of string fields when converting the backend binary highlighting.Geir Storli2022-09-141-4/+16
* Simplify and unify the use of Timers.Henning Baldersheim2022-09-141-14/+3
* Factor out timeout and coverage handling to make the InterleavedSearchInvoker...Henning Baldersheim2022-09-141-8/+17
* soonActive => targetActiveHenning Baldersheim2022-09-093-4/+4
* Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-092-2/+2
* Add testsJon Bratseth2022-09-082-5/+27
* GC unused parameters.Henning Baldersheim2022-09-021-12/+10
* - Add fieldlist to docsum request.Henning Baldersheim2022-09-011-2/+3
* try harder to avoid disk accessArne Juul2022-09-011-0/+22
* Fastpast HashMap and HashSetJon Bratseth2022-08-261-3/+4
* No aliasing of trace.profileDepth.Henning Baldersheim2022-08-251-1/+1
* Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-251-13/+17
* Use a continous function to avoid capping.Henning Baldersheim2022-08-231-12/+12
* Separate the notion of decaying cost from averageSearchTime, which is only ne...Henning Baldersheim2022-08-231-24/+24
* Cap sampleWeight at 50%Henning Baldersheim2022-08-221-4/+11
* - Refactor to allow for different decay method.Henning Baldersheim2022-08-221-20/+64
* Use System.nanotTime instead of System.curretTimeMillis to get a steady clock...Henning Baldersheim2022-08-221-21/+22
* Test best-of-random-2Henning Baldersheim2022-08-211-0/+38
* Add best-of-random-2 dispatch policy.Henning Baldersheim2022-08-191-4/+4
* Apply defaultIndex to filters after parsingJon Bratseth2022-08-191-0/+11
* No defaultIndex in filterJon Bratseth2022-08-191-0/+69
* Merge branch 'master' into bratseth/defaultIndex-in-stateJon Bratseth2022-08-171-3/+27
|\
| * CannonicalizeJon Bratseth2022-08-161-3/+27