[
https://issues.apache.org/jira/browse/STORM-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15119320#comment-15119320
]
ASF GitHub Bot commented on STORM-1257:
---------------------------------------
Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/1047#discussion_r50990989
--- Diff: storm-core/test/clj/org/apache/storm/cluster_test.clj ---
@@ -308,11 +309,11 @@
(deftest test-cluster-state-default-acls
(testing "The default ACLs are empty."
- (stubbing [zk/mkdirs nil
+ (stubbing [Zookeeper/mkdirs nil
--- End diff --
You have the added issue that you will probably have to use mockito to
validate the calls. If you want me to put together a pull request to your
branch to fix this, because it may not be that obvious please let me know and I
will.
> port backtype.storm.zookeeper to java
> -------------------------------------
>
> Key: STORM-1257
> URL: https://issues.apache.org/jira/browse/STORM-1257
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-core
> Reporter: Robert Joseph Evans
> Assignee: John Fang
> Labels: java-migration, jstorm-merger
>
> A wrapper around zookeeper/curator.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)