zrlw opened a new issue #8909: URL: https://github.com/apache/dubbo/issues/8909
### Environment * Dubbo version: 3.0 FailoverClusterInvokerTest.java testInvoke_retryTimes_withBizException()有两个invoker,一个抛code为3(BIZ_EXCEPTION)的RpcException,另一个抛code为0的RpcException,loadbalance是random,所以各有50%的概率被选中,但是这个测试方法断言异常只有code为3(BIZ_EXCEPTION)的RpcException,存在50%概率失败。 -- 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]
