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

   ## Summary
   - Replace `retryStrategically` with `Awaitility.await()` for better wait 
semantics and clearer assertion error messages on failure
   - Use generous timeouts for inherently slow operations: replicator 
reconnection after broker restart (60s), producer redirect with exponential 
backoff (90s), and broker restart/replicator setup (20-30s)
   - Use Awaitility defaults (10s) for fast operations that should complete 
quickly
   
   ## Test plan
   - [ ] Run `ClusterMigrationTest.testClusterMigrationWithReplicationBacklog` 
multiple times to verify reduced flakiness


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