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.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---