[前][次][番号順一覧][スレッド一覧]

ruby-changes:34210

From: akr <ko1@a...>
Date: Mon, 2 Jun 2014 09:26:39 +0900 (JST)
Subject: [ruby-changes:34210] akr:r46295 (trunk): Finish threads.

akr	2014-06-01 22:47:04 +0900 (Sun, 01 Jun 2014)

  New Revision: 46295

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?revision=46295&view=revision

  Log:
    Finish threads.

  Modified files:
    trunk/test/rinda/test_rinda.rb
Index: test/rinda/test_rinda.rb
===================================================================
--- test/rinda/test_rinda.rb	(revision 46294)
+++ test/rinda/test_rinda.rb	(revision 46295)
@@ -674,6 +674,7 @@ class TestRingServer < Test::Unit::TestC https://github.com/ruby/ruby/blob/trunk/test/rinda/test_rinda.rb#L674
     skip 'IPv6 not available' unless
       Socket.ip_address_list.any? { |addrinfo| addrinfo.ipv6? }
 
+    @rs.shutdown
     begin
       @rs = Rinda::RingServer.new(@ts, [['ff02::1', '::1', 0]], @port)
     rescue Errno::EADDRNOTAVAIL

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]