This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/master by this push:
new bbac293 NO-JIRA Avoiding intermittent failure on
OpenWireLargeMessageTest
bbac293 is described below
commit bbac2937ee2a1c0252e6664db8cc09b0369a2230
Author: Clebert Suconic <[email protected]>
AuthorDate: Wed Apr 8 22:17:49 2020 -0400
NO-JIRA Avoiding intermittent failure on OpenWireLargeMessageTest
---
.../artemis/tests/integration/openwire/OpenWireLargeMessageTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireLargeMessageTest.java
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireLargeMessageTest.java
index cdb646d..6ccd07d 100644
---
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireLargeMessageTest.java
+++
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireLargeMessageTest.java
@@ -75,7 +75,7 @@ public class OpenWireLargeMessageTest extends
BasicOpenWireTest {
addressSettingsMap.put("#", new
AddressSettings().setAutoCreateQueues(false).setAutoCreateAddresses(false).setDeadLetterAddress(new
SimpleString("ActiveMQ.DLQ")).setAutoCreateAddresses(true));
addressSettingsMap.put(lmDropAddress.toString(),
new AddressSettings()
- .setMaxSizeBytes(15 * 1024 * 1024)
+ .setMaxSizeBytes(100 * 1024)
.setAddressFullMessagePolicy(AddressFullMessagePolicy.DROP)
.setMessageCounterHistoryDayLimit(10)
.setRedeliveryDelay(0)