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 2022/07/12 02:27:51 UTC

[GitHub] [pulsar] gaozhangmin opened a new pull request, #16534: [fix][flaky-test] PersistentFailoverStreamingDispatcherE2ETest. testSimpleConsumerEventsWithoutPartition

gaozhangmin opened a new pull request, #16534:
URL: https://github.com/apache/pulsar/pull/16534

   ### Motivation
   Fixes #16532
   
   
   ### Modifications
   `consumer1.acknowledge(msg);` is group ack,  a delayed scheduledTask will be scheduled per 100ms。
   the previous sleep won't guarantee that  the ack is sent, use `Awaitility.await()` instead
   
   
   
   ### Documentation
     
   - [x] `doc-not-needed` 
   


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] Demogorgon314 commented on pull request #16534: [fix][flaky-test] PersistentFailoverStreamingDispatcherE2ETest. testSimpleConsumerEventsWithoutPartition

Posted by GitBox <gi...@apache.org>.
Demogorgon314 commented on PR #16534:
URL: https://github.com/apache/pulsar/pull/16534#issuecomment-1181272727

   @gaozhangmin The PR #16493 already fixed, you can see the files changed.


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] gaozhangmin closed pull request #16534: [fix][flaky-test] PersistentFailoverStreamingDispatcherE2ETest. testSimpleConsumerEventsWithoutPartition

Posted by GitBox <gi...@apache.org>.
gaozhangmin closed pull request #16534: [fix][flaky-test] PersistentFailoverStreamingDispatcherE2ETest. testSimpleConsumerEventsWithoutPartition
URL: https://github.com/apache/pulsar/pull/16534


-- 
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: commits-unsubscribe@pulsar.apache.org

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