mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 18:18:43 +00:00
Two issues encountered here: i - ClosingConnectionTest was intermittently breaking other tests, in particular it was breaking PagingLeakTest for no apparent reason . apparently it was a dead lock from removeAddress on the ServerController ii - it still showing issues after removing the not needed synchronziation. Since the test is not really needed I am just removing the offending test.