From 8d126c9424208a52b01ad5237a48b214063e2a99 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 17 Jul 2014 14:04:25 -0700 Subject: do not restart the service, just stop it --- actionpack/test/abstract_unit.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb index afc14b9be9..1254859a5c 100644 --- a/actionpack/test/abstract_unit.rb +++ b/actionpack/test/abstract_unit.rb @@ -469,7 +469,6 @@ class ForkingExecutor pool = @size.times.map { fork { DRb.stop_service - DRb.start_service queue = DRbObject.new_with_uri @url while job = queue.pop klass = job[0] -- cgit v1.2.3