summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-027-53/+28
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-027-28/+53
* Let list handling catch up with Java 17Henning Baldersheim2022-12-027-53/+28
* Reduce need to access getJDiscRequestHenning Baldersheim2022-11-291-1/+1
* Need a delayed close for the connections no longer needed.Henning Baldersheim2022-11-261-5/+11
* Let RpcResourcePool handle live changes.Henning Baldersheim2022-11-252-0/+32
* Merge pull request #24972 from vespa-engine/balder/gc-ordered-groupsHenning Baldersheim2022-11-2410-185/+130
|\
| * Move test utility code to test directory.Henning Baldersheim2022-11-245-10/+32
| * Put loadbalancer and invokerfactory in a volatile object to ensure atomic swi...Henning Baldersheim2022-11-245-24/+27
| * Cleanup the concept of orderedGroups. Just use a single way of accessing the ...Henning Baldersheim2022-11-247-115/+35
* | Updaate logger test with trackLester Solbakken2022-11-241-2/+4
|/
* No need to require the full SearchCluster when you only need a list of Groups.Henning Baldersheim2022-11-231-11/+4
* Put the RpcClient back in the RpcResourcePool where it belongs.Henning Baldersheim2022-11-232-4/+2
* Make a few simpler interfaces instead of carrying one huge implement all Sear...Henning Baldersheim2022-11-235-56/+45
* Only have the DispatchNodesConfig inject into one component.Henning Baldersheim2022-11-233-5/+5
* Splitt nodes static and dynamic config in DispatchConfig to prepare for seaml...Henning Baldersheim2022-11-217-37/+49
* GC unusedHenning Baldersheim2022-11-211-1/+0
* Don't interpret ref: as a query profile ref unnecessarilyJon Bratseth2022-11-103-5/+24
* Reduce 'raw' warningsHenning Baldersheim2022-11-091-10/+17
* Fix importsHenning Baldersheim2022-11-091-4/+16
* GC metric that has not had any meaning since we removed fdispatch.Henning Baldersheim2022-11-084-100/+66
* 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