Skip to content

Commit

Permalink
Set -DenableRemoteShutdownAndRestart param true for secondary IS startup
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuradhaSK authored Mar 22, 2022
1 parent 0faf303 commit 3ae5ed8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public void initTest() throws Exception {
TestDataHolder testDataHolder = TestDataHolder.getInstance();
Map<String, String> startupParameters = new HashMap<>();
startupParameters.put("-DportOffset", String.valueOf(PORT_OFFSET_1 + CommonConstants.IS_DEFAULT_OFFSET));
startupParameters.put("-DenableRemoteShutdownAndRestart", String.valueOf(true));
testDataHolder.setAutomationContext(new AutomationContext("IDENTITY", "identity002", TestUserMode
.SUPER_TENANT_ADMIN));
startCarbonServer(PORT_OFFSET_1, testDataHolder.getAutomationContext(), startupParameters);
Expand Down

0 comments on commit 3ae5ed8

Please sign in to comment.