opentelemetry-java/integration_tests
jarebudev 6f68d90a7a
added testcontainers integration test to verify jaeger example app works in Java 7 (#1292)
* added testcontainers test that runs jaeger example app in jre7 docker image and verifies trace is received in jaeger

* added comments, updated readme

* changed to add file to base image rather than building intermediate image and container now managed as a test rule

* changed startup order of containers to use dependsOn rather than rule, and correct bom import scope

* added integration_tests module, reverted prev changes to examples and moved to new modules

* correct formatting

* fix dependencies removed compile scope
2020-06-15 20:08:41 -07:00
..
src added testcontainers integration test to verify jaeger example app works in Java 7 (#1292) 2020-06-15 20:08:41 -07:00
README.md added testcontainers integration test to verify jaeger example app works in Java 7 (#1292) 2020-06-15 20:08:41 -07:00
build.gradle added testcontainers integration test to verify jaeger example app works in Java 7 (#1292) 2020-06-15 20:08:41 -07:00

README.md

OpenTelemetry Integration Tests

  • Java 7 Integration Test