From 8132affbd06388c5eb23dbe1d2bdab8d3571a5d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Jan 2024 19:27:52 +0000 Subject: [PATCH] Unmute testNoFailuresOnFileReads flaky test (#11824) Signed-off-by: Suraj Singh (cherry picked from commit a9ce180b57dc20408e5a36337dbdc85d6e1fd306) Signed-off-by: github-actions[bot] --- .../java/org/opensearch/index/shard/RemoteIndexShardTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/test/java/org/opensearch/index/shard/RemoteIndexShardTests.java b/server/src/test/java/org/opensearch/index/shard/RemoteIndexShardTests.java index dd92bfb47afdb..ced9fa48f2095 100644 --- a/server/src/test/java/org/opensearch/index/shard/RemoteIndexShardTests.java +++ b/server/src/test/java/org/opensearch/index/shard/RemoteIndexShardTests.java @@ -463,7 +463,6 @@ public void onReplicationFailure( * blocking update of reader. Once this is done, it corrupts one segment file and ensure that file is deleted in next * round of segment replication by ensuring doc count. */ - @AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/10885") public void testNoFailuresOnFileReads() throws Exception { try (ReplicationGroup shards = createGroup(1, getIndexSettings(), new NRTReplicationEngineFactory())) { shards.startAll();