aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_pool_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove debug printRyuta Kamizono2017-06-181-13/+0
* Refactor connection_pool_testKir Shatrov2017-02-261-1/+4
* Correct spellingBenjamin Fleischer2017-02-051-1/+1
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* Reconnecting AR::Base's connection breaks sqlite3_mem testsAkira Matsuda2017-01-101-2/+6
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-2/+2
* Make the test that seems to be getting stuck noisierMatthew Draper2016-11-261-35/+55
* Distribute connections to previously blocked threads when we're doneMatthew Draper2016-11-251-6/+0
* Add ActiveRecord::Base.connection_pool.statPavel2016-11-091-0/+20
* Use different name for main and thread connection variable.Charles Oliver Nutter2016-11-041-5/+5
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-7/+7
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-6/+6
* Fix `payload[:class_name]` to `payload[:spec_name]`Ryuta Kamizono2016-07-171-2/+2
* Create connection.active_record notification and use that to ensure that lazy-Jeremy Wadsack2016-07-121-0/+12
* Make connection stealing more explicitMatthew Draper2016-07-061-1/+4
* fix testArthur Neves2016-05-051-8/+7
* Refactor connection handlerArthur Neves2016-05-051-8/+8
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-131-14/+14
* sqlite3_mem has an existing connectionMatthew Draper2015-05-181-1/+3
* AR::ConPool - remove synchronization around connection cache.thedarkone2015-05-141-4/+132
* AR::ConPool - establish connections outside of critical section.thedarkone2015-05-141-0/+34
* Apply schema cache dump when creating connectionsEugene Kenny2015-04-291-0/+15
* Fix typos and improve the documentationJon Atack2015-04-151-2/+2
* test should only pass if the pool.size+1 checkout failsAaron Patterson2014-03-171-3/+2
* use a latch to avoid busy loopsAaron Patterson2014-03-171-3/+4
* Reap connections based on owning-thread deathMatthew Draper2014-03-181-10/+13
* Use teardown helper method.Guo Xiang Tan2014-03-141-2/+1
* Reaper has access to threadsafe active? callKevin Casey2014-02-081-1/+1
* if we remove the connection from the pool, we should close itAaron Patterson2013-07-081-0/+1
* fix typosAngelo Capilleri2013-06-151-1/+1
* MOAR cleanups.Vipul A M2013-03-141-1/+1
* Whitespaces :scissors:Rafael Mendonça França2013-01-221-7/+4
* fix anonymous class issueDavid2013-01-201-0/+14
* ConnectionPool, unify exceptions, ConnectionTimeoutErrorJonathan Rochkind2012-09-111-1/+1
* Remove warnings and unused codeRafael Mendonça França2012-06-111-2/+2
* Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-251-0/+104
* ConnectionPool wait_timeout no longer used for different types of timeouts. #...Jonathan Rochkind2012-05-231-2/+2
* Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool"Rafael Mendonça França2012-05-221-115/+0
* Remove not used variables from connection poll testCarlos Antonio da Silva2012-05-211-2/+2
* Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-201-0/+115
* opening a connection will block if the pool is fullAaron Patterson2012-04-151-0/+24
* make sure connections returned after close are marked as in_useAaron Patterson2012-03-121-0/+10
* ensure that released connections move between threadsAaron Patterson2012-03-081-0/+18
* make active_connection? return true only if there is an open connection in us...Aaron Patterson2012-03-081-0/+35
* actually disconnect from the database at the end of each testAaron Patterson2012-01-031-2/+2
* raise a pull full error when the connection pool is full and no connection ca...Aaron Patterson2011-12-301-0/+8