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

Fix naming conflict with StandardError #61

Merged
merged 1 commit into from
Oct 29, 2017
Merged

Conversation

tachyons
Copy link
Contributor

Ruby standard Error have a builtin method from ruby 2.1 onwards which
returns the exception object which caused the current error
See: http://ruby-doc.org/core-2.3.1/Exception.html#method-i-cause

Using the same variable for storing the error cause string can side effects
as in #59

Fixes #59

@tachyons
Copy link
Contributor Author

tachyons commented Oct 29, 2017

Build failure is unrelated, addressed here #63

@tachyons
Copy link
Contributor Author

 with recrusive, waits and return when the key is updated (FAILED - 1)

Failures:

  1) Etcd watch with recrusive, waits and return when the key is updated

     Failure/Error: res = http.request(req)

     

     Net::ReadTimeout:

       Net::ReadTimeout

     # ./lib/etcd/client.rb:111:in `api_execute'

     # ./lib/etcd/keys.rb:81:in `watch'

     # ./spec/etcd/watch_spec.rb:41:in `block (3 levels) in <top (required)>'

     # ------------------

     # --- Caused by: ---

     # IO::EAGAINWaitReadable:

     #   Resource temporarily unavailable - read would block

     #   ./lib/etcd/client.rb:111:in `api_execute'

Build failure seems due to another issue which is not deterministic
@ranjib

returns the the excption object which caused current error
See: http://ruby-doc.org/core-2.3.1/Exception.html#method-i-cause

Using same variable for stroring the error cause string can side effects
as in ranjib#59
@ranjib ranjib merged commit f7153c6 into ranjib:master Oct 29, 2017
@ranjib
Copy link
Owner

ranjib commented Oct 29, 2017

Thank you :-)

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

Successfully merging this pull request may close these issues.

2 participants