opentelemetry-java-instrume.../dd-smoke-tests
Tyler Benson ee5cf2cf24 Attempt to improve test reliability
Add timeouts (to avoid a gradle level timeout) and retries (since we're doing it manually anyway).

I realize this is a band aid...
2020-03-04 19:02:41 -08:00
..
cli Upgradle to gradle 6.0 2019-11-12 16:26:46 -05:00
java9-modules Format 2019-10-24 21:05:01 -07:00
play Refactor smoketests setup 2019-06-07 22:56:28 -04:00
profiling-integration-tests Make lz4 default compression 2020-03-02 10:12:47 -05:00
springboot Return TypePool.Resolution that caches 2020-02-26 12:47:48 -08:00
src/main/groovy/datadog/smoketest Support JFR profiling 2020-02-11 14:55:19 -05:00
wildfly Attempt to improve test reliability 2020-03-04 19:02:41 -08:00
README.md Cli Application smoke test 2019-07-18 11:14:59 -04:00
dd-smoke-tests.gradle Format 2019-10-24 21:05:01 -07:00

README.md

Datadog Smoke Tests

Assert that various applications 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 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.