Skip to content

Commit

Permalink
Add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
driv3r committed Oct 9, 2023
1 parent 9822b6e commit d575e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helpers/ghostferry_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ def start_server_watchdog
while @subprocess_thread.alive? do
if (now - @last_message_time) > @message_timeout
@server.shutdown
@logger&.print_output
raise "ghostferry did not report to the integration test server for the last #{@message_timeout}s"
end

Expand Down

0 comments on commit d575e5f

Please sign in to comment.