aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner/src/main/java/com/yahoo/vespa/testrunner
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0911-11/+13
* Revert changes to OSGi test runner back to 5.8.1 compatibilityBjørn Christian Seime2023-09-063-41/+43
* Remove unused methodjonmv2023-09-061-4/+0
* Unwrap execution exception in test runner to avoidjonmv2023-09-062-11/+9
* Rework stack trace trimming, using declared test class namesjonmv2023-09-053-28/+32
* Fix credentials paths for hostedMartin Polden2023-07-181-7/+34
* Set system environment variable in test runnerMartin Polden2023-07-171-0/+1
* Revert "Set system for Vespa CLI in tests"Martin Polden2023-07-171-1/+0
* Set system for Vespa CLI in testsjonmv2023-07-141-0/+1
* Trim stack traces correctly on both jdk 17 and jdk 21gjoranv2023-07-131-5/+5
* Use correct certificate for hostedMartin Polden2023-07-111-2/+8
* Set target from systemMartin Polden2023-07-111-8/+7
* Unify on Streams.toListHenning Baldersheim2023-01-171-2/+1
* Remove legacy test report partsjonmv2022-08-101-51/+0
* Let successful test status take precedence over skipped/abortedjonmv2022-08-041-3/+3
* 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
* Use jackson JsonGenerator for test output JSONjonmv2022-07-071-86/+78
* Correctly close log responsesjonmv2022-07-061-1/+1
* Comment with correct MB sizeJon Marius Venstad2022-07-061-1/+1
* Render test output with less overhead, and limit pending network datajonmv2022-07-061-69/+139
* More log output in testjonmv2022-07-011-2/+2
* Test report failures as log recordsjonmv2022-07-013-29/+35
* Call duration duration, not endjonmv2022-06-281-2/+2
* Revert "Set context class loader for JUnit"Jon Marius Venstad2022-06-151-9/+2
* Set context class loader for JUnitjonmv2022-06-131-2/+9
* Merge pull request #22928 from vespa-engine/jonmv/junit-test-runner-2Jon Marius Venstad2022-06-077-308/+664
|\
| * Use Display Name over some.class.or.method.IDjonmv2022-06-071-10/+12
| * Correct check for beforeness, complete merged reportsjonmv2022-06-071-2/+4
| * Catch more errors during test initialisationjonmv2022-06-072-7/+8
| * Reimplement JUnit integratino, with unit tests, and structured reportjonmv2022-06-067-305/+656
* | Debug test runner failuresjonmv2022-06-021-1/+13
|/
* Add parenthesesJon Marius Venstad2022-05-131-1/+1
* Ensure errors outside test methods count as failurejonmv2022-05-121-1/+1
* Refactor JUnitRunner for testabilityjonmv2022-05-122-129/+176
* Read test report also when no tests were executedjonmv2022-05-111-20/+14
* Synchronize when reading logs and reports as well, for future proofnessjonmv2022-05-111-7/+9
* Synchronize aggregate test runner threadsjonmv2022-05-111-38/+47
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-063-3/+3
* Move test package logic to separate class, with validation, resulting in noti...jonmv2022-04-251-1/+1
* Set explicit cache directory in Vespa CLI test runnerMartin Polden2022-03-151-7/+8
* 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-034-19/+84
|\|
| * Improve JUnit test runner outputJon Marius Venstad2022-03-034-19/+83
| * Include inconclusive count in tessts reportJon Marius Venstad2022-03-031-0/+1
* | Merge pull request #21500 from vespa-engine/mpolden/tweak-warningsMartin Polden2022-03-021-1/+3
|\ \ | |/ |/|
| * Tell Vespa CLI when it's running inside Vespa CloudMartin Polden2022-03-021-1/+3
* | Improve test output: add levels and trim junk outputJon Marius Venstad2022-03-022-29/+54
|/