dugenkui03 commented on PR #4113:
URL: https://github.com/apache/rocketmq/pull/4113#issuecomment-1094171342
@RongtongJin CI未通过因为单测超时,单测本地执行成功,请问这种情况需要如何处理。
单测代码:
```java
boolean recvAll = MQWait.waitConsumeAll(30 * 1000, producer.getAllMsgBody(),
consumer1.getListener(), consumer2.getListener(),
consumer3.getListener());
assertThat(recvAll).isEqualTo(true);
```
报错
```java
estThreeConsumerAndCrashOne(org.apache.rocketmq.test.client.producer.order.OrderMsgDynamicRebalanceIT)
Time elapsed: 32.405 sec
```
--
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]