Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 16, 2022
1 parent 34d8f60 commit 1462123
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/testing_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ def ensure_connected(retryable: true)
super
ensure
if @raw_connection && !@raw_connection.connected?
puts '-' * 40
if $!
p $!
puts $!.backtrace
end
raise "Missed close!"
end
end
Expand Down

0 comments on commit 1462123

Please sign in to comment.