songxiaosheng commented on PR #336: URL: https://github.com/apache/dubbo-spi-extensions/pull/336#issuecomment-2100401852
please fix ci problem ``` 606Z [INFO] Running org.apache.dubbo.rpc.cluster.loadbalance.PeakEwmaLoadBalanceTest 2024-04-29T09:36:22.7778212Z [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.691 s <<< FAILURE! - in org.apache.dubbo.rpc.cluster.loadbalance.PeakEwmaLoadBalanceTest 2024-04-29T09:36:22.7788736Z [ERROR] testWithShake Time elapsed: 2.337 s <<< FAILURE! 2024-04-29T09:36:22.7800022Z org.opentest4j.AssertionFailedError: expected: <true> but was: <false> 2024-04-29T09:36:22.7806357Z at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) 2024-04-29T09:36:22.7812762Z at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) 2024-04-29T09:36:22.7818645Z at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63) 2024-04-29T09:36:22.7824182Z at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36) 2024-04-29T09:36:22.7829759Z at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31) 2024-04-29T09:36:22.7836287Z at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:180) 2024-04-29T09:36:22.7850320Z at org.apache.dubbo.rpc.cluster.loadbalance.PeakEwmaLoadBalanceTest.testWithShake(PeakEwmaLoadBalanceTest.java:76) 2024-04-29T09:36:22.7862261Z at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2024-04-29T09:36:22.7867960Z at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2024-04-29T09:36:22.7876823Z at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2024-04-29T09:36:22.7880811Z at java.lang.reflect.Method.invoke(Method.java:498) 2024-04-29T09:36:22.7887588Z at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) 2024-04-29T09:36:22.7889466Z at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) 2024-04-29T09:36:22.7895040Z at ``` -- 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]
