Skip to content
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

[BUG] AzureBlobContainerRetriesTests.testReadRangeBlobWithRetries flaky test failure #6090

Closed
dreamer-89 opened this issue Jan 30, 2023 · 6 comments
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Storage:Snapshots v2.15.0 Issues and PRs related to version 2.15.0

Comments

@dreamer-89
Copy link
Member

Coming from #6087 (comment)

Flaky test failure
1 org.opensearch.repositories.azure.AzureBlobContainerRetriesTests.testReadRangeBlobWithRetries (3778)

Gradle check link https://build.ci.opensearch.org/job/gradle-check/10209/

@DarshitChanpura
Copy link
Member

DarshitChanpura commented Apr 11, 2023

Seeing two more failures in AzureBlobContainerRetriesTest from #7069

@peternied
Copy link
Member

Impacted pull request #9357, see jenkins testReport

Repro

./gradlew ':plugins:repository-azure:test' --tests "org.opensearch.repositories.azure.AzureBlobContainerRetriesTests.testReadNonexistentBlobThrowsNoSuchFileException" -Dtests.seed=DF962FC54758F6F7 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=fi-FI -Dtests.timezone=Pacific/Efate -Druntime.java=17

Error

junit.framework.AssertionFailedError: Unexpected exception type, expected NoSuchFileException but got reactor.core.Exceptions$ReactiveException: java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 1000ms in 'source(MonoDefer)' (and no fallback has been configured)

@rramachand21 rramachand21 added the v2.13.0 Issues and PRs related to version 2.13.0 label Mar 8, 2024
@shwetathareja
Copy link
Member

@reta
Copy link
Collaborator

reta commented Jun 19, 2024

Closing in favour #14318

@reta reta closed this as completed Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Storage:Snapshots v2.15.0 Issues and PRs related to version 2.15.0
Projects
Status: ✅ Done
Development

No branches or pull requests