zrlw commented on PR #15450: URL: https://github.com/apache/dubbo/pull/15450#issuecomment-2968743712
you might submit a pr to https://github.com/apache/dubbo-integration-cases for dubbo-samples-test-13580, because it was affected by this pr, dubbo-samples-test-13580 is related to https://github.com/apache/dubbo/pull/13580 ``` Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.657 s <<< FAILURE! - in org.apache.dubbo.samples.client.GreetingServiceIT test1 Time elapsed: 9.626 s <<< FAILURE! org.opentest4j.AssertionFailedError: expected: <2> but was: <0> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145) at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:528) at org.apache.dubbo.samples.client.GreetingServiceIT.test1(GreetingServiceIT.java:85) ``` -- 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]
