|
||
---|---|---|
.. | ||
play | ||
springboot | ||
src/main/groovy/datadog/smoketest | ||
wildfly | ||
README.md | ||
dd-smoke-tests.gradle |
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.