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/30 09:04:49 UTC

[GitHub] [pulsar] shibd opened a new pull request, #16880: [fix][flaky-test] Delete assert availablePermits on testmulitiConsumeImpl

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

   #16879 
   
   ### Motivation
   
   When `MultiTopicConsumer` is incomingMessages is full, does not mean that all of its `consumers` is `AvailablePermits` must be 0.
   
   The reason the current test sometimes passes is because, it just so happens that all consumer suspended after the last permit request was sent.
   
   
   ### Modifications
   
   - Delete assert availablePermits on testmulitiConsumeImpl
   
   ### Documentation
   
   - [x] `doc-not-needed` 
   (Please explain why)
   


-- 
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] shibd commented on pull request #16880: [fix][flaky-test] Delete assert availablePermits on testmulitiConsumeImpl

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

   /pulsarbot run-failure-checks


-- 
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] Technoboy- merged pull request #16880: [fix][flaky-test] Delete assert availablePermits on testmulitiConsumeImpl

Posted by GitBox <gi...@apache.org>.
Technoboy- merged PR #16880:
URL: https://github.com/apache/pulsar/pull/16880


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