aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/reaper_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* rename start to run and use Thread.pass rather than sleeping to schedule the ↵Aaron Patterson2011-12-301-21/+29
| | | | watchdog
* 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