Github user d2r commented on the pull request:
https://github.com/apache/storm/pull/916#issuecomment-161728319
```
testPollWhileThereAreNoDataAvailable(backtype.storm.utils.ShellBoltMessageQueueTest)
Time elapsed: 1.005 sec <<< FAILURE!
junit.framework.AssertionFailedError: null
at junit.framework.Assert.fail(Assert.java:55)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertTrue(Assert.java:31)
at junit.framework.TestCase.assertTrue(TestCase.java:201)
at
backtype.storm.utils.ShellBoltMessageQueueTest.testPollWhileThereAreNoDataAvailable(ShellBoltMessageQueueTest.java:55)
```
This is the test I see failing both in this pull request and also on my
travis
ci setup.
It does not seem related to my changes, but it is causing the overall check
to
fail for storm-core, and that causes the other modules not to be tested.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---