funky-eyes commented on code in PR #7580:
URL: https://github.com/apache/incubator-seata/pull/7580#discussion_r2268641329


##########
server/src/test/java/org/apache/seata/server/DynamicPortTestConfig.java:
##########


Review Comment:
   Although the @RandomPortTest annotation does generate a random port, it 
doesn’t clear the value before and after the test runs, which causes the 
previous random number to be reused. To address this, I’ve added a 
BaseSpringBootTest base class as a replacement.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to