opentelemetry-java-instrume.../dd-smoke-tests
Tyler Benson c93d146965 Update shadow plugin to 4.0.4 2019-01-22 11:13:18 -08:00
..
play Add smoketest README and move random port to common util 2019-01-10 11:44:33 -08:00
springboot Update shadow plugin to 4.0.4 2019-01-22 11:13:18 -08:00
wildfly Add smoketest README and move random port to common util 2019-01-10 11:44:33 -08:00
README.md Add smoketest README and move random port to common util 2019-01-10 11:44:33 -08:00
dd-smoke-tests.gradle Change some common settings for smoke-tests 2019-01-10 10:55:23 -08:00

README.md

Datadog Smoke Tests

Assert that various application servers will start up with the Datadog JavaAgent without any obvious ill effects.

Each subproject underneath dd-smoke-tests is a single smoke test. Each test does the following

  • Launch the app server with stdout and stderr logged to $buildDir/reports/server.log
  • 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.