Skip to content

Instantly share code, notes, and snippets.

@kevinzen
Created November 12, 2013 19:40
Show Gist options
  • Save kevinzen/7437337 to your computer and use it in GitHub Desktop.
Save kevinzen/7437337 to your computer and use it in GitHub Desktop.
failures for sidekiq minitests for JRuby
1) Error:
manager#test_0002_assigns work to a processor:
NoMethodError: unmocked method :==, expected one of []
org/jruby/RubyArray.java:1957:in `=='
org/jruby/RubyHash.java:1055:in `=='
org/jruby/RubyArray.java:1303:in `include?'
org/jruby/RubyArray.java:1613:in `each'
org/jruby/RubyHash.java:1324:in `each'
/Users/kbedell/work/sidekiq/test/test_manager.rb:24:in `test_0002_assigns work to a processor'
org/jruby/RubyArray.java:2413:in `map'
org/jruby/RubyArray.java:2413:in `map'
org/jruby/RubyArray.java:1613:in `each'
2) Failure:
sidekiq web::stats::for sidekiq#test_0006_reports scheduled [/Users/kbedell/work/sidekiq/test/test_web.rb:382]:
Expected: 3
Actual: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment