Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests failing #2

Open
jordansissel opened this issue Aug 16, 2017 · 0 comments
Open

Tests failing #2

jordansissel opened this issue Aug 16, 2017 · 0 comments

Comments

@jordansissel
Copy link
Contributor

Failures:

  1) outputs/zookeeper when outputting messages should send message to zookeeper ephemeral znode
     Failure/Error: if @zk.exists?(@path) == false

     Zookeeper::Exceptions::NotConnected:
       Zookeeper::Exceptions::NotConnected
     # ./lib/logstash/outputs/zookeeper.rb:27:in `register'
     # ./spec/outputs/zookeeper_spec.rb:43:in `(root)'

  2) outputs/zookeeper when outputting messages should send message to zookeeper permanent znode
     Failure/Error: if @zk.exists?(@path) == false

     Zookeeper::Exceptions::NotConnected:
       Zookeeper::Exceptions::NotConnected
     # ./lib/logstash/outputs/zookeeper.rb:27:in `register'
     # ./spec/outputs/zookeeper_spec.rb:34:in `(root)'

  3) outputs/zookeeper when initializing should register
     Failure/Error: expect {output.register}.to_not raise_error

       expected no Exception, got #<Zookeeper::Exceptions::NotConnected: Zookeeper::Exceptions::NotConnected> with backtrace:
         # ./lib/logstash/outputs/zookeeper.rb:27:in `register'
         # ./spec/outputs/zookeeper_spec.rb:20:in `(root)'
         # ./spec/outputs/zookeeper_spec.rb:20:in `(root)'
     # ./spec/outputs/zookeeper_spec.rb:20:in `(root)'

Finished in 1 minute 31.78 seconds (files took 16.47 seconds to load)
5 examples, 3 failures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant