зеркало из https://github.com/github/ruby.git
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
7c9771be02
Коммит
3dd0b61624
|
@ -8,6 +8,9 @@ require 'rinda/tuplespace'
|
||||||
require 'timeout'
|
require 'timeout'
|
||||||
require 'singleton'
|
require 'singleton'
|
||||||
|
|
||||||
|
DRb.start_service
|
||||||
|
|
||||||
|
|
||||||
module Rinda
|
module Rinda
|
||||||
|
|
||||||
class MockClock
|
class MockClock
|
||||||
|
@ -795,6 +798,7 @@ class TestRingServer < Test::Unit::TestCase
|
||||||
mth.raise(Timeout::Error)
|
mth.raise(Timeout::Error)
|
||||||
end
|
end
|
||||||
tl0 << th
|
tl0 << th
|
||||||
|
yield
|
||||||
rescue Timeout::Error => e
|
rescue Timeout::Error => e
|
||||||
if tl
|
if tl
|
||||||
bt = e.backtrace
|
bt = e.backtrace
|
||||||
|
|
Загрузка…
Ссылка в новой задаче