You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/11/12 16:57:34 UTC

[GitHub] [pulsar] congbobo184 commented on a change in pull request #8541: [Transaction] Fix the Github CI Test

congbobo184 commented on a change in pull request #8541:
URL: https://github.com/apache/pulsar/pull/8541#discussion_r522261899



##########
File path: pulsar-broker/src/test/java/org/apache/pulsar/client/impl/TransactionEndToEndTest.java
##########
@@ -365,7 +365,7 @@ public void txnMessageAckTest() throws Exception {
 
         message = consumer.receive(2, TimeUnit.SECONDS);
         Assert.assertNull(message);
-
+        Thread.sleep(500);

Review comment:
       you are right and i find this problem, add the modify the test to fix this problem




----------------------------------------------------------------
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