|
@@ -31,7 +31,6 @@ import org.elasticsearch.discovery.zen.elect.ElectMasterService;
|
|
|
import org.elasticsearch.index.query.QueryBuilders;
|
|
|
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
|
|
import org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope;
|
|
|
-import org.elasticsearch.test.junit.annotations.TestLogging;
|
|
|
import org.junit.Test;
|
|
|
|
|
|
import java.util.concurrent.ExecutionException;
|
|
@@ -164,7 +163,6 @@ public class MinimumMasterNodesTests extends ElasticsearchIntegrationTest {
|
|
|
}
|
|
|
|
|
|
@Test @Slow
|
|
|
- @TestLogging("cluster.routing.allocation.allocator:TRACE")
|
|
|
public void multipleNodesShutdownNonMasterNodes() throws Exception {
|
|
|
Settings settings = settingsBuilder()
|
|
|
.put("discovery.type", "zen")
|