We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385974b commit 0e73914Copy full SHA for 0e73914
test/worker_test.rb
@@ -432,7 +432,7 @@ def self.perform
432
assert_equal 1, Resque::Failure.count
433
end
434
435
- it "reconnects to redis after fork" do
+ test "reconnects to redis after fork" do
436
original_connection = Resque.redis.client.connection.instance_variable_get("@sock")
437
@worker.work(0)
438
assert_not_equal original_connection, Resque.redis.client.connection.instance_variable_get("@sock")
0 commit comments