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 2019/08/09 05:51:25 UTC

[GitHub] [rocketmq] liuruiyiyang commented on a change in pull request #1352: [RIP-15]Add Ipv6 support for RocketMQ

liuruiyiyang commented on a change in pull request #1352: [RIP-15]Add Ipv6 support for RocketMQ
URL: https://github.com/apache/rocketmq/pull/1352#discussion_r312336314
 
 

 ##########
 File path: store/src/test/java/org/apache/rocketmq/store/ConsumeQueueTest.java
 ##########
 @@ -127,7 +150,11 @@ protected void putMsg(DefaultMessageStore master) throws Exception {
         long totalMsgs = 200;
 
         for (long i = 0; i < totalMsgs; i++) {
-            master.putMessage(buildMessage());
+            if (i < totalMsgs/2) {
 
 Review comment:
   Please check the code format even if in the test class.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services