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/integration
yuuji.yaginuma acd4840c2a make backburner integration test to work
Currently, backburner integration test is not running on CI.
https://travis-ci.org/rails/rails/jobs/196005322#L610

Using `Backburner::Worker.connection` to check whether beanstalkd is
running. But `Backburner::Worker.connection` was removed in backburner
1.2.0.
81fde499c2

Therefore, this check process always becomes false, so the test is no
longer done. I fixed it so that check processing is done correctly.
2017-01-28 11:34:28 +09:00
..
adapters make backburner integration test to work 2017-01-28 11:34:28 +09:00
dummy_app_template.rb Avoid race condition in AJ integration tests 2016-11-30 21:10:52 +10:30
helper.rb Avoid race condition in AJ integration tests 2016-11-30 21:10:52 +10:30
jobs_manager.rb applies new string literal convention in activejob/test 2016-08-06 18:41:18 +02:00
test_case_helpers.rb Privatize unneededly protected methods in Active Job tests 2016-12-24 00:15:18 +09:00