ensure to restart antoher thread
This commit is contained in:
parent
bbfc262c99
commit
c974ee1abe
@ -300,6 +300,8 @@ class TestMonitor < Test::Unit::TestCase
|
|||||||
result4 = cond.wait
|
result4 = cond.wait
|
||||||
assert_equal(true, result4)
|
assert_equal(true, result4)
|
||||||
assert_equal("bar", c)
|
assert_equal("bar", c)
|
||||||
|
ensure
|
||||||
|
queue3.enq(nil)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
assert_join_threads([th, th2])
|
assert_join_threads([th, th2])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user