Commit 233a16e
authored
Fix flake in RabbitMQ DSM snapshots across bucket boundaries (#8972)
## Summary of changes
Since the DSM stats are aggregated in 10 second buckes the same pathway
can appear more than once, so this goes and groups them and then grabs
the first only.
## Reason for change
Flaked here
https://dev.azure.com/datadoghq/a51c4863-3eb4-4c5d-878a-58b41a049e4e/_build/results?buildId=206016&view=logs&j=0cad3504-1a92-5a43-34ae-f4023f981687&t=0b455496-9860-5768-a99e-6f5c6c3cdcbd
and the cause was that the snapshots changed.
## Implementation details
## Test coverage
Same
## Other details
<!-- Fixes #{issue} -->
#incident-57303
<!-- 1 parent 6264b3c commit 233a16e
1 file changed
Lines changed: 7 additions & 1 deletion
File tree
- tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
93 | 99 | | |
94 | 100 | | |
0 commit comments