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 087da3d commit bc3efbfCopy full SHA for bc3efbf
x-pack/qa/full-cluster-restart/src/test/java/org/elasticsearch/xpack/restart/FullClusterRestartIT.java
@@ -344,6 +344,7 @@ public void testRollupAfterRestart() throws Exception {
344
}
345
346
347
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/32773")
348
public void testRollupIDSchemeAfterRestart() throws Exception {
349
assumeTrue("Rollup can be tested with 6.3.0 and onwards", oldClusterVersion.onOrAfter(Version.V_6_3_0));
350
assumeTrue("Rollup ID scheme changed in 6.4", oldClusterVersion.before(Version.V_6_4_0));
0 commit comments