Bughue commented on code in PR #6484: URL: https://github.com/apache/incubator-seata/pull/6484#discussion_r1574254646
########## test/src/test/java/org/apache/seata/core/rpc/netty/mockserver/MockServerTest.java: ########## @@ -37,16 +41,22 @@ public class MockServerTest { static String RESOURCE_ID = "mock-action"; + Logger logger = LoggerFactory.getLogger(MockServerTest.class); + @BeforeAll Review Comment: 之前一直在考虑有没有必要在这里用@BeforeEach ,不然在单个@test方法里这个不会重新执行,这次可以再考虑下要不要改 -- 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