what-a-good-jungle commented on a change in pull request #318: 
[ROCKETMQ-355][POLISH]Async send method polish - fix the timeout semantic
URL: https://github.com/apache/rocketmq/pull/318#discussion_r202236024
 
 

 ##########
 File path: 
test/src/test/java/org/apache/rocketmq/test/client/producer/async/AsyncSendWithMessageQueueIT.java
 ##########
 @@ -65,6 +65,7 @@ public void testAsyncSendWithMQ() {
             .containsExactlyElementsIn(producer.getAllMsgBody());
 
         VerifyUtils.verifyMessageQueueId(queueId, 
consumer.getListener().getAllOriginMsg());
+        System.out.println(producer.getSuccessMsgCount());
 
 Review comment:
   It should be deleted.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to