Commit 38472c7
Fix flaky test exception in HttpServerTest (#11164)
Fix flaky test exception by closing response in HttpServerTest
DD_C0320J
Co-authored-by: janhavis <janhavi.sahasrabuddhe@gmail.com>
Close response body in redirect and blocking tests to prevent HTTP/2 flow control issues
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Re-add @flaky annotation on test exception until fix is verified in CI
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Merge branch 'master' into dd/fix/pekko-http-flaky-test-exception
Co-authored-by: datadog-prod-us1-5[bot] <266081015+datadog-prod-us1-5[bot]@users.noreply.github.com>
Co-authored-by: janhavi.sahasrabuddhe <janhavi.sahasrabuddhe@datadoghq.com>1 parent 63343ba commit 38472c7
1 file changed
Lines changed: 8 additions & 0 deletions
File tree
- dd-java-agent/instrumentation-testing/src/main/groovy/datadog/trace/agent/test/base
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1170 | 1170 | | |
1171 | 1171 | | |
1172 | 1172 | | |
| 1173 | + | |
1173 | 1174 | | |
1174 | 1175 | | |
1175 | 1176 | | |
| |||
1210 | 1211 | | |
1211 | 1212 | | |
1212 | 1213 | | |
| 1214 | + | |
| 1215 | + | |
1213 | 1216 | | |
1214 | 1217 | | |
1215 | 1218 | | |
| |||
1255 | 1258 | | |
1256 | 1259 | | |
1257 | 1260 | | |
| 1261 | + | |
| 1262 | + | |
1258 | 1263 | | |
1259 | 1264 | | |
1260 | 1265 | | |
| |||
1299 | 1304 | | |
1300 | 1305 | | |
1301 | 1306 | | |
| 1307 | + | |
1302 | 1308 | | |
1303 | 1309 | | |
1304 | 1310 | | |
| |||
1836 | 1842 | | |
1837 | 1843 | | |
1838 | 1844 | | |
| 1845 | + | |
1839 | 1846 | | |
1840 | 1847 | | |
1841 | 1848 | | |
| |||
2117 | 2124 | | |
2118 | 2125 | | |
2119 | 2126 | | |
| 2127 | + | |
2120 | 2128 | | |
2121 | 2129 | | |
2122 | 2130 | | |
| |||
0 commit comments