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 7e6ce5a259 I'm temporarily reverting "ARTEMIS-4193 Large Message Files
orphaned after server killed"
new 14536bf311 Revert "I'm temporarily reverting "ARTEMIS-4193 Large
Message Files orphaned after server killed""
new 0971886a36 ARTEMIS-4198 Upgrade qpid/proton-j at 0.34.1
new ed620d09c8 ARTEMIS-4171 Skip Leaking Tests on FastTests
new 216f5a3821 ARTEMIS-4171 Test showing a memory leak in the client with
Proton-J and qpid-jms
new 6f974a359b ARTEMIS-4171 Test showing a Leak in Proton after deliveries
sent to a consumer wihtout credits and would be closed
The 5 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:
.../impl/journal/JournalStorageManager.java | 17 +-
pom.xml | 4 +-
.../artemis/tests/leak/ClientLeakTest.java | 138 ++++++++++++++
.../artemis/tests/leak/ConnectionLeakTest.java | 144 +++++++++++++--
tests/soak-tests/pom.xml | 25 +++
.../large-message => lminterrupt}/management.xml | 0
.../activemq/artemis/tests/soak/SoakTestBase.java | 32 ++++
.../interruptlm/LargeMessageInterruptTest.java | 199 +++++++++++++++++++++
8 files changed, 542 insertions(+), 17 deletions(-)
create mode 100644
tests/leak-tests/src/test/java/org/apache/activemq/artemis/tests/leak/ClientLeakTest.java
copy tests/soak-tests/src/main/resources/servers/{replay/large-message =>
lminterrupt}/management.xml (100%)
create mode 100644
tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/interruptlm/LargeMessageInterruptTest.java