1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/test/support
yuuji.yaginuma 7eba11373c Remove an extra @mutex.synchronize
Since `@mutex.synchronize` is enforced in the `ensure_connection!` method,
there is no need to do so on the caller side.
c1b47f9c5d/lib/sneakers/publisher.rb (L22-L26)

Due to this, `ThreadError(deadlock; recursive locking)` has occurred.
2018-10-19 12:38:21 +09:00
..
backburner
delayed_job/delayed
integration Remove an extra @mutex.synchronize 2018-10-19 12:38:21 +09:00
que
queue_classic Fix Ruby warnings tickled by the test suite 2018-06-30 10:20:45 +02:00
sneakers Fix Ruby warnings tickled by the test suite 2018-06-30 10:20:45 +02:00
job_buffer.rb