gtully commented on code in PR #4619:
URL: https://github.com/apache/activemq-artemis/pull/4619#discussion_r1331466307
##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/PrefetchRedeliveryCountOpenwireTest.java:
##########
@@ -176,4 +192,119 @@ public void
testExclusiveConsumerOrderOnReconnectionLargePrefetch() throws Excep
}
}
}
+
+ @Test(timeout = 600_000)
+ public void
testExclusiveConsumerTransactionalBatchOnReconnectionLargePrefetch() throws
Exception {
Review Comment:
it can take many iterations and it is sensitive, I was running with no
logging for the openwire client which may change the timing a little. The
failure processing doing a on the broker rollback has to be concurrent with the
commit which does not get to happen every time in the test b/c it is instigated
by the client socket close. I can revisit a little to see if it is possible to
tweak to make it more deterministic.
--
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]