From 542f92935cdc1b23078364e547f923ec180e7efe Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Sun, 18 Jun 2017 14:16:23 +0900 Subject: Remove debug print This debug print was added in 87f5e5e for finding the regression caused by d314646 and the regression has already been fixed in 969339b. --- activerecord/test/cases/connection_pool_test.rb | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'activerecord') diff --git a/activerecord/test/cases/connection_pool_test.rb b/activerecord/test/cases/connection_pool_test.rb index 7e88c9cf7a..00a0187b57 100644 --- a/activerecord/test/cases/connection_pool_test.rb +++ b/activerecord/test/cases/connection_pool_test.rb @@ -499,21 +499,8 @@ module ActiveRecord if failed second_thread_done.set - puts - puts ">>> test_disconnect_and_clear_reloadable_connections_are_able_to_preempt_other_waiting_threads / #{group_action_method}" - p [first_thread, second_thread] - p pool.stat - p pool.connections.map(&:owner) - first_thread.join(2) second_thread.join(2) - - puts "---" - p [first_thread, second_thread] - p pool.stat - p pool.connections.map(&:owner) - puts "<<<" - puts end first_thread.join(10) || raise("first_thread got stuck") -- cgit v1.2.3