opentelemetry-java-instrume.../dd-smoke-tests
Nikolay Martynov 3ea07d9468 Require Java8 for play smoke tests 2019-06-12 11:51:58 -04:00
..
play Refactor smoketests setup 2019-06-07 22:56:28 -04:00
springboot Be more specific about java binary and home location in integration tests 2019-06-12 11:17:23 -04:00
src/main/groovy/datadog/smoketest Code formatting fixes 2019-06-12 11:28:04 -04:00
wildfly Require Java8 for play smoke tests 2019-06-12 11:51:58 -04: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 Refactor smoketests setup 2019-06-07 22:56:28 -04: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.