opentelemetry-java-instrume.../smoke-tests
Lauri Tulmin 79433966fb
Liberty server span handling (#1929)
* Liberty server span handling

* review fixes

* review fixes

* add doc about using compile stubs

* Update instrumentation/liberty/liberty/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/liberty/LibertyInstrumentationModule.java

Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>

* Update instrumentation/liberty/liberty/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/liberty/ThreadLocalContext.java

Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>

* add links to advice classes

* add commnet, remove unneeded dependency

Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
2020-12-22 15:00:58 +02:00
..
fake-backend Migrate test docker images to GHCR. (#1790) 2020-11-30 09:15:42 +02:00
grpc Update smoke tests to released 0.13.1 (#1933) 2020-12-18 12:50:26 +09:00
matrix Add more testable servlets to some test app, update tomcat 10 and jetty 10 versions (#1899) 2020-12-15 08:15:55 +02:00
play Migrate test docker images to GHCR. (#1790) 2020-11-30 09:15:42 +02:00
springboot Update smoke tests to released 0.13.1 (#1933) 2020-12-18 12:50:26 +09:00
src/test Liberty server span handling (#1929) 2020-12-22 15:00:58 +02:00
README.md Introduce test matrix (#1821) 2020-12-03 12:34:45 +02:00
smoke-tests.gradle Update to SDK 0.12.0 (#1830) 2020-12-07 17:16:47 +09: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.