You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/19 11:12:05 UTC

[GitHub] [pulsar] lhotari commented on issue #17714: Flaky-test: Out-of-memory error in Broker Group 3 unit tests

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org