merlimat commented on a change in pull request #4645: Allows consumer retrieve 
the sequence id that the producer set.
URL: https://github.com/apache/pulsar/pull/4645#discussion_r299260444
 
 

 ##########
 File path: 
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BatchMessageTest.java
 ##########
 @@ -737,5 +737,69 @@ public void testOrderingOfKeyBasedBatchMessageContainer() 
throws PulsarClientExc
         producer.close();
     }
 
+    @Test(dataProvider = "containerBuilder", timeOut = 3000)
 
 Review comment:
   ```suggestion
       @Test(dataProvider = "containerBuilder")
   ```
   
   Timeout is already enforced by default (and using a small timeout increases 
the chances of flaking when running in Jenkins).

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to