AwaitsFix the RecoveryIT suite - see #35597

This commit is contained in:
David Turner 2018-11-15 17:38:31 +00:00 committed by Tanguy Leroux
parent 903d27a8fd
commit f9aff7b181
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
*/ */
package org.elasticsearch.upgrades; package org.elasticsearch.upgrades;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.Version; import org.elasticsearch.Version;
import org.elasticsearch.action.support.PlainActionFuture; import org.elasticsearch.action.support.PlainActionFuture;
import org.elasticsearch.client.Request; import org.elasticsearch.client.Request;
@ -46,6 +47,7 @@ import static org.hamcrest.Matchers.notNullValue;
/** /**
* In depth testing of the recovery mechanism during a rolling restart. * In depth testing of the recovery mechanism during a rolling restart.
*/ */
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35597")
public class RecoveryIT extends AbstractRollingTestCase { public class RecoveryIT extends AbstractRollingTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31291") @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31291")