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:
parent
6112d54151
commit
25ccc4686c
1 changed files with 0 additions and 1 deletions
|
@ -530,7 +530,6 @@ class TupleSpaceProxyTest < Test::Unit::TestCase
|
||||||
Process.kill(signal, take) if take
|
Process.kill(signal, take) if take
|
||||||
Process.wait(write) if write && status.nil?
|
Process.wait(write) if write && status.nil?
|
||||||
Process.wait(take) if take
|
Process.wait(take) if take
|
||||||
service.stop_service
|
|
||||||
end
|
end
|
||||||
|
|
||||||
@server = DRb.primary_server || DRb.start_service
|
@server = DRb.primary_server || DRb.start_service
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue