opentelemetry-java-instrume.../smoke-tests
Lauri Tulmin aa2b853d8c
Fix spring boot smoke test image on jdk8 (#8102)
We need to help `jib` detect the java version used to get a working jdk8
image.
2023-03-21 23:56:02 +02:00
..
images Fix spring boot smoke test image on jdk8 (#8102) 2023-03-21 23:56:02 +02:00
src/test Fix windows smoke tests (#7958) 2023-03-03 22:08:01 +02:00
README.md Introduce markdown lint check (#7175) 2022-11-16 20:48:42 -08:00
build.gradle.kts Bump com.google.protobuf:protobuf-java-util from 3.22.0 to 3.22.2 (#8029) 2023-03-11 08:36:59 +02: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.