-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[CI] flaky test failure in AzureBlobContainerRetriesTests and AzureBlobStoreRepositoryTests #2782
Comments
@tlfeng thanks for the issue, looking at it now |
No problem! So far it only occurs in the CI workflow running result, but can't be reproduced in local machine.. so it can be confusing. |
I found the cause for |
@reta 😳That's so nice you found the cause for failure in |
Yes, it is reproducible locally (out of many attempts), if you don't mind, let me spend another few hours on it (🤞 I will found the cause), if not - we could go ahead with revert, wdyt? |
Ah, good to know the failure occurs locally. I will follow @dblock or other experts' ideas. |
Describe the bug
Comes from #2779 (comment), Not reproducible locally.
Log 4226
Reports 4226
Log 4229
Reports 4229
The test failure of
./gradlew ':plugins:repository-azure:internalClusterTest' --tests "org.opensearch.repositories.azure.AzureBlobStoreRepositoryTests.testSnapshotWithLargeSegmentFiles"
and"org.opensearch.repositories.azure.AzureBlobStoreRepositoryTests.testRequestStats"
is more common, and also occurred in #2777 (comment)To Reproduce
See above
Expected behavior
tests pass.
Plugins
n/a
Screenshots
n/a
Host/Environment (please complete the following information):
n/a
Additional context
Probably related to the
azure-storage-blob
version upgrade #2526The text was updated successfully, but these errors were encountered: