rocketmq
rocketmq copied to clipboard
[Bug] Condition returned by method "testStateAndRecover" in class org.apache.rocketmq.store.timer.TimerMessageStoreTest was not fulfilled within 5 seconds.
Before Creating the Bug Report
-
[X] I found a bug, not just asking a question, which should be created in GitHub Discussions.
-
[X] I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
-
[X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
UBuntu 20.04
RocketMQ version
development
JDK Version
No response
Describe the Bug
org.awaitility.core.ConditionTimeoutException: Condition returned by method "testStateAndRecover" in class org.apache.rocketmq.store.timer.TimerMessageStoreTest was not fulfilled within 5 seconds.
at org.apache.rocketmq.store.timer.TimerMessageStoreTest.testStateAndRecover(TimerMessageStoreTest.java:430)
Steps to Reproduce
mvn run
What Did You Expect to See?
Test should pass
What Did You See Instead?
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project rocketmq-store: There are test failures.
Additional Context
No response