summaryrefslogtreecommitdiffstats
path: root/vespa-testrunner-components
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-099-9/+9
|
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
|
* prefer underVespaHome() to construct sub-directoriesArne Juul2022-10-271-1/+1
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-1/+1
|
* install_jar CMake functionHåkon Hallingstad2022-05-201-2/+2
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
|
* Let fat-jar test runner fail production tests when no tests are presentJon Marius Venstad2022-02-281-1/+1
|
* Add NO_TESTS status to simplify detecting that no tests are availableJon Marius Venstad2022-02-222-15/+14
|
* Move ANSI to HTML to separate class, and simplifyJon Marius Venstad2021-12-033-42/+5
|
* Remove unused log file generationJon Marius Venstad2021-12-032-23/+8
|
* Upgrade jansi 1.11 --> 1.18Jon Marius Venstad2021-12-031-1/+1
|
* Upgrade junit-jupiter to 5.8.1Bjørn Christian Seime2021-11-252-2/+2
|
* Set up VespaCliTestRunner as well when using new test frameworkJon Marius Venstad2021-11-171-2/+6
| | | | This should be OK to merge, as the runner will only be enabled if a "tests/" direcctory is present in the artifacts directoy, which should not currently be the case for anything else than our experiments
* Have registry injected, and wrap runners in an aggregateJon Marius Venstad2021-11-171-2/+11
|
* Revert "Merge pull request #20066 from ↵Jon Marius Venstad2021-11-177-249/+52
| | | | | | | vespa-engine/revert-20065-jonmv/vespa-cli-test-runner" This reverts commit e8e542a66a6bc9b2e33def248f208da63b7b934c, reversing changes made to 69bd22c6dea4bae7d210a9ea36b31ecd8cd5c7fa.
* Revert "Jonmv/vespa cli test runner"Jon Marius Venstad2021-11-177-52/+249
|
* Eliminate duplicate TestRunnerHandlerJon Marius Venstad2021-11-172-190/+0
|
* Reuse existing classesJon Marius Venstad2021-11-171-53/+9
|
* Unify test runner interfaces and simplifyJon Marius Venstad2021-11-173-9/+7
|
* Move TestProfile to module where it is usedJon Marius Venstad2021-11-176-16/+55
|
* Update 2020 Oath copyrights.gjoranv2021-10-2710-10/+10
|
* Print environment for mvn commandJon Marius Venstad2021-04-091-2/+3
|
* Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-211-3/+2
| | | | | Add replacement constructors without AccessLog. Remove use of deprecated constructors for internal handlers.
* Revert "Revert "Junit 4.13 and juptier 5.7.0" (#15054)"Harald Musum2020-11-092-2/+2
| | | | This reverts commit eee4f01559ec6be4bd1bc4b8e065600eb8533ebf.
* Revert "Junit 4.13 and juptier 5.7.0" (#15054)Jon Marius Venstad2020-10-272-2/+2
|
* Junit 4.13 and juptier 4.7.0Jon Marius Venstad2020-10-272-2/+2
|
* Allow no argument to install_config_definitionsHarald Musum2020-09-121-1/+1
| | | | | Use src/main/resources/configdefinitions as default when no argument is given
* Use full name in config definition file namesHarald Musum2020-09-101-1/+1
|
* Treat no test jar like no staging/system tests: failureJon Marius Venstad2020-08-242-6/+23
|
* Upgrade junit to 5.6.2Morten Tokle2020-08-032-2/+2
|
* Exclude junit from vespa-osgi-testrunner dependency to resolve surefire crashBjørn Christian Seime2020-07-021-0/+11
|
* Depend on osgi testrunner and prepare to move handlerMorten Tokle2020-07-027-40/+14
|
* Use a repo location that does not write to thin pool on DockerHarald Musum2020-04-291-1/+1
|
* Use /tmp/ for maven local repositoryHarald Musum2020-04-281-0/+1
|
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-251-2/+2
|
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-1/+1
|
* Use java.util.logging.Level in static imports.gjoranv2020-04-251-2/+2
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
|
* Stop accepting requests to legacy pathHarald Musum2020-02-201-3/+2
|
* Remove support for old format for /tester/v1/log requests,Harald Musum2020-02-062-22/+3
| | | | start returning new format
* Move SlimeUtils to vespajlibMartin Polden2020-02-061-1/+1
|
* Add /tester/v1/log2 with extended responseHarald Musum2020-01-292-18/+68
| | | | | | Will return logs in a named array inside a Json object. Easier to handle deserialization with Jackson and makes it possible to extend response in the future if needed
* Do not run staging tests during setupJon Marius Venstad2020-01-191-1/+1
|
* Run staging-setup tagged unit tests on initial staging deployment before upgradeJon Marius Venstad2020-01-173-8/+4
|
* Cap log entries from tests to 8kb per entry (line)Jon Marius Venstad2020-01-161-1/+5
|
* Revert "Revert "Bjorncs/apache commons libraries cleanup""Bjørn Christian Seime2020-01-082-7/+1
|
* Revert "Bjorncs/apache commons libraries cleanup"Harald Musum2020-01-082-1/+7
|
* Remove use of commons-io from vespa-testrunner-componentsBjørn Christian Seime2020-01-072-7/+1
|