poorbarcode opened a new pull request, #17875: URL: https://github.com/apache/pulsar/pull/17875
Fixes: #17622 - #17622 ### Motivation & Modifications - Manually release resources, including `consumer`, `producer`, `pulsar client`, `transaction`, and `topic`. This saves `setup` and `cleanup` time before and after each method. - Set client `operationTimeout` to `1s`(default value is `30s`), This saves retry time for creating consumer & producer: Method `testMaxTopicsPerNamespace` triggers multiple retries due to reaching the maximum topic limit, this costs `2min` ### Documentation - [x] `doc-not-needed` ### Matching PR in forked repository PR in forked repository: - https://github.com/poorbarcode/pulsar/pull/16 -- 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]
