opentelemetry-java-instrume.../smoke-tests
Trask Stalnaker 8954f222c0
Update to the latest opentelemetry-java 0.9.0-SNAPSHOT (#1266)
2020-09-26 20:44:28 -07:00
..
fake-backend Update SDK dependency to released 0.8.0 (#1162) 2020-09-03 17:09:51 +09:00
play Use a fake OTLP backend for storing smoke tests traces instead of fil… (#1136) 2020-08-31 15:17:51 +09:00
springboot Add smoke test for Logback MDC instrumentation - Spring Boot app changes (#1228) 2020-09-21 17:51:23 +03:00
src/test Update to the latest opentelemetry-java 0.9.0-SNAPSHOT (#1266) 2020-09-26 20:44:28 -07:00
README.md Rename package to io.opentelemetry.auto (#54) 2020-01-14 13:57:01 -08:00
smoke-tests.gradle Run smoke tests only on java 11 (#1247) 2020-09-23 15:03:40 -07:00

README.md

Smoke Tests

Assert that various applications will start up with the JavaAgent without any obvious ill effects.

Each subproject underneath 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.