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

ruby-changes:54767

From: seki <ko1@a...>
Date: Sat, 2 Feb 2019 15:17:39 +0900 (JST)
Subject: [ruby-changes:54767] seki:r66985 (trunk): fix: https://twitter.com/_ko1/status/1086167481922646016

seki	2019-02-02 15:17:34 +0900 (Sat, 02 Feb 2019)

  New Revision: 66985

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

  Log:
    fix: https://twitter.com/_ko1/status/1086167481922646016

  Modified files:
    trunk/test/rinda/test_rinda.rb
Index: test/rinda/test_rinda.rb
===================================================================
--- test/rinda/test_rinda.rb	(revision 66984)
+++ test/rinda/test_rinda.rb	(revision 66985)
@@ -8,6 +8,9 @@ require 'rinda/tuplespace' https://github.com/ruby/ruby/blob/trunk/test/rinda/test_rinda.rb#L8
 require 'timeout'
 require 'singleton'
 
+DRb.start_service
+
+
 module Rinda
 
 class MockClock
@@ -795,6 +798,7 @@ class TestRingServer < Test::Unit::TestC https://github.com/ruby/ruby/blob/trunk/test/rinda/test_rinda.rb#L798
       mth.raise(Timeout::Error)
     end
     tl0 << th
+    yield
   rescue Timeout::Error => e
     if tl
       bt = e.backtrace

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

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