aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/reaper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fix activerecord reaper_testVladimir Dementyev2019-01-021-1/+1
* Improve tests for ActiveRecord::ConnectionAdapters::ConnectionPool configurat...Guo Xiang Tan2018-08-191-2/+2
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-3/+3
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Flush idle database connectionsMatthew Draper2017-11-261-0/+6
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* 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