aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner/src/test/java/com
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0932-4/+32
* Revert changes to OSGi test runner back to 5.8.1 compatibilityBjørn Christian Seime2023-09-064-41/+24
* Rework stack trace trimming, using declared test class namesjonmv2023-09-053-19/+35
* Non-static @BeforeAll because we want to test wrongnessjonmv2023-09-051-1/+1
* @BeforeAll must be staticHenning Baldersheim2023-08-311-1/+1
* Silence deprecation warning.Henning Baldersheim2023-08-311-4/+5
* Fix credentials paths for hostedMartin Polden2023-07-181-4/+9
* Set system environment variable in test runnerMartin Polden2023-07-171-0/+2
* Revert "Set system for Vespa CLI in tests"Martin Polden2023-07-171-2/+0
* Set system for Vespa CLI in testsjonmv2023-07-141-0/+2
* Use correct certificate for hostedMartin Polden2023-07-111-21/+55
* Update test with correct line numbers.Henning Baldersheim2023-01-171-4/+6
* Unify on Streams.toListHenning Baldersheim2023-01-171-2/+1
* Let successful test status take precedence over skipped/abortedjonmv2022-08-044-4/+4
* Use jackson JsonGenerator for test output JSONjonmv2022-07-072-10/+1
* Rename to previsouly used namesjonmv2022-06-112-4/+4
* Add additional data to test runtimejonmv2022-06-102-1/+16
* Avoid JDK-dependent tracesjonmv2022-06-072-1/+2
* Compute max log id based on actual logjonmv2022-06-071-5/+2
* Include more tests in sample responsejonmv2022-06-071-11/+17
* Make the sample test report a production test, for inconclusive resultjonmv2022-06-071-1/+1
* Reimplement JUnit integratino, with unit tests, and structured reportjonmv2022-06-0630-66/+766
* Ensure errors outside test methods count as failurejonmv2022-05-122-5/+22
* Refactor JUnitRunner for testabilityjonmv2022-05-121-0/+100
* Various cleanup, bump junit micro, trim dependenciesjonmv2022-05-121-16/+17
* Synchronize aggregate test runner threadsjonmv2022-05-112-4/+8
* Set explicit cache directory in Vespa CLI test runnerMartin Polden2022-03-151-0/+2
* Merge pull request #21515 from vespa-engine/jonmv/more-dep-orch-adjustmentsValerij Fredriksen2022-03-031-3/+4
|\
| * Improve JUnit test runner outputJon Marius Venstad2022-03-031-3/+3
| * Include inconclusive count in tessts reportJon Marius Venstad2022-03-031-1/+2
* | Tell Vespa CLI when it's running inside Vespa CloudMartin Polden2022-03-021-0/+3
|/
* Trim stacks below user test code, for JUnit runner-caught exceptionsJon Marius Venstad2022-03-021-1/+23
* Require at least one successful test with junit runnerJon Marius Venstad2022-02-281-3/+3
* Temporarily let junit tests runner allow no tests, like beforeJon Marius Venstad2022-02-281-1/+1
* Fix junit test runner test report generationJon Marius Venstad2022-02-232-6/+19
* Add NO_TESTS status to simplify detecting that no tests are availableJon Marius Venstad2022-02-223-55/+19
* Use InconclusiveTestException an dexit code 4 to signal inconclusive testsJon Marius Venstad2022-02-161-0/+5
* No basic HTTP tests is a test failure, not a framework errorJon Marius Venstad2022-02-021-2/+3
* Handle messages without end formattingJon Marius Venstad2021-12-031-3/+11
* Move ANSI to HTML to separate class, and simplifyJon Marius Venstad2021-12-031-0/+24
* Specify cloud target for test runnerJon Marius Venstad2021-12-021-1/+2
* Expect tests in tests directoryJon Marius Venstad2021-11-241-7/+8
* Fix unit testJon Marius Venstad2021-11-241-1/+1
* Use ENV for overrides, allow cluster for cloudTarget service, add test cmdJon Marius Venstad2021-11-231-1/+3
* Use ENV overrides instead of argumentsJon Marius Venstad2021-11-231-5/+7
* Specify overrides for creds insteadJon Marius Venstad2021-11-181-14/+3
* Specify directory rather than setting itJon Marius Venstad2021-11-181-2/+1
* Copy credentials to where vespa-cli will find themJon Marius Venstad2021-11-181-31/+42
* Add config def and teestJon Marius Venstad2021-11-171-0/+67
* Have registry injected, and wrap runners in an aggregateJon Marius Venstad2021-11-172-18/+199