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] org.opensearch.repositories.azure.AzureBlobStoreRepositoryTests.testMultipleSnapshotAndRollback is flaky #14278

Closed
sohami opened this issue Jun 13, 2024 · 1 comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Storage:Snapshots

Comments

@sohami
Copy link
Collaborator

sohami commented Jun 13, 2024

Describe the bug

The test suite is flaky as the suite seems to be timing out

java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([65B308AE35ED9ED5]:0)

Related component

Storage:Snapshots

To Reproduce

The problem seems to be some of the tests are taking longer and suite level default timeout (20 min) is probably not good enough.

REPRODUCE WITH: ./gradlew ':plugins:repository-azure:internalClusterTest' --tests "org.opensearch.repositories.azure.AzureBlobStoreRepositoryTests" -Dtests.seed=65B308AE35ED9ED5 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=en -Dtests.timezone=Etc/UTC -Druntime.java=21

Expected behavior

Test should always pass

Additional Details

Plugins
Standard

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
https://build.ci.opensearch.org/job/gradle-check/40884/testReport/junit/org.opensearch.repositories.azure/AzureBlobStoreRepositoryTests/

@prudhvigodithi
Copy link
Member

prudhvigodithi commented Jun 14, 2024

Hey @sohami closing this issue since the automation created one issue for AzureBlobStoreRepositoryTests, please check #14291.
@andrross @dblock @reta

@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Storage Project Board Jun 14, 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
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants