summaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner
Commit message (Expand)AuthorAgeFilesLines
* Set explicit cache directory in Vespa CLI test runnerMartin Polden2022-03-152-7/+10
* Merge pull request #21535 from vespa-engine/jonmv/more-dep-orch-adjustmentsJon Marius Venstad2022-03-032-9/+13
|\
| * Generate better test idJon Marius Venstad2022-03-032-9/+13
* | Merge pull request #21515 from vespa-engine/jonmv/more-dep-orch-adjustmentsValerij Fredriksen2022-03-035-22/+88
|\|
| * Improve JUnit test runner outputJon Marius Venstad2022-03-035-22/+86
| * Include inconclusive count in tessts reportJon Marius Venstad2022-03-032-1/+3
* | Merge pull request #21500 from vespa-engine/mpolden/tweak-warningsMartin Polden2022-03-022-1/+6
|\ \ | |/ |/|
| * Tell Vespa CLI when it's running inside Vespa CloudMartin Polden2022-03-022-1/+6
* | Improve test output: add levels and trim junk outputJon Marius Venstad2022-03-022-29/+54
|/
* Trim stacks below user test code, for JUnit runner-caught exceptionsJon Marius Venstad2022-03-023-2/+52
* Require at least one successful test with junit runnerJon Marius Venstad2022-02-282-4/+4
* Temporarily let junit tests runner allow no tests, like beforeJon Marius Venstad2022-02-282-2/+2
* Use a "null" report to indicate no tests bundle (i.e. not test report)Jon Marius Venstad2022-02-281-2/+2
* Fix junit test runner test report generationJon Marius Venstad2022-02-236-27/+30
* Add NO_TESTS status to simplify detecting that no tests are availableJon Marius Venstad2022-02-228-117/+66
* All "vespa test" failures are tests failuresJon Marius Venstad2022-02-221-1/+1
* Only support inconclusive test results for production testsJon Marius Venstad2022-02-221-3/+7
* Revert "Check class name instead of actual class"Jon Marius Venstad2022-02-171-4/+1
* Check class name instead of actual classJon Marius Venstad2022-02-171-1/+4
* Merge pull request #21235 from vespa-engine/jonmv/long-deployment-pipelines-2Bjørn Christian Seime2022-02-161-2/+2
|\
| * Set the right variableJon Marius Venstad2022-02-161-2/+2
* | Merge branch 'master' into jonmv/long-deployment-pipelines-2Jon Marius Venstad2022-02-161-1/+1
|\ \ | |/ |/|
| * Report total failure countMorten Tokle2022-02-161-1/+1
* | Use InconclusiveTestException an dexit code 4 to signal inconclusive testsJon Marius Venstad2022-02-167-15/+35
|/
* No basic HTTP tests is a test failure, not a framework errorJon Marius Venstad2022-02-022-3/+14
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-2/+2
* Indicate amount of truncated dataJon Marius Venstad2021-12-031-1/+1
* Handle messages without end formattingJon Marius Venstad2021-12-032-7/+15
* Move ANSI to HTML to separate class, and simplifyJon Marius Venstad2021-12-034-6/+72
* Specify cloud target for test runnerJon Marius Venstad2021-12-022-2/+4
* Remove unused importsHåkon Hallingstad2021-12-011-3/+0
* Delete temporary directory on VM exitHåkon Hallingstad2021-12-011-0/+2
* Set VESPA_CLI_HOME when invoking vespa cliHåkon Hallingstad2021-12-011-0/+13
* Merge pull request #20218 from vespa-engine/jonmv/allow-external-URLs-in-vesp...Håkon Hallingstad2021-11-251-0/+1
|\
| * Allow production tests in vespa-cli test runnerJon Marius Venstad2021-11-251-0/+1
* | Upgrade junit-jupiter to 5.8.1Bjørn Christian Seime2021-11-251-2/+2
|/
* Expect tests in tests directoryJon Marius Venstad2021-11-242-13/+16
* Move tests to tests directory, and ensure required directories exist in testerJon Marius Venstad2021-11-241-0/+6
* Fix unit testJon Marius Venstad2021-11-241-1/+1
* Use ENV for overrides, allow cluster for cloudTarget service, add test cmdJon Marius Venstad2021-11-232-2/+6
* Use ENV overrides instead of argumentsJon Marius Venstad2021-11-232-10/+11
* artifactsPath points to .../artifacts anywayJon Marius Venstad2021-11-181-1/+1
* Specify overrides for creds insteadJon Marius Venstad2021-11-182-24/+6
* Specify directory rather than setting itJon Marius Venstad2021-11-182-4/+2
* Copy credentials to where vespa-cli will find themJon Marius Venstad2021-11-182-36/+58
* Artifacts are wrapped in "artifacts/"Jon Marius Venstad2021-11-181-1/+1
* Add config def and teestJon Marius Venstad2021-11-173-2/+74
* Set up VespaCliTestRunner as well when using new test frameworkJon Marius Venstad2021-11-172-0/+154
* Have registry injected, and wrap runners in an aggregateJon Marius Venstad2021-11-177-35/+331
* Always read test report, and propagate correct statusJon Marius Venstad2021-11-171-2/+1