Test: add awaitFix to testFullRollingRestart

This commit is contained in:
Boaz Leskes 2015-02-05 12:59:04 +01:00
parent 1b8c0056d3
commit f7fe6b7461
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
package org.elasticsearch.recovery;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.lucene.util.LuceneTestCase.Slow;
import org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder;
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
@ -56,6 +57,7 @@ public class FullRollingRestartTests extends ElasticsearchIntegrationTest {
@Test
@Slow
@LuceneTestCase.AwaitsFix(bugUrl = "see https://github.com/elasticsearch/elasticsearch/issues/9503")
public void testFullRollingRestart() throws Exception {
Settings settings = ImmutableSettings.builder().put(ZenDiscovery.SETTING_JOIN_TIMEOUT, "30s").build();
internalCluster().startNode(settings);