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

   ## Summary
   - Fix flaky `testResumptionAfterBacklogRelaxed` by reordering assertions to 
be more deterministic
   - The second `consumer.receive()` (10s hard timeout) was racing against the 
quota check interval + replicator producer restart + replication
   - Now Awaitility waits for the replicator backlog to clear first, then the 
subsequent `receive()` finds the message already available on r2
   
   ## Test plan
   - [ ] Verify `testResumptionAfterBacklogRelaxed` passes for both 
`producer_exception` and `producer_request_hold` policies


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