We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15d7b9 commit b7de8e1Copy full SHA for b7de8e1
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRepositoryIT.java
@@ -169,6 +169,7 @@ public void testThatRepositoryRecoversEmptyIndexBasedOnLeaderSettings() throws I
169
assertNotEquals(leaderMetadata.getIndexUUID(), followerMetadata.getIndexUUID());
170
}
171
172
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38100")
173
public void testDocsAreRecovered() throws Exception {
174
String leaderClusterRepoName = CcrRepository.NAME_PREFIX + "leader_cluster";
175
String leaderIndex = "index1";
0 commit comments