opentelemetry-java-instrume.../smoke-tests
jason plumb bf3830a8b9
support logs in the fake test backend (#3374)
* support logs in the fake test backend

* fix copypasta
2021-06-22 16:27:03 +09:00
..
fake-backend support logs in the fake test backend (#3374) 2021-06-22 16:27:03 +09:00
grpc Remove JCenter which is about to be sunset (#2387) 2021-03-19 23:21:52 +02:00
matrix Enable all errorprone checks (#3155) 2021-06-01 17:41:08 +09: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 Move shaded testing dependencies to internal package. (#3305) 2021-06-15 13:10:19 +03:00
README.md Introduce test matrix (#1821) 2020-12-03 12:34:45 +02:00
smoke-tests.gradle Move min/max java properties to an extension class (#3307) 2021-06-15 11:55:24 -07: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.