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 e1226f6 commit f12bfb4Copy full SHA for f12bfb4
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java
@@ -230,6 +230,7 @@ public void testAddNewReplicasOnFollower() throws Exception {
230
pauseFollow("follower-index");
231
}
232
233
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37807")
234
public void testReadRequestsReturnsLatestMappingVersion() throws Exception {
235
InternalTestCluster leaderCluster = getLeaderCluster();
236
Settings nodeAttributes = Settings.builder().put("node.attr.box", "large").build();
0 commit comments