lhotari commented on issue #17714: URL: https://github.com/apache/pulsar/issues/17714#issuecomment-1250880461
I checked this and found a bug pattern in the tests. There are quite a few locations where the test code calls "setup" or "internalSetup" without first cleaning up previous state and cleaning up resources. I started changes [in this branch](https://github.com/apache/pulsar/compare/master...lhotari:pulsar:lh-fix-resourceleak-in-tests?expand=1), but there's a problem to be solved so that the ServiceConfiguration could be modified in a test. It would be good to have that explicitly handled in the test framework. -- 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]
