Skip to content

Commit

Permalink
Merge pull request #13303 from wso2/AnuradhaSK-patch-5
Browse files Browse the repository at this point in the history
Set -DenableRemoteShutdownAndRestart param true for secondary IS startup
  • Loading branch information
AnuradhaSK authored Mar 23, 2022
2 parents 0faf303 + 3ae5ed8 commit 735a22f
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 735a22f

Please sign in to comment.