Skip to content

Commit

Permalink
Add more error status logging for unknown failures
Browse files Browse the repository at this point in the history
refs QA-567

Change-Id: I6f2e9abce68fa749ac5e578344278f5aaac0c291
Reviewed-on: https://gerrit.instructure.com/172206
Tested-by: Jenkins
Reviewed-by: Tucker Mcknight <[email protected]>
QA-Review: Mysti Sadler <[email protected]>
Product-Review: Mysti Sadler <[email protected]>
  • Loading branch information
Ardena committed Nov 13, 2018
1 parent 9407e78 commit 75ac7c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/rspec-queue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ class CanvasSpecRunner < TestQueue::Runner::RSpec
# :'( but we can retry
exit ::RSpec.configuration.failure_exit_code
else
puts "Error statuses: #{error_statuses.join(',')}"
puts "Error statuses: "
p error_statuses
p @completed.map{|c| [c.pid, c.status.exitstatus]}
# this shouldn't happen, crap is broken
exit 1
end
Expand Down

0 comments on commit 75ac7c0

Please sign in to comment.