aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Håkon Hallingstad2021-11-251-0/+1
|\ | | | | | | | | vespa-engine/jonmv/allow-external-URLs-in-vespa-test Jonmv/allow external ur ls in vespa test
| * 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
| | | | 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-177-35/+331
|
* Always read test report, and propagate correct statusJon Marius Venstad2021-11-171-2/+1
|
* Revert "Merge pull request #20066 from ↵Jon Marius Venstad2021-11-177-260/+160
| | | | | | | 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-160/+260
|
* Reuse existing classesJon Marius Venstad2021-11-171-71/+23
|
* Unify test runner interfaces and simplifyJon Marius Venstad2021-11-175-101/+54
|
* Move TestProfile to module where it is usedJon Marius Venstad2021-11-173-41/+9
|
* Make log available as it comes for JUnit runnerJon Marius Venstad2021-11-175-12/+31
|
* Verify response for empty reportJon Marius Venstad2021-11-171-5/+14
|
* Use right assertEquals and simplify stringifying responsesJon Marius Venstad2021-11-171-6/+7
|
* Move serialization to handlerJon Marius Venstad2021-11-175-55/+54
|
* Non-functional changesJon Marius Venstad2021-11-175-13/+12
|
* Update Verizon Media copyright notices.gjoranv2021-10-0713-13/+13
|
* Present more errors to the userMorten Tokle2021-03-291-7/+9
|
* Add logging of ReportEntryMorten Tokle2021-03-292-2/+60
|
* Track exceptions caused by invalid test bundle in test reportBjørn Christian Seime2021-01-281-10/+20
|
* Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-212-8/+2
| | | | | Add replacement constructors without AccessLog. Remove use of deprecated constructors for internal handlers.
* Update junit version to 5.7.0Harald Musum2020-11-101-2/+2
|
* Revert "More junit bumps" (#15053)Jon Marius Venstad2020-10-271-3/+3
|
* More junit bumpsJon Marius Venstad2020-10-271-3/+3
|
* read zone from system infoMorten Tokle2020-09-141-2/+3
|
* Revert "Revert "Don't use credentials in production""Morten Tokle2020-09-141-7/+13
|
* 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
|
* Handle log record duplicatesMorten Tokle2020-09-042-6/+4
|
* Handle report not readyMorten Tokle2020-08-282-2/+21
|
* Add test report api to test runnerMorten Tokle2020-08-276-45/+330
|
* Install junit-test-runner config definitionBjørn Christian Seime2020-07-101-0/+1
|