brandonhilkert / sucker_punch

Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday.
MIT License
2.65k stars 114 forks source link

Resolve failing test on JRuby 9.0.3 #152

Closed brandonhilkert closed 8 years ago

brandonhilkert commented 8 years ago

@jdantonio There's a failing testing on JRuby 9.0.3. Can you take a look?

Also, are all those versions of JRuby necessary to test? I'm not familiar with the versioning scheme. They seem like similar versions.

brandonhilkert commented 8 years ago

Subsequent build is fixed: Maybe it's transient...I'll keep an eye on it.