summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/federation/DuplicateSourceTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-5/+3
|
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-3/+5
|
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-5/+3
|
* Convert container-search to junit5Bjørn Christian Seime2022-07-281-7/+7
|
* - Use the default threadpool for federation.Henning Baldersheim2021-10-071-0/+69
- Move test classes into the same package as the code to avoid making test only methods public. - Deprecate old AsyncExecution.search/fill methods and let them run in its own thread. There should be no external usage of this class.