You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2016/08/03 13:27:20 UTC

[jira] [Resolved] (ARTEMIS-663) Failing ExtraStompTests

     [ https://issues.apache.org/jira/browse/ARTEMIS-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram resolved ARTEMIS-663.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

> Failing ExtraStompTests
> -----------------------
>
>                 Key: ARTEMIS-663
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-663
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Stomp
>    Affects Versions: 1.4.0
>            Reporter: Jiri Danek
>            Assignee: Justin Bertram
>             Fix For: 1.4.0
>
>
> Tests
> * org.apache.activemq.artemis.tests.integration.stomp.ExtraStompTest#testReceiveLargeCompressedToLargePersistentMessagesFromCore
> * org.apache.activemq.artemis.tests.integration.stomp.ExtraStompTest#testReceiveLargeCompressedToRegularPersistentMessagesFromCore
> * org.apache.activemq.artemis.tests.integration.stomp.ExtraStompTest#testReceiveLargeCompressedToLargePersistentMessagesFromCoreV12
> * org.apache.activemq.artemis.tests.integration.stomp.ExtraStompTest#testReceiveLargeCompressedToRegularPersistentMessagesFromCoreV12
> are currently failing for me in git tip. When running the first test on the list, the result is
> {noformat}
> $ scripts/one-test.sh ExtraStompTest
> [main] 16:56:41,444 INFO  [org.apache.activemq.artemis.core.server] AMQ221002: Apache ActiveMQ Artemis Message Broker version 1.4.0-SNAPSHOT [2bf815dc-58c1-11e6-8d66-0800279eb887] stopped, uptime 1 minute
> [main] 16:56:41,455 INFO  [org.apache.activemq.artemis.core.server] #*#*# Finished test: testReceiveLargeCompressedToLargePersistentMessagesFromCore()...
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 65.037 sec <<< FAILURE! - in org.apache.activemq.artemis.tests.integration.stomp.ExtraStompTest
> testReceiveLargeCompressedToLargePersistentMessagesFromCore(org.apache.activemq.artemis.tests.integration.stomp.ExtraStompTest)  Time elapsed: 64.761 sec  <<< FAILURE!
> 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.stomp.ExtraStompTest.testReceiveLargeCompressedToLargePersistentMessagesFromCore(ExtraStompTest.java:582)
> Running org.apache.activemq.artemis.tests.integration.stomp.v11.ExtraStompTest
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.tests.integration.stomp.v11.ExtraStompTest
> Results :
> Failed tests: 
>   ExtraStompTest.testReceiveLargeCompressedToLargePersistentMessagesFromCore:582->Assert.assertNotNull:631->Assert.assertNotNull:621->Assert.assertTrue:41->Assert.fail:86 null
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)