merlimat opened a new pull request, #25313: URL: https://github.com/apache/pulsar/pull/25313
## Summary - Fix flaky `OneWayReplicatorUsingGlobalZKTest.cleanup` that fails with HTTP 422 - When using global ZK, reducing replication clusters triggers async topic cleanup on removed clusters. The namespace force-delete can fail if topics are still in a transitional state. - Wrap `deleteNamespace` calls with `Awaitility` retry to handle this race condition. ## Test plan - [x] Existing tests pass — the change only affects test cleanup resilience - [ ] Verify `OneWayReplicatorUsingGlobalZKTest` no longer fails during cleanup -- 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]
