aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy test report partsjonmv2022-08-102-121/+1
|
* Let successful test status take precedence over skipped/abortedjonmv2022-08-045-7/+7
|
* 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
| | | | | This reverts commit f225034b029702db20a25a15824570826b5ac4c2, reversing changes made to a0d3401bf99415ef9d115e51b988f5f3ade0dd57.
* Set thread context class loader to user bundle, for JUnitjonmv2022-08-031-16/+26
|
* Use same version in testerunner bundle as what is exportedjonmv2022-08-031-2/+2
|
* Better to specify versions in tenantn-cd-apijonmv2022-08-031-25/+36
|
* Ensure provided scope for some JUnit dependenciesjonmv2022-08-031-18/+31
|
* Depend on jackson-corejonmv2022-07-071-0/+5
|
* Use jackson JsonGenerator for test output JSONjonmv2022-07-075-121/+104
|
* 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-012-15/+69
|
* Test report failures as log recordsjonmv2022-07-014-41/+172
|
* Call duration duration, not endjonmv2022-06-282-26/+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
|
* Rename to previsouly used namesjonmv2022-06-112-4/+4
|
* Add additional data to test runtimejonmv2022-06-102-1/+16
|
* Remove temporary dependency on 'jetty-http' with test scopeBjørn Christian Seime2022-06-081-5/+5
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-1/+1
|
* Don't provide any felix artifacts via 'container'gjoranv2022-06-081-0/+5
| | | | | | | | | | | | | + Stop exporting felix.log packages (org.osgi.service.log) + Completely remove felix.main (the felix launcher including everything in felix.framework). This was probably never needed by vespa. * Add explicit felix.framework dep to vespa-osgi-testrunner and standalone-container, as it's no longer included in container-dev. (The packages are still exported by jdisc_core, so imports will be generated.) * Add felix.framework to 'application', as it's needed for unit tests. * Exclude animal-sniffer-annotations from felix.framework in parent. Not needed anywhere by Vespa.
* Don't provide Jetty bundles from 'container' artifactBjørn Christian Seime2022-06-081-0/+7
| | | | Add dependency on 'jetty-http' with scope test instead of adding false dependencies with 'container-test'.
* Merge pull request #22928 from vespa-engine/jonmv/junit-test-runner-2Jon Marius Venstad2022-06-0739-378/+1950
|\ | | | | Reimplement JUnit integratino, with unit tests, and structured report
| * 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
| | | Co-authored-by: Bjørn Christian Seime <bjorncs@verizonmedia.com>
* 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 ↵jonmv2022-04-251-1/+1
| | | | notifications
* 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 id
| * 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 test result formatting
| * Improve JUnit test runner outputJon Marius Venstad2022-03-035-22/+86
| |
| * Include inconclusive count in tessts reportJon Marius Venstad2022-03-032-1/+3
| |