File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2323import org .apache .http .entity .ContentType ;
2424import org .apache .http .entity .StringEntity ;
2525import org .apache .http .util .EntityUtils ;
26+ import org .apache .lucene .util .LuceneTestCase .AwaitsFix ;
2627import org .elasticsearch .Version ;
2728import org .elasticsearch .client .Response ;
2829import org .elasticsearch .cluster .metadata .IndexMetaData ;
6768 * version is started with the same data directories and then this is rerun
6869 * with {@code tests.is_old_cluster} set to {@code false}.
6970 */
71+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/30288" )
7072public class FullClusterRestartIT extends ESRestTestCase {
7173 private final boolean runningAgainstOldCluster = Booleans .parseBoolean (System .getProperty ("tests.is_old_cluster" ));
7274 private final Version oldClusterVersion = Version .fromString (System .getProperty ("tests.old_cluster_version" ));
You can’t perform that action at this time.
0 commit comments