mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-28 22:39:27 +00:00
NO-JIRA Fixing broken test
This commit is contained in:
parent
7074f819ca
commit
3b24a3b74c
@ -222,7 +222,7 @@ public class LargeMessageCompressTest extends LargeMessageTest {
|
||||
// but this will make sure we can work through compressed channels on saving it to stream
|
||||
@Test
|
||||
public void testHugeStreamingSpacesCompressed() throws Exception {
|
||||
final long messageSize = 1024L * 1024L * 1024L;
|
||||
final long messageSize = 1024L * 1024L;
|
||||
|
||||
System.out.println("Message size = " + messageSize);
|
||||
|
||||
@ -237,7 +237,7 @@ public class LargeMessageCompressTest extends LargeMessageTest {
|
||||
|
||||
ClientSession session = addClientSession(sf.createSession(false, false, false));
|
||||
|
||||
session.createQueue(ADDRESS, ADDRESS);
|
||||
session.createQueue(ADDRESS, ADDRESS, null, true);
|
||||
|
||||
ClientProducer producer = session.createProducer(ADDRESS);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user