Skip to content

Commit

Permalink
Log exceptions from threads
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Dec 10, 2024
1 parent 65e0b8f commit 2df2f43
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/helpers/ghostferry_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,6 @@ def start_server

def start_ghostferry(resuming_state = nil)
@subprocess_thread = Thread.new do
# No need to spam the logs with Ghostferry interrupted exceptions if
# Ghostferry is supposed to be interrupted.
Thread.current.report_on_exception = false

environment = {
ENV_KEY_PORT => @server_port.to_s,
}
Expand Down

0 comments on commit 2df2f43

Please sign in to comment.