You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2017/09/18 19:42:00 UTC

[jira] [Commented] (STORM-2722) JMsSpout test fails way too often

    [ https://issues.apache.org/jira/browse/STORM-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16170552#comment-16170552 ] 

Robert Joseph Evans commented on STORM-2722:
--------------------------------------------

I did some debugging and it turns out that the different tests are conflicting with each other.  Old spouts are not gone all the way by the time the new test starts, which results in the message going to the wrong spout so the test fails.

> JMsSpout test fails way too often
> ---------------------------------
>
>                 Key: STORM-2722
>                 URL: https://issues.apache.org/jira/browse/STORM-2722
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-jms
>    Affects Versions: 2.0.0
>            Reporter: Robert Joseph Evans
>            Assignee: Robert Joseph Evans
>
> {code}
> java.lang.AssertionError: null
> 	at org.junit.Assert.fail(Assert.java:92)
> 	at org.junit.Assert.assertTrue(Assert.java:43)
> 	at org.junit.Assert.assertTrue(Assert.java:54)
> 	at org.apache.storm.jms.spout.JmsSpoutTest.testFailure(JmsSpoutTest.java:62)
> {code}
> Which corresponds to 
> https://github.com/apache/storm/blob/d6e5e6d4e0a20c4c9f0ce0e3000e730dcb4700da/external/storm-jms/src/test/java/org/apache/storm/jms/spout/JmsSpoutTest.java?utf8=%E2%9C%93#L62



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)