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 b841de2 commit 78dc8f5Copy full SHA for 78dc8f5
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java
@@ -614,6 +614,7 @@ public void testRetentionLeaseAdvancesWhileFollowing() throws Exception {
614
});
615
}
616
617
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39509")
618
@TestLogging(value = "org.elasticsearch.xpack.ccr:trace")
619
public void testRetentionLeaseRenewalIsCancelledWhenFollowingIsPaused() throws Exception {
620
final String leaderIndex = "leader";
0 commit comments