GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2668
STORM-3065: Reduce storm-server test fork count to 1, fix some test-sâ¦
â¦pecific NPEs
https://issues.apache.org/jira/browse/STORM-3065
The changes to InProcessZookeeper aren't strictly necessary, but it seemed
unnecessary to me to keep track of the Zookeeper port manually when the
connection factory has a method to get it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-3065
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2668.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2668
----
commit f24b248ac3715bbe003f06c4643cd576403d5b6e
Author: Stig Rohde Døssing <srdo@...>
Date: 2018-05-09T19:14:40Z
STORM-3065: Reduce storm-server test fork count to 1, fix some
test-specific NPEs
----
---