slievrly commented on code in PR #7540: URL: https://github.com/apache/incubator-seata/pull/7540#discussion_r2209076687
########## mock-server/src/main/java/org/apache/seata/mockserver/MockServer.java: ########## @@ -59,7 +58,7 @@ public class MockServer { public static void main(String[] args) { SpringApplication.run(MockServer.class, args); - int port = NumberUtils.toInt(System.getenv(ENV_SEATA_PORT_KEY), DEFAULT_PORT); + int port = NumberUtils.toInt(System.getenv(MOCK_SEATA_PORT_KEY), MOCK_DEFAULT_PORT); Review Comment: Can the port be specified by passing in parameters? If there are two mock-servers running in the test, port conflicts will also occur. -- 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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org