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

   ## Motivation
   
   `MessageChunkingSharedTest.testMultiConsumers` is flaky because the 
Awaitility timeout is only 3 seconds. The test sends 10 chunked messages (40 
total chunks) to two shared consumers, and chunk reassembly under CI load can 
exceed 3 seconds.
   
   ### Stack trace
   ```
   MessageChunkingSharedTest > testMultiConsumers FAILED
       org.awaitility.core.ConditionTimeoutException: Condition was not 
fulfilled within 3 seconds.
           at 
org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
           at 
MessageChunkingSharedTest.testMultiConsumers(MessageChunkingSharedTest.java:122)
   ```
   
   ## Modifications
   
   Increase Awaitility timeout from 3 seconds to 15 seconds.
   
   ### 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: [email protected]

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

Reply via email to