ruby-changes:34059
From: nobu <ko1@a...>
Date: Mon, 26 May 2014 21:59:33 +0900 (JST)
Subject: [ruby-changes:34059] nobu:r46140 (trunk): test_rinda.rb: revert stop_service
nobu 2014-05-26 21:59:18 +0900 (Mon, 26 May 2014) New Revision: 46140 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=46140 Log: 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. Modified files: trunk/test/rinda/test_rinda.rb Index: test/rinda/test_rinda.rb =================================================================== --- test/rinda/test_rinda.rb (revision 46139) +++ test/rinda/test_rinda.rb (revision 46140) @@ -530,7 +530,6 @@ class TupleSpaceProxyTest < Test::Unit:: https://github.com/ruby/ruby/blob/trunk/test/rinda/test_rinda.rb#L530 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/