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

   ### Motivation
   
   - 
https://github.com/apache/pulsar/actions/runs/13456263294/job/37600883842?pr=23931
   
   ```
     [INFO] Results:
     [INFO] 
     Error:  Failures: 
     Error:    
V1_ProducerConsumerTest.testConcurrentConsumerReceiveWhileReconnect:594 
expected [90] but found [80]
     [INFO] 
     Error:  Tests run: 366, Failures: 1, Errors: 0, Skipped: 1
   ```
   
   When the verification starts, maybe there is an in-flight messages 
dispatching
   
   ### Modifications
   
   Instead of verifying directly, use a `Awaitility.await().untilAsserted(...)`
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update 
later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->
   
   ### Matching PR in forked repository
   
   PR in forked repository: x
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to