Commit 02f5187
authored
Automatic retry ASM integration tests under failure (#8011)
## Summary of changes
The following jobs have been found flaky, mostly due to a already
reported crash condition:
```
integration_tests_windows.Win x86_net9.0_ASM 7 failures / last month
integration_tests_linux.Test alpine_net7.0_ASM 5 failures / last month
integration_tests_linux.Test alpine_net9.0_ASM 5 failures / last month
integration_tests_linux.Test debian_net9.0_ASM 3 failures / last month
```
The complete flakiness report can be found here:
https://docs.google.com/spreadsheets/d/1Gftmhb-66Dag4qFEXw9tyXp7U0fOQsdCE2gI-1voWyA/edit?gid=1708590243#gid=1708590243
The affected jobs will automatically be retried once to avoid CI
flakiness.
For other teams, the flaky tests have been marked as flaky, which causes
automatic retry. In the case of ASM, the failure does not occur on
especific tests, so marking some of them would not solve the issue. This
change can be reverted once the jobs are more stable.
This PR is part of an initiative of marking the most flaky tests or jobs
of all the teams.
## Reason for change
## Implementation details
## Test coverage
## Other details
<!-- Fixes #{issue} -->
<!-- 1 parent cc6f569 commit 02f5187
File tree
2 files changed
+35
-3
lines changed- .azure-pipelines
- tracer/test/Datadog.Trace.Security.IntegrationTests
2 files changed
+35
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1710 | 1710 | | |
1711 | 1711 | | |
1712 | 1712 | | |
1713 | | - | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
| 1722 | + | |
| 1723 | + | |
| 1724 | + | |
| 1725 | + | |
1714 | 1726 | | |
1715 | 1727 | | |
1716 | 1728 | | |
1717 | 1729 | | |
1718 | 1730 | | |
| 1731 | + | |
1719 | 1732 | | |
1720 | 1733 | | |
1721 | 1734 | | |
| |||
2272 | 2285 | | |
2273 | 2286 | | |
2274 | 2287 | | |
2275 | | - | |
| 2288 | + | |
| 2289 | + | |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
| 2293 | + | |
| 2294 | + | |
| 2295 | + | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
| 2299 | + | |
| 2300 | + | |
| 2301 | + | |
| 2302 | + | |
| 2303 | + | |
| 2304 | + | |
| 2305 | + | |
| 2306 | + | |
| 2307 | + | |
2276 | 2308 | | |
2277 | 2309 | | |
2278 | 2310 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments