1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2014-05-26 12:59:18 +00:00
parent 6112d54151
commit 25ccc4686c

View file

@ -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