This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from 196e604778 NO-JIRA: suppress significant teardown stacktraces after
compatibility test that is a no-op...make test itself skip
new 9dd026118e ARTEMIS-3862 Short lived subscriptiong makes address size
inconsistent
new c1fd16d66a ARTEMIS-3864 StompTransactions leaking on
ActiveMQServer.getSessions()
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../core/protocol/stomp/StompProtocolManager.java | 67 +++++---
.../artemis/core/protocol/stomp/StompSession.java | 14 ++
.../artemis/core/server/impl/QueueImpl.java | 46 ++++++
.../client/RemoveSubscriptionRaceTest.java | 172 +++++++++++++++++++++
.../tests/integration/paging/PagingTest.java | 2 +-
.../artemis/tests/integration/stomp/StompTest.java | 33 ++++
6 files changed, 308 insertions(+), 26 deletions(-)
create mode 100644
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/RemoveSubscriptionRaceTest.java