Skip to content

Commit

Permalink
Mute RemoteIndexPrimaryRelocationIT (opensearch-project#12389)
Browse files Browse the repository at this point in the history
When this test fails, it takes [15 minutes to timeout][1]. There are
many examples like this. While it generally succeeds after a retry or
two, I think it is better to mute this test rather than observe regular
failures that extend build times.

[1]: https://build.ci.opensearch.org/job/gradle-check/33937/testReport/

Signed-off-by: Andrew Ross <[email protected]>
  • Loading branch information
andrross authored and rayshrey committed Mar 18, 2024
1 parent c50a767 commit 990a902
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ subprojects {
includeClasses.add("org.opensearch.remotestore.CreateRemoteIndexClusterDefaultDocRep")
includeClasses.add("org.opensearch.remotestore.CreateRemoteIndexIT")
includeClasses.add("org.opensearch.remotestore.CreateRemoteIndexTranslogDisabledIT")
includeClasses.add("org.opensearch.remotestore.RemoteIndexPrimaryRelocationIT")
includeClasses.add("org.opensearch.remotestore.RemoteStoreBackpressureIT")
includeClasses.add("org.opensearch.remotestore.RemoteStoreIT")
includeClasses.add("org.opensearch.remotestore.RemoteStoreRefreshListenerIT")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public Settings indexSettings() {
.build();
}

@AwaitsFix(bugUrl = "https:/opensearch-project/OpenSearch/issues/9191")
public void testPrimaryRelocationWhileIndexing() throws Exception {
internalCluster().startClusterManagerOnlyNode();
super.testPrimaryRelocationWhileIndexing();
Expand Down

0 comments on commit 990a902

Please sign in to comment.