zrlw commented on a change in pull request #9211: URL: https://github.com/apache/dubbo/pull/9211#discussion_r744104422
########## File path: dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/bootstrap/MultiInstanceTest.java ########## @@ -845,9 +845,10 @@ public void testAsyncExportAndReferServices() throws ExecutionException, Interru logger.warn("consumer app is startup"); Object target = referenceConfig.getServiceMetadata().getTarget(); Assertions.assertNotNull(target); - Greeting greetingService = (Greeting) target; - String result = greetingService.hello(); - Assertions.assertEquals("local", result); + // provider app started != provider app registered +// Greeting greetingService = (Greeting) target; +// String result = greetingService.hello(); +// Assertions.assertEquals("local", result); Review comment: done -- 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...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org