From b7b27fc2a3d28c0113e27eea8615e52f723370cb Mon Sep 17 00:00:00 2001 From: Akira Matsuda + Koichi Sasada Date: Thu, 24 Jan 2013 19:10:58 +0900 Subject: Set Thread.abort_on_exception for the whole AS, AP, and AR tests this would give us some more clues in case a test silently dies inside Thread --- actionpack/test/abstract_unit.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack') diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb index bbcd289886..7157bccfb3 100644 --- a/actionpack/test/abstract_unit.rb +++ b/actionpack/test/abstract_unit.rb @@ -38,6 +38,8 @@ end ActiveSupport::Dependencies.hook! +Thread.abort_on_exception = true + # Show backtraces for deprecated behavior for quicker cleanup. ActiveSupport::Deprecation.debug = true -- cgit v1.2.3