opentelemetry-java-instrume.../smoke-tests
Trask Stalnaker 5dc2ca350a
Update config property prefix from ota to otel (#841)
* Update config property prefix from ota to otel

* more

* format

* more
2020-07-31 08:29:29 +03:00
..
cli Remove final from local variables (#732) 2020-07-20 13:53:34 +09:00
java9-modules More fixes for Gradle warnings (#643) 2020-07-07 15:02:07 +03:00
play Update config property prefix from ota to otel (#841) 2020-07-31 08:29:29 +03:00
springboot Update config property prefix from ota to otel (#841) 2020-07-31 08:29:29 +03:00
src/main/groovy/io/opentelemetry/smoketest Update config property prefix from ota to otel (#841) 2020-07-31 08:29:29 +03:00
wildfly Update config property prefix from ota to otel (#841) 2020-07-31 08:29:29 +03:00
README.md Rename package to io.opentelemetry.auto (#54) 2020-01-14 13:57:01 -08:00
smoke-tests.gradle Update config property prefix from ota to otel (#841) 2020-07-31 08:29:29 +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 is a single smoke test. Each test does the following

  • Launch the application with stdout and stderr logged to $buildDir/reports/server.log
  • For web servers, run a spock test which does 200 requests to an endpoint on the server and asserts on an expected response.

Note that there is nothing special about doing 200 requests. 200 is simply an arbitrarily large number to exercise the server.