jbertram commented on code in PR #4823:
URL: https://github.com/apache/activemq-artemis/pull/4823#discussion_r1495065245
##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/MQTTTest.java:
##########
@@ -447,6 +447,59 @@ public void testSendMoreThanUniqueId() throws Exception {
publisher.disconnect();
}
+ @Ignore
+ @Test(timeout = 600 * 1000)
+ public void testNoMessageIdReuseBeforeAcknowledgment() throws Exception {
Review Comment:
This test doesn't fail without your fix. In order to demonstrate the problem
and mitigate regressions the test should fail without the fix and succeed with
it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]