From 25ccc4686c1c5c4283f5eb61f0cfa2df13035c41 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 26 May 2014 12:59:18 +0000 Subject: test_rinda.rb: revert stop_service * test/rinda/test_rinda.rb (test_take_bug_8215): revert `stop_service` for the time being. need to reset `current_server` to let test/drb work, probably. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rinda/test_rinda.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb index 196820117d..205ac23e55 100644 --- a/test/rinda/test_rinda.rb +++ b/test/rinda/test_rinda.rb @@ -530,7 +530,6 @@ class TupleSpaceProxyTest < Test::Unit::TestCase Process.kill(signal, take) if take Process.wait(write) if write && status.nil? Process.wait(take) if take - service.stop_service end @server = DRb.primary_server || DRb.start_service -- cgit v1.2.3