You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/08/28 02:50:36 UTC

[GitHub] [rocketmq] RongtongJin commented on a diff in pull request #4908: [ISSUE #4904]Optimize store module test cases to reduce execution time

RongtongJin commented on code in PR #4908:
URL: https://github.com/apache/rocketmq/pull/4908#discussion_r956654342


##########
store/src/test/java/org/apache/rocketmq/store/queue/BatchConsumeMessageTest.java:
##########
@@ -290,7 +295,8 @@ public void testDispatchBuildBatchConsumeQueue() throws Exception {
                 timeStart = putMessageResult.getAppendMessageResult().getStoreTimestamp();
             }
             if (i == 30) {
-                timeMid = putMessageResult.getAppendMessageResult().getStoreTimestamp();;
+                timeMid = putMessageResult.getAppendMessageResult().getStoreTimestamp();
+                ;

Review Comment:
   It would be better remove this useless line



-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org