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] Multiple tests failing with shard is not locked issue #13342

Open
BhumikaSaini-Amazon opened this issue Apr 23, 2024 · 2 comments
Open
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Other ShardManagement:Resiliency v2.14.0

Comments

@BhumikaSaini-Amazon
Copy link
Contributor

Describe the bug

  1. [BUG] SimpleClusterStateIT.testMetadataVersion is flaky #13207
  2. [BUG] org.opensearch.indices.store.IndicesStoreIntegrationIT.testShardActiveElseWhere is flaky #12788
  3. [BUG] The org.opensearch.remotestore.CreateRemoteIndexIT.testDefaultRemoteStoreNoUserOverride is flaky #12229
  4. [BUG] org.opensearch.remotestore.RemoteIndexRecoveryIT.testCancelRecoveryWithAutoExpandReplicas is flaky #11952

The above tests seem to be failing due to this issue. Either we are missing some configuration required for the tests or we need some updates in the testing code. We need to debug and resolve this to avoid additional tests being impacted by the same and getting marked as flaky.

Related component

Other

To Reproduce

Run any of the above tests multiple times (2k+). It would fail at least once due to this issue.

Expected behavior

Tests should not fail due to this issue

Additional Details

No response

@peternied
Copy link
Member

[Triage - attendees 1 2 3 4 5 6 7]
@BhumikaSaini-Amazon Thanks for filing this use, looking forward to the pull request that will address this.

@peternied peternied added flaky-test Random test failure that succeeds on second run v2.14.0 and removed untriaged labels Apr 24, 2024
@peternied
Copy link
Member

Per @mch2 this could be issue with doc -> seg replication, if that is the case or even if it isn't - should this be fixed before the 2.14 release? Seems like the answer is YES.

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 Other ShardManagement:Resiliency v2.14.0
Projects
Status: 🆕 New
Status: Planned work items
Development

No branches or pull requests

3 participants