Skip to content

Commit 4955107

Browse files
committed
Debugging with attempted fix
1 parent dd5566d commit 4955107

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/test_integration_pending.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ def test_busy_timeout_holds_gvl
114114
busy.unlock
115115
t.join
116116

117-
assert 2 == work.size - work.find_index(">")
117+
p ['busy_timeout', work]
118+
assert 2 >= work.size - work.find_index(">")
118119
end
119120

120121
def test_busy_handler_timeout_releases_gvl
@@ -160,6 +161,7 @@ def test_busy_handler_timeout_releases_gvl
160161
busy.unlock
161162
t.join
162163

164+
p ['busy_handler_timeout', work]
163165
assert 2 < work.size - work.find_index(">")
164166
end
165167
end

0 commit comments

Comments
 (0)