RongtongJin commented on code in PR #5879:
URL: https://github.com/apache/rocketmq/pull/5879#discussion_r1070249182
##########
store/src/test/java/org/apache/rocketmq/store/timer/TimerMessageStoreTest.java:
##########
@@ -211,6 +224,16 @@ public Boolean call() {
}
}
+ @Test
+ public void testPutTimerMessage1() throws Exception {
+ testPutTimerMessageCommon();
+ }
+
+ @Test
+ public void testPutTimerMessage2() throws Exception {
+ testPutTimerMessageCommon();
+ }
Review Comment:
It is also possible that you will not run DLedger mode after running twice.
It is recommended to set parameters or flag bits to determine which mode to run.
--
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]