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 65a1888 commit e657402Copy full SHA for e657402
x-pack/qa/full-cluster-restart/src/test/java/org/elasticsearch/xpack/restart/FullClusterRestartIT.java
@@ -325,6 +325,7 @@ public void testRollupAfterRestart() throws Exception {
325
}
326
327
328
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/32773")
329
public void testRollupIDSchemeAfterRestart() throws Exception {
330
assumeTrue("Rollup can be tested with 6.3.0 and onwards", oldClusterVersion.onOrAfter(Version.V_6_3_0));
331
assumeTrue("Rollup ID scheme changed in 6.4", oldClusterVersion.before(Version.V_6_4_0));
0 commit comments