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
Filter our exit span from Azure Functions tests (#7391)
## Summary of changes
Filter out the "exit" span from Azure Functions tests
## Reason for change
The presence of the span is flaky, so filter it out to resolve issues.
## Implementation details
Our current approach to killing the azure functions sample is a bit
hacky, and can sometimes result in us creating a span. This can be
reproduced locally in particular. To avoid issues and flakiness around
it, just filter out the span.
## Test coverage
Covered by existing
## Other details
Discovered as part of
#7170
---------
Co-authored-by: Steven Bouwkamp <[email protected]>
Copy file name to clipboardExpand all lines: tracer/test/test-applications/azure-functions/Samples.AzureFunctions.V4Isolated.AspNetCore/Samples.AzureFunctions.V4Isolated.AspNetCore.csproj
0 commit comments