Github user revans2 commented on the pull request:
https://github.com/apache/incubator-storm/pull/202#issuecomment-50558624
```
diff --git
a/storm-core/test/clj/backtype/storm/messaging/netty_unit_test.clj
b/storm-core/test/clj/backtype/storm/messaging/netty_unit_test.clj
index ea7b8dc..c205dc3 100644
--- a/storm-core/test/clj/backtype/storm/messaging/netty_unit_test.clj
+++ b/storm-core/test/clj/backtype/storm/messaging/netty_unit_test.clj
@@ -32,6 +32,7 @@
STORM-MESSAGING-NETTY-MAX-SLEEP-MS 5000
STORM-MESSAGING-NETTY-SERVER-WORKER-THREADS 1
STORM-MESSAGING-NETTY-CLIENT-WORKER-THREADS 1
+ STORM-MESSAGING-NETTY-AUTHENTICATION false
}
context (TransportFactory/makeContext storm-conf)
server (.bind context nil port)
@@ -54,6 +55,7 @@
STORM-MESSAGING-NETTY-MAX-SLEEP-MS 5000
STORM-MESSAGING-NETTY-SERVER-WORKER-THREADS 1
STORM-MESSAGING-NETTY-CLIENT-WORKER-THREADS 1
+ STORM-MESSAGING-NETTY-AUTHENTICATION false
}
context (TransportFactory/makeContext storm-conf)
server (.bind context nil port)
@@ -76,6 +78,7 @@
STORM-MESSAGING-NETTY-MAX-SLEEP-MS 5000
STORM-MESSAGING-NETTY-SERVER-WORKER-THREADS 1
STORM-MESSAGING-NETTY-CLIENT-WORKER-THREADS 1
+ STORM-MESSAGING-NETTY-AUTHENTICATION false
}
```
is what I had to do to get the tests to pass. Otherwise I was getting NPEs
in the tests. If you could update your pull request it makes tracking the
changes, a lot cleaner.
---
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.
---