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 de15a26 commit 9151cf6Copy full SHA for 9151cf6
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java
@@ -190,6 +190,7 @@ public void testRetentionLeaseIsTakenAtTheStartOfRecovery() throws Exception {
190
191
}
192
193
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/39268")
194
public void testRetentionLeaseIsRenewedDuringRecovery() throws Exception {
195
final String leaderIndex = "leader";
196
final int numberOfShards = randomIntBetween(1, 3);
0 commit comments