[
https://issues.apache.org/jira/browse/STORM-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15121718#comment-15121718
]
ASF GitHub Bot commented on STORM-1257:
---------------------------------------
Github user hustfxj commented on a diff in the pull request:
https://github.com/apache/storm/pull/1047#discussion_r51137926
--- 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 --
```
(with-open [_ (proxy [MockedZookeeper] []
(mkdirsImpl [] nil))]
(stubbing [zk/mk-client (reify CuratorFramework (^void close [this]
nil))]
(mk-distributed-cluster-state {})
; (verify-call-times-for mkdirsImpl 1) //help
; (verify-first-call-args-for-indices mkdirsImpl [2] nil))) //help
```
@revans2 can u help me? I update the code, but I don't how update
"verify-call-times-for " and verify-first-call-args-for-indices here.
> 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)