aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/reaper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
* fix issue with reaping_frequency typekorbin2014-12-171-1/+1
* Reap connections based on owning-thread deathMatthew Draper2014-03-181-6/+11
* Use teardown helper method.Guo Xiang Tan2014-03-141-2/+1
* Reaper has access to threadsafe active? callKevin Casey2014-02-081-1/+1
* 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