summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* 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 code
| * 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 ↵Henning Baldersheim2022-09-202-24/+41
| | | | when told to do so.
* 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 ↵Henning Baldersheim2022-09-141-8/+17
| | | | InterleavedSearchInvoker easier to understand and modify.
* soonActive => targetActiveHenning Baldersheim2022-09-093-4/+4
| | | | Wire in targetActive in MonitorReply/Pong.
* 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
| | | | - Only return fields requested from the backend.
* 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
| | | | | | tree profiling shall go.
* Use a continous function to avoid capping.Henning Baldersheim2022-08-231-12/+12
|
* Separate the notion of decaying cost from averageSearchTime, which is only ↵Henning Baldersheim2022-08-231-24/+24
| | | | needed for testing.
* Cap sampleWeight at 50%Henning Baldersheim2022-08-221-4/+11
|
* - Refactor to allow for different decay method.Henning Baldersheim2022-08-221-20/+64
| | | | | - Implement decay over constant time in addition to over requests. - Default is decay over 500 requests, and 5.0s if you choose to decay over time.
* Use System.nanotTime instead of System.curretTimeMillis to get a steady ↵Henning Baldersheim2022-08-221-21/+22
| | | | | | clock not impacted by clock adjustment. Also use Duration as interface.
* 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
| |
| * Revert "Merge pull request #23669 from ↵Jon Bratseth2022-08-161-1/+32
| | | | | | | | | | | | | | vespa-engine/revert-23581-userinput-does-not-use-defaultIndex-while-resolving-indexableitem" This reverts commit d8a38777428495670078d23cd86863829ca8018d, reversing changes made to aa89c25d0ed2e8b0390ef62c6e55feecdd4c7815.
| * Revert "Added defaultIndex processing for userInput items parsing"Henning Baldersheim2022-08-151-32/+1
| |
* | Make defaultIndex part of parser stateJon Bratseth2022-08-161-1/+1
|/
* Merge pull request #23581 from ↵Jon Bratseth2022-08-151-1/+32
|\ | | | | | | | | akolhun/userinput-does-not-use-defaultIndex-while-resolving-indexableitem Added defaultIndex processing for userInput items parsing
| * added defaultIndex processing for userInput parsinganton kolhun2022-08-051-1/+32
| |
* | Add some tests from an old branch and some code cleanup.Henning Baldersheim2022-08-121-2/+1
| |
* | - Use CompoundName where possible.Henning Baldersheim2022-08-121-6/+15
|/ | | | | - Avoid * imports. - Use common property definition.
* Convert container-search to junit5Bjørn Christian Seime2022-07-28282-8644/+8614
|
* skip number ranges with empty rangeStart and non-numeric rangeEndanton kolhun2022-07-211-0/+9
|
* Carry over parameters when grouping from YQLJon Bratseth2022-07-142-3/+52
|
* Suppress warningsHarald Musum2022-07-072-8/+7
|
* Deprecate ConfigGetterHarald Musum2022-07-079-63/+39
|
* Allow the illegall single quoted json.Henning Baldersheim2022-07-061-0/+6
|
* Test keySetHenning Baldersheim2022-07-021-0/+13
|
* Add test, faster size, and order primary/secondary as expected.Henning Baldersheim2022-07-021-0/+53
|
* Join 2 testcases for CompoundName.Henning Baldersheim2022-06-291-3/+3
| | | | | Stricter testcase for CompoundName, to also test internals. Fix single value append.
* Merge pull request #23255 from vespa-engine/bjorncs/stabilize-testBjørn Christian Seime2022-06-281-14/+15
|\ | | | | Ensure JsonRenderer is only used once
| * Ensure JsonRenderer is only used onceBjørn Christian Seime2022-06-281-14/+15
| |