Skip to content

Commit 2784725

Browse files
Mute RemoteIndexPrimaryRelocationIT (#12389) (#12396)
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/ (cherry picked from commit 6e702dc) Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 12f7345 commit 2784725

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
@@ -508,7 +508,6 @@ subprojects {
508508
includeClasses.add("org.opensearch.remotestore.CreateRemoteIndexClusterDefaultDocRep")
509509
includeClasses.add("org.opensearch.remotestore.CreateRemoteIndexIT")
510510
includeClasses.add("org.opensearch.remotestore.CreateRemoteIndexTranslogDisabledIT")
511-
includeClasses.add("org.opensearch.remotestore.RemoteIndexPrimaryRelocationIT")
512511
includeClasses.add("org.opensearch.remotestore.RemoteStoreBackpressureIT")
513512
includeClasses.add("org.opensearch.remotestore.RemoteStoreIT")
514513
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)