nesquena / backburner

Simple and reliable beanstalkd job queue for ruby
http://nesquena.github.com/backburner
MIT License
428 stars 68 forks source link

Fix test and build failures #131

Closed eltone closed 7 years ago

eltone commented 7 years ago

A logger used in the forking worker tests was closed but not removed from config.

eltone commented 7 years ago

I appear to be getting other failures randomly, will try and fix and add to this PR.

eltone commented 7 years ago

This should be good to merge now.

eltone commented 7 years ago

Byebug was causing the 1.9 build to fail. There would be a way around it with a conditional around the dependency that only added for ruby >= 2. My reasoning for removal was: it can be re-added when needed fairly easily and this solution was simpler.