aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner
Commit message (Expand)AuthorAgeFilesLines
...
* Don't provide any felix artifacts via 'container'gjoranv2022-06-081-0/+5
* Don't provide Jetty bundles from 'container' artifactBjørn Christian Seime2022-06-081-0/+7
* Merge pull request #22928 from vespa-engine/jonmv/junit-test-runner-2Jon Marius Venstad2022-06-0739-378/+1950
|\
| * Avoid JDK-dependent tracesjonmv2022-06-073-3/+4
| * Compute max log id based on actual logjonmv2022-06-071-5/+2
| * Include more tests in sample responsejonmv2022-06-072-13/+137
| * Use Display Name over some.class.or.method.IDjonmv2022-06-072-17/+19
| * Correct check for beforeness, complete merged reportsjonmv2022-06-071-2/+4
| * Catch more errors during test initialisationjonmv2022-06-072-7/+8
| * Make the sample test report a production test, for inconclusive resultjonmv2022-06-072-6/+6
| * Reimplement JUnit integratino, with unit tests, and structured reportjonmv2022-06-0639-371/+1816
* | Debug test runner failuresjonmv2022-06-021-1/+13
|/
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
* Add parenthesesJon Marius Venstad2022-05-131-1/+1
* Ensure errors outside test methods count as failurejonmv2022-05-124-6/+30
* Refactor JUnitRunner for testabilityjonmv2022-05-123-129/+276
* Various cleanup, bump junit micro, trim dependenciesjonmv2022-05-122-40/+29
* 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-113-42/+55
* 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-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