activemq-artemis/tests
Justin Bertram 755b987ab1
ARTEMIS-3958 sending LWT may recurse infinitely if disk full
Due to the changes in 682f505e32 we now
send "Last Will & Testament" MQTT messages via ServerSession. This means
sending will fail if the disk is full. For MQTT this triggers a
connection failure which in turns triggers sending an LWT message. This
process will recurse infinitely until it results in a
java.lang.StackOverflowError.

This commit fixes that by tracking whether or not sending a LWT message
is already in progress.
2022-08-26 11:13:01 -05:00
..
activemq5-unit-tests [maven-release-plugin] prepare for next development iteration 2022-07-26 11:59:21 -04:00
artemis-test-support ARTEMIS-3928 Limiting parallel IO in paging which would allow multiple destinations running all at once 2022-08-10 19:29:29 -04:00
compatibility-tests NO-JIRA: remove now-stale comments on tests that I missed when switching to cp files in 71b781d919 2022-08-18 16:07:25 -04:00
config [ARTEMIS-3756]: Enabling extra parameters to be passed by the URI. 2022-04-21 19:00:55 -04:00
e2e-tests NO-JIRA: remove a couple of properties that override parent definitions and break use of the e2e-tests profile 2022-08-18 11:54:54 +01:00
extra-tests [maven-release-plugin] prepare for next development iteration 2022-07-26 11:59:21 -04:00
integration-tests ARTEMIS-3958 sending LWT may recurse infinitely if disk full 2022-08-26 11:13:01 -05:00
jms-tests [maven-release-plugin] prepare for next development iteration 2022-07-26 11:59:21 -04:00
joram-tests [maven-release-plugin] prepare for next development iteration 2022-07-26 11:59:21 -04:00
karaf-client-integration-tests [maven-release-plugin] prepare for next development iteration 2022-07-26 11:59:21 -04:00
performance-jmh [maven-release-plugin] prepare for next development iteration 2022-07-26 11:59:21 -04:00
performance-tests [maven-release-plugin] prepare for next development iteration 2022-07-26 11:59:21 -04:00
security-resources ARTEMIS-3365 Add broker balancers 2021-08-06 08:33:21 -04:00
smoke-tests [maven-release-plugin] prepare for next development iteration 2022-07-26 11:59:21 -04:00
soak-tests NO-JIRA Fixing suggested script for test variables 2022-08-18 16:24:45 -04:00
stress-tests [maven-release-plugin] prepare for next development iteration 2022-07-26 11:59:21 -04:00
timing-tests [maven-release-plugin] prepare for next development iteration 2022-07-26 11:59:21 -04:00
unit-tests ARTEMIS-3872 send scheduled msg immediately via mgmnt 2022-08-25 08:44:43 -05:00
pom.xml [maven-release-plugin] prepare for next development iteration 2022-07-26 11:59:21 -04:00