AwaitFix FullClusterRestartIT#testRollupIDSchemeAfterRestart.

This commit is contained in:
Adrien Grand 2018-08-16 15:25:51 +02:00
parent 3dd1677cdc
commit eaaf37a1f9
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ public class FullClusterRestartIT extends ESRestTestCase {
}
}
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/32773")
public void testRollupIDSchemeAfterRestart() throws Exception {
assumeTrue("Rollup can be tested with 6.3.0 and onwards", oldClusterVersion.onOrAfter(Version.V_6_3_0));
assumeTrue("Rollup ID scheme changed in 6.4", oldClusterVersion.before(Version.V_6_4_0));