opentelemetry-java-instrume.../dd-smoke-tests
Nikolay Martynov c1914da54f Increase time we wait for smoke tests servers to start up
Default 60 seconds often pass when run on laptop in paralle mode.
2019-02-26 13:33:50 -05:00
..
play Increase time we wait for smoke tests servers to start up 2019-02-26 13:33:50 -05:00
springboot Increase time we wait for smoke tests servers to start up 2019-02-26 13:33:50 -05:00
wildfly Increase time we wait for smoke tests servers to start up 2019-02-26 13:33:50 -05: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.