-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Investigate storage transient test failures #4196
Comments
Created a new branch AvoidRetries out of feature/storage and removed the mocha retry functionality. storage-queue tests succeeded. Occasional failures in storage-blob tests - |
Assigning this to @HarshaNalluru and attaching it to the preview 3 release for storage. |
Please remove the retry option in a branch for the tests and verify them by doing multiple runs to find the causes behind these transient issues. |
I am currently working to get all live tests passing at 90% (with no test-level retries). As part of this, we will need to disable retries in the JS tests and investigate the root causes. |
PR to revert retries: #6910 |
|
It does not look like there is any pending work here. Please post a comment if there is anything else to do here |
Storage tests have transient failures. To mitigate, #4162 added global retries, but a more narrowly-scoped retry mechanism would be preferable to avoid hiding other transient issues and more closely represent expected customer usage which also needs to handle retries.
Examples:
The text was updated successfully, but these errors were encountered: