opentelemetry-java-instrume.../smoke-tests
Anna Nosek 0fd8d2cc47
Add noop sdk configuration option (#3539)
* introduce noop

* test configuration

* rename to noop api, move System.setProperty() calls

* remove unnecessary semicolon

* codenarc fix
2021-07-15 11:33:00 +03:00
..
fake-backend Register logs marshaller (#3392) 2021-06-24 11:08:04 +03:00
grpc Remove JCenter which is about to be sunset (#2387) 2021-03-19 23:21:52 +02:00
matrix Sync windows and linux wildfly smoke test images (#3486) 2021-07-04 09:24:55 -07:00
play Remove JCenter which is about to be sunset (#2387) 2021-03-19 23:21:52 +02:00
springboot Remove JCenter which is about to be sunset (#2387) 2021-03-19 23:21:52 +02:00
src/test Add noop sdk configuration option (#3539) 2021-07-15 11:33:00 +03:00
README.md Introduce test matrix (#1821) 2020-12-03 12:34:45 +02:00
build.gradle.kts Enable smoke-tests iff specified on command line (#3542) 2021-07-12 13:29:48 +03:00

README.md

Smoke Tests

Assert that various applications will start up with the JavaAgent without any obvious ill effects.

Each subproject underneath smoke-tests produces one or more docker images containing some application under the test. Various tests in the main module then use them to run the appropriate tests.