aboutsummaryrefslogtreecommitdiffstats
path: root/test/rinda
diff options
context:
space:
mode:
Diffstat (limited to 'test/rinda')
-rw-r--r--test/rinda/test_rinda.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb
index 590037d95f..38909f90df 100644
--- a/test/rinda/test_rinda.rb
+++ b/test/rinda/test_rinda.rb
@@ -567,6 +567,11 @@ class TestRingServer < Test::Unit::TestCase
callback = DRb::DRbObject.new callback
+ th = Thread.new(Thread.current) do |mth|
+ sleep 15
+ mth.raise unless called
+ end
+
@ts.write [:lookup_ring, callback]
@rs.do_reply
@@ -580,6 +585,8 @@ class TestRingServer < Test::Unit::TestCase
end
assert_same @ts, called
+ ensure
+ th.kill if th
end
def test_do_reply_local