opentelemetry-java-instrume.../dd-smoke-tests
Nikolay Martynov a1f6ca1ee7 Make lz4 default compression
Also do some renaming in compression settings
2020-03-02 10:12:47 -05: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 Upgradle to gradle 6.0 2019-11-12 16:26:46 -05: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.