You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test should not pass until CCR finishes integrating shard history
retention leases. It currently sometimes passes (which is a bug in the
test), but cannot pass reliably until the linked issue is resolved.
Copy file name to clipboardExpand all lines: x-pack/plugin/ilm/qa/multi-cluster/src/test/java/org/elasticsearch/xpack/indexlifecycle/CCRIndexLifecycleIT.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -326,6 +326,9 @@ public void testUnfollowInjectedBeforeShrink() throws Exception {
326
326
}
327
327
}
328
328
329
+
// Specifically, this is waiting for this bullet to be complete:
330
+
// - integrate shard history retention leases with cross-cluster replication
0 commit comments