aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/reaper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* ConnectionPool wait_timeout no longer used for different types of timeouts. #...Jonathan Rochkind2012-05-231-1/+1
* rename start to run and use Thread.pass rather than sleeping to schedule the ...Aaron Patterson2011-12-301-21/+29
* connection pool starts the reaperAaron Patterson2011-12-301-0/+16
* just dup the spec now that it will deep copyAaron Patterson2011-12-301-2/+1
* each connection pool has a reaperAaron Patterson2011-12-301-0/+12
* introduce a timer class for reaping connectionsAaron Patterson2011-12-301-0/+46