Skip to content

Instantly share code, notes, and snippets.

@kevinzen
Created November 12, 2013 20:59
Show Gist options
  • Save kevinzen/7438588 to your computer and use it in GitHub Desktop.
Save kevinzen/7438588 to your computer and use it in GitHub Desktop.
remaining JRuby failures
1) Error:
manager#test_0002_assigns work to a processor:
NoMethodError: unmocked method :==, expected one of []
org/jruby/RubyArray.java:1961:in `=='
org/jruby/RubyHash.java:1101:in `=='
org/jruby/RubyArray.java:1309:in `include?'
org/jruby/RubyArray.java:1617:in `each'
org/jruby/RubyHash.java:1332:in `each'
/Users/kbedell/work/sidekiq_kmb/test/test_manager.rb:24:in `test_0002_assigns work to a processor'
org/jruby/RubyBasicObject.java:1703:in `__send__'
org/jruby/RubyArray.java:2417:in `map'
org/jruby/RubyArray.java:2417:in `map'
org/jruby/RubyBasicObject.java:1703:in `__send__'
org/jruby/RubyKernel.java:2209:in `send'
org/jruby/RubyArray.java:1617:in `each'
2) Failure:
sidekiq web::stats::for sidekiq#test_0006_reports scheduled [/Users/kbedell/work/sidekiq_kmb/test/test_web.rb:382]:
Expected: 3
Actual: 2
233 tests, 538 assertions, 1 failures, 1 errors, 0 skips
[
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment