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: [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]

Reply via email to