aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner/src/main/java/com/yahoo/vespa/testrunner/JunitRunner.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert changes to OSGi test runner back to 5.8.1 compatibilityBjørn Christian Seime2023-09-061-11/+10
* Unwrap execution exception in test runner to avoidjonmv2023-09-061-10/+6
* Rework stack trace trimming, using declared test class namesjonmv2023-09-051-0/+5
* Unify on Streams.toListHenning Baldersheim2023-01-171-2/+1
* Set TCCL after setting up JUnit, but around running the testsjonmv2022-08-041-9/+20
* Revert "Merge pull request #23571 from vespa-engine/jonmv/set-tccl-for-junit"jonmv2022-08-031-26/+16
* Set thread context class loader to user bundle, for JUnitjonmv2022-08-031-16/+26
* Revert "Set context class loader for JUnit"Jon Marius Venstad2022-06-151-9/+2
* Set context class loader for JUnitjonmv2022-06-131-2/+9
* Catch more errors during test initialisationjonmv2022-06-071-5/+5
* Reimplement JUnit integratino, with unit tests, and structured reportjonmv2022-06-061-45/+44
* Refactor JUnitRunner for testabilityjonmv2022-05-121-129/+65
* Read test report also when no tests were executedjonmv2022-05-111-20/+14
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Move test package logic to separate class, with validation, resulting in noti...jonmv2022-04-251-1/+1
* Generate better test idJon Marius Venstad2022-03-031-2/+1
* Improve JUnit test runner outputJon Marius Venstad2022-03-031-2/+5
* Improve test output: add levels and trim junk outputJon Marius Venstad2022-03-021-8/+3
* Trim stacks below user test code, for JUnit runner-caught exceptionsJon Marius Venstad2022-03-021-1/+4
* 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-231-8/+8
* Add NO_TESTS status to simplify detecting that no tests are availableJon Marius Venstad2022-02-221-11/+5
* 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 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-161-7/+5
|/
* Have registry injected, and wrap runners in an aggregateJon Marius Venstad2021-11-171-3/+3
* Always read test report, and propagate correct statusJon Marius Venstad2021-11-171-2/+1
* Revert "Merge pull request #20066 from vespa-engine/revert-20065-jonmv/vespa-...Jon Marius Venstad2021-11-171-22/+33
* Revert "Jonmv/vespa cli test runner"Jon Marius Venstad2021-11-171-33/+22
* Unify test runner interfaces and simplifyJon Marius Venstad2021-11-171-12/+18
* Make log available as it comes for JUnit runnerJon Marius Venstad2021-11-171-5/+16
* Move serialization to handlerJon Marius Venstad2021-11-171-6/+0
* Non-functional changesJon Marius Venstad2021-11-171-2/+2
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Present more errors to the userMorten Tokle2021-03-291-7/+9
* Add logging of ReportEntryMorten Tokle2021-03-291-2/+1
* Track exceptions caused by invalid test bundle in test reportBjørn Christian Seime2021-01-281-10/+20
* read zone from system infoMorten Tokle2020-09-141-2/+3
* Revert "Revert "Don't use credentials in production""Morten Tokle2020-09-141-7/+13
* Revert "Don't use credentials in production"Harald Musum2020-09-111-13/+7
* Don't use credentials in productionMorten Tokle2020-09-091-7/+13
* Add test report api to test runnerMorten Tokle2020-08-271-15/+33
* Use config parameter to find correct path for 'artifacts' subdirectoryBjørn Christian Seime2020-07-101-9/+9
* Don't fail if staging setup tests were executed prior to staging testsBjørn Christian Seime2020-07-091-2/+2
* Add temporary solution for propagating credentials root pathBjørn Christian Seime2020-07-071-1/+15
* Split reflection hack to separate methodBjørn Christian Seime2020-07-071-5/+11