lhotari opened a new pull request, #20293: URL: https://github.com/apache/pulsar/pull/20293
Fixes #20290 ### Motivation The test ConnectionPoolTest.testSetProxyToTargetBrokerAddress is flaky ### Modifications Modify test so that it's not flaky. Use separate `broker1` and `broker2` since the connection pool doesn't contain handling for separating direct and proxied connections to a broker. The key in the connection pool is the "logical address" which is the target broker. It doesn't take the "physical address" into account. ### 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 --> -- 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]
