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 40e9d4ebf7 NO-JIRA Trying to fix intermittent failure on
ShutdownOnCriticalIOErrorMoveNextTest
add 880fe86ddc NO-JIRA Moving MQTT5Test::testMaxMessageSize into a
soak-test
No new revisions were added by this update.
Summary of changes:
.../artemis/tests/integration/mqtt5/MQTT5Test.java | 44 -------
tests/soak-tests/pom.xml | 23 ++++
.../servers/{lmbroker1 => mqtt}/broker.xml | 50 ++------
.../main/resources/servers/mqtt}/management.xml | 26 ++--
.../artemis/tests/soak/mqtt/MQTT5SoakTest.java | 141 +++++++++++++++++++++
5 files changed, 190 insertions(+), 94 deletions(-)
copy tests/soak-tests/src/main/resources/servers/{lmbroker1 =>
mqtt}/broker.xml (86%)
copy
{artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc =>
tests/soak-tests/src/main/resources/servers/mqtt}/management.xml (75%)
create mode 100644
tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/mqtt/MQTT5SoakTest.java