zrlw opened a new issue #9115: URL: https://github.com/apache/dubbo/issues/9115
### Environment * Dubbo version: 3.0 问题现象就是开启了dubbo-test-check之后,使用了全局资源的单元测试之间会相互影响,导致断言失败,比如 #8954 改用了GlobalResourcesRepository线程池之后,dubbo-remoting-api工程执行mvn test就会有3处失败。 关闭dubbo-test-check(注释掉/dubbo-test-check/src/main/resources/META-INF/services/org.junit.platform.launcher.TestExecutionListener文件里的内容)之后重新构建dubbo-test-check,再对dubbo-remoting-api工程执行mvn test就全部ok。 -- 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]
