YongGoose commented on code in PR #7375:
URL: https://github.com/apache/incubator-seata/pull/7375#discussion_r2116037143


##########
discovery/seata-discovery-etcd3/src/test/java/org/apache/seata/discovery/registry/etcd3/EtcdRegistryServiceImplMockTest.java:
##########


Review Comment:
   Thanks for the explanation!
   
   Since it’s implemented as a singleton and shares internal static fields, it 
does make sense that tests could affect each other.
   
   While it might be possible to make each test fully isolated, I agree that 
using `@Order` seems like a more practical solution in this case.
   
   I don’t think any changes are needed in this case!



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