We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25c967 commit 1f89e9dCopy full SHA for 1f89e9d
core/src/test/java/org/elasticsearch/action/admin/indices/shards/IndicesShardStoreRequestIT.java
@@ -151,6 +151,7 @@ public void testIndices() throws Exception {
151
assertThat(shardStatuses.get(index1).size(), equalTo(2));
152
}
153
154
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/12416")
155
public void testCorruptedShards() throws Exception {
156
String index = "test";
157
internalCluster().ensureAtLeastNumDataNodes(2);
0 commit comments