kylixs opened a new pull request #9165: URL: https://github.com/apache/dubbo/pull/9165
## What is the purpose of the change * Check destroyed state of bean factory and extension loader ## Exception Maybe get bean after bean factory is destroyed. see https://github.com/apache/dubbo/runs/4042205535?check_suite_focus=true ``` Error: Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.069 s <<< FAILURE! - in org.apache.dubbo.registry.support.AbstractRegistryFactoryTest Error: org.apache.dubbo.registry.support.AbstractRegistryFactoryTest.testDestroyAllRegistries Time elapsed: 0.026 s <<< ERROR! java.lang.IllegalStateException: Unable to fetch RegistryManager from ApplicationModel BeanFactory. Please check if `setApplicationModel` has been override. at org.apache.dubbo.registry.support.AbstractRegistryFactoryTest.testDestroyAllRegistries(AbstractRegistryFactoryTest.java:119) ``` -- 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]
