Report a full_message on a worker crash
A worker crash happens very often, but we're not sure why. I'd like to know a backtrace if it's available.
This commit is contained in:
parent
eaa87be5f6
commit
00f046ef57
@ -324,7 +324,7 @@ module Test
|
|||||||
return unless @options[:parallel]
|
return unless @options[:parallel]
|
||||||
return if @interrupt
|
return if @interrupt
|
||||||
flush_job_tokens
|
flush_job_tokens
|
||||||
warn e if e
|
warn e.full_message if e
|
||||||
real_file = worker.real_file and warn "running file: #{real_file}"
|
real_file = worker.real_file and warn "running file: #{real_file}"
|
||||||
@need_quit = true
|
@need_quit = true
|
||||||
warn ""
|
warn ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user