Test: don't enable unnecessary http transport in restoreIndexWithShardsMissingInLocalGateway test
This commit is contained in:
parent
1e16375d04
commit
314da4ec9e
|
@ -498,9 +498,8 @@ public class DedicatedClusterSnapshotRestoreTests extends AbstractSnapshotTests
|
||||||
@TestLogging("indices.recovery:TRACE,index.gateway:TRACE,gateway:TRACE")
|
@TestLogging("indices.recovery:TRACE,index.gateway:TRACE,gateway:TRACE")
|
||||||
public void restoreIndexWithShardsMissingInLocalGateway() throws Exception {
|
public void restoreIndexWithShardsMissingInLocalGateway() throws Exception {
|
||||||
logger.info("--> start 2 nodes");
|
logger.info("--> start 2 nodes");
|
||||||
//NO COMMIT: remove HTTP_ENABLED
|
internalCluster().startNode(settingsBuilder().put("gateway.type", "local"));
|
||||||
internalCluster().startNode(settingsBuilder().put("gateway.type", "local").put(InternalNode.HTTP_ENABLED, true));
|
internalCluster().startNode(settingsBuilder().put("gateway.type", "local"));
|
||||||
internalCluster().startNode(settingsBuilder().put("gateway.type", "local").put(InternalNode.HTTP_ENABLED, true));
|
|
||||||
cluster().wipeIndices("_all");
|
cluster().wipeIndices("_all");
|
||||||
|
|
||||||
logger.info("--> create repository");
|
logger.info("--> create repository");
|
||||||
|
|
Loading…
Reference in New Issue