Commit abe7711
authored
Load jetty-server instrumentation in dropwizard-0.8 tests (#11235)
Load jetty-server instrumentation in dropwizard-0.8 tests
Dropwizard 0.8 runs on Jetty 9.2.9, where jetty-server owns the
request span in production. Add jetty-server-9.0 and jetty-server-9.0.4
as test dependencies so the test classpath matches, and update the
expected integration name on DropwizardTest accordingly.
Merge branch 'master' into smola/dropwizard-uses-jetty
Co-authored-by: santiago.mola <santiago.mola@datadoghq.com>1 parent c716a4c commit abe7711
2 files changed
Lines changed: 13 additions & 1 deletion
File tree
- dd-java-agent/instrumentation/dropwizard/dropwizard-0.8
- src/test/groovy
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
8 | 17 | | |
9 | 18 | | |
10 | 19 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
0 commit comments