-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid flaky appinsights connections from failing tests #4251
Avoid flaky appinsights connections from failing tests #4251
Conversation
/azp run azure-dev - cli |
Azure Pipelines successfully started running 1 pipeline(s). |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
We are seeing more tests fail due to appinsights related flake. An example failure message looks like:
recording.go:271: recorderProxy: POST https://westus-0.in.applicationinsights.azure.com:443/v2/track: read tcp 192.168.64.23:50080->20.189.172.33:443: read: connection reset by peer
.We can safely avoid failing any end-to-end test when these errors occur. Emission is always a background task that doesn't influence the end-to-end functionality being tested.