Skip to content

Commit df9e75a

Browse files
andrrossPeter Alfonsi
authored and
Peter Alfonsi
committed
Mute RemoteIndexPrimaryRelocationIT (opensearch-project#12389)
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 <andrross@amazon.com>
1 parent caab62d commit df9e75a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ subprojects {
516516
includeClasses.add("org.opensearch.remotestore.CreateRemoteIndexClusterDefaultDocRep")
517517
includeClasses.add("org.opensearch.remotestore.CreateRemoteIndexIT")
518518
includeClasses.add("org.opensearch.remotestore.CreateRemoteIndexTranslogDisabledIT")
519-
includeClasses.add("org.opensearch.remotestore.RemoteIndexPrimaryRelocationIT")
520519
includeClasses.add("org.opensearch.remotestore.RemoteStoreBackpressureIT")
521520
includeClasses.add("org.opensearch.remotestore.RemoteStoreIT")
522521
includeClasses.add("org.opensearch.remotestore.RemoteStoreRefreshListenerIT")

server/src/internalClusterTest/java/org/opensearch/remotestore/RemoteIndexPrimaryRelocationIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public Settings indexSettings() {
4444
.build();
4545
}
4646

47+
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/9191")
4748
public void testPrimaryRelocationWhileIndexing() throws Exception {
4849
internalCluster().startClusterManagerOnlyNode();
4950
super.testPrimaryRelocationWhileIndexing();

0 commit comments

Comments
 (0)