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

Streaming test failure on Ruby 2.0.0 #22

Open
ashmoran opened this issue Oct 17, 2013 · 0 comments
Open

Streaming test failure on Ruby 2.0.0 #22

ashmoran opened this issue Oct 17, 2013 · 0 comments

Comments

@ashmoran
Copy link
Contributor

Possibly the code still works internally as this is just a mismatched error, but running the RSpec suite on Ruby 2.0.0 produces the following failure:

Failures:

  1) Tripod::Streaming.get_data streaming with a limit should raise an exception if it's bigger than the limit
     Failure/Error: lambda {
       expected Tripod::Errors::SparqlResponseTooLarge, got #<Zlib::BufError: buffer error> with backtrace:
         # ./lib/tripod/streaming.rb:37:in `block in get_data'
         # ./lib/tripod/streaming.rb:28:in `get_data'
         # ./spec/tripod/streaming_spec.rb:59:in `block (6 levels) in <top (required)>'
         # ./spec/tripod/streaming_spec.rb:58:in `block (5 levels) in <top (required)>'
     # ./spec/tripod/streaming_spec.rb:58:in `block (5 levels) in <top (required)>'
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