You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary of changes
Use `ScopedTracer` in tests, so that everything gets disposed properly
## Reason for change
If you don't use `ScopedTacer, or clean up manually, threads leak
## Implementation details
Use the existing `ScopedTracer` (via `TracerHelper`)
## Test coverage
Same
Copy file name to clipboardExpand all lines: tracer/test/Datadog.Trace.ClrProfiler.Managed.Tests/AutoInstrumentation/Logging/ILogger/DatadogLoggingScopeTests.cs
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,12 @@
3
3
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2017 Datadog, Inc.
0 commit comments