[
https://issues.apache.org/jira/browse/ARTEMIS-381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15128295#comment-15128295
]
ASF GitHub Bot commented on ARTEMIS-381:
----------------------------------------
GitHub user dudaerich opened a pull request:
https://github.com/apache/activemq-artemis/pull/368
ARTEMIS-381 - [Artemis Testsuite] LargeMessageOverBridgeTest.testSend…
…BytesAsLargeOnBridgeOnly fails
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dudaerich/activemq-artemis ARTEMIS-381
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/368.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #368
----
commit 5f1daf485c820227a6ae495a4dfd02e0a8642ec8
Author: Erich Duda <[email protected]>
Date: 2016-02-02T14:13:48Z
ARTEMIS-381 - [Artemis Testsuite]
LargeMessageOverBridgeTest.testSendBytesAsLargeOnBridgeOnly fails
----
> [Artemis Testsuite]
> LargeMessageOverBridgeTest.testSendBytesAsLargeOnBridgeOnly fails
> -------------------------------------------------------------------------------------
>
> Key: ARTEMIS-381
> URL: https://issues.apache.org/jira/browse/ARTEMIS-381
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 1.1.0
> Reporter: Erich Duda
>
> {code}
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertNotNull(Assert.java:621)
> at org.junit.Assert.assertNotNull(Assert.java:631)
> at
> org.apache.activemq.artemis.tests.integration.jms.cluster.LargeMessageOverBridgeTest.testSendBytesAsLargeOnBridgeOnly(LargeMessageOverBridgeTest.java:210)
> {code}
> Problem is in redistribution-delay property which is defaul set on -1. It
> means that messages shouldn't be redistributed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)