Shoothzj commented on code in PR #3096:
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/3096#discussion_r901075662


##########
integration-tests/it-consumer/src/main/java/org/apache/servicecomb/it/deploy/MicroserviceDeploy.java:
##########
@@ -43,7 +43,12 @@ public MicroserviceDeployDefinition 
getMicroserviceDeployDefinition() {
   @Override
   protected String[] createCmds() {
     // must set jar at the end of the cmds
-    return new String[] {"java", "-jar"};
+    return new String[] {"java", "-jar",
+        //add a property definition to enable quick search in taskmgr
+        "-DCombDeploy=true",

Review Comment:
   can we use jps to find the process?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to