clebertsuconic commented on PR #4705: URL: https://github.com/apache/activemq-artemis/pull/4705#issuecomment-1911053851
@AntonRoskvist can you try my branch with a commit I added? I can't make these tests to run. Even on my biggest CI. I tried adapting your test on my branch, to not require UDP. And one of the issues I see is that the threads keep being created on Spring. So I used an Executor to limit some of that. But still the container won't be stopped in case of any issues in the test (leaking threads onward). to try my branch: ``` git remote add clebert https://github.com/clebertsuconic/activemq-artemis.git git fetch clebert git checkout clebert/ARTEMIS-4527 -B any-local-name-you-like ``` on this commit I'm also not using your template, and using broker-properties to set the address-settings. Let me know if you can help me figure out this one please? you can reach me on slack if you prefer. -- 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]
