prb17 commented on code in PR #4489:
URL: https://github.com/apache/activemq-artemis/pull/4489#discussion_r1225572381
##########
tests/activemq5-unit-tests/src/test/java/org/apache/activemq/command/MessageCompressionTest.java:
##########
@@ -216,13 +216,37 @@ public void testObjectMessageCompression() throws
Exception {
assertTrue("expected: compressed Size '" + compressedSize + "' <
unCompressedSize '" + unCompressedSize + "'", compressedSize <
unCompressedSize);
}
+ public void testLargeObjectMessageCompression() throws Exception {
Review Comment:
Understood, I made the change in the file you suggested. Let me know if
something doesn't look right and I need to fix something
--
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]