Commit b9f4ebb
authored
Use custom test framework in the debugger integration tests (#7002)
## Summary of changes
Update the debugger integration tests to use our custom test framework
## Reason for change
Our custom test framework adds multiple features:
- Logging each method as it starts, so we know which test was running if
we get a failure
- Warnings about long-running (likely hung) tests
- Randomizing test order execution to detect flake and reporting metrics
to DD
- Handling automatic retry for tests marked `[Flaky]`
## Implementation details
Add the `CustomTestFramework` attribute and implementation
## Test coverage
This is the test - as long as the tests run, we're ok
## Other details
Hopefully this will help detect flake/hanging issues in the debugger
tests1 parent ab7bdfc commit b9f4ebb
File tree
1 file changed
+20
-0
lines changed- tracer/test/Datadog.Trace.Debugger.IntegrationTests
1 file changed
+20
-0
lines changedLines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments