You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jiri Danek (JIRA)" <ji...@apache.org> on 2017/05/30 12:20:04 UTC

[jira] [Created] (ARTEMIS-1192) [extra-tests] both LargeMessageOverReplicationTest test methods fail

Jiri Danek created ARTEMIS-1192:
-----------------------------------

             Summary: [extra-tests] both LargeMessageOverReplicationTest test methods fail
                 Key: ARTEMIS-1192
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1192
             Project: ActiveMQ Artemis
          Issue Type: Bug
            Reporter: Jiri Danek


{noformat}
commit de9cc2e708480084236c7e18e32454c3e3a01c93 (upstream/master)
Merge: 28a60bcdf f63ffc7af
Author: Martyn Taylor <mt...@redhat.com>
Date:   Fri May 26 11:16:42 2017 +0100

    This closes #1294
{noformat}

{{mvn test -Ptests -Pextra-tests -Dtest=LargeMessageOverReplicationTest -DfailIfNoTests=false -Drat.ignoreErrors=true -DskipStyleCheck=true}}

{noformat}
[...]
java.lang.AssertionError: Expected a failure here
        at org.junit.Assert.fail(Assert.java:88)
        at org.apache.activemq.artemis.tests.extras.byteman.LargeMessageOverReplicationTest.testReceiveLargeMessage(LargeMessageOverReplicationTest.java:191)

testSendLargeMessage(org.apache.activemq.artemis.tests.extras.byteman.LargeMessageOverReplicationTest)  Time elapsed: 33.998 sec  <<< FAILURE!
java.lang.AssertionError: expected an exception
        at org.junit.Assert.fail(Assert.java:88)
        at org.apache.activemq.artemis.tests.extras.byteman.LargeMessageOverReplicationTest.testSendLargeMessage(LargeMessageOverReplicationTest.java:148)


Results :

Failed tests: 
  LargeMessageOverReplicationTest.testReceiveLargeMessage:191->Assert.fail:88 Expected a failure here
  LargeMessageOverReplicationTest.testSendLargeMessage:148->Assert.fail:88 expected an exception

Tests run: 2, Failures: 2, Errors: 0, Skipped: 0

[ERROR] There are test failures.
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)