You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by "prb17 (via GitHub)" <gi...@apache.org> on 2023/06/10 20:32:32 UTC

[GitHub] [activemq-artemis] prb17 commented on a diff in pull request #4489: ARTEMIS-4309 Fix for large, compressed, ObjectMessage types, getting UTFDataFormat…

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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org