zrlw removed a comment on issue #9079: URL: https://github.com/apache/dubbo/issues/9079#issuecomment-951731250
> dubbo-samples-version 的 GlobalResourcesRepository 因素其实不是根本问题,根本问题应该是在前一个测试类退出后应该清理 defaultFrameworkModel 状态的,但是没清空,导致后续测试类使用了被污染的 FrameworkModel 我在dubbo-samples提交了一个pr,这个问题实际上对master分支影响更大,因为master分支很多类都有static boolean destroyed成员,如果不重置,那么下一个测试类启动的时候看到这些destroyed是true会导致很多诡异的问题。 https://github.com/apache/dubbo-samples/pull/384 -- 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]
