We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2024e33 commit e17f004Copy full SHA for e17f004
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java
@@ -181,6 +181,7 @@ public void testRetentionLeaseIsTakenAtTheStartOfRecovery() throws Exception {
181
182
}
183
184
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39011")
185
public void testRetentionLeaseIsRenewedDuringRecovery() throws Exception {
186
final String leaderIndex = "leader";
187
final int numberOfShards = randomIntBetween(1, 3);
0 commit comments