aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_pool_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* connections are only removed if they are inactveAaron Patterson2011-12-301-2/+18
* connections can be reaped via the `reap` methodAaron Patterson2011-12-301-0/+15
* deal with removing connections associated with the current threadAaron Patterson2011-12-301-0/+8
* connections can be removed from the poolAaron Patterson2011-12-301-0/+19
* connections must be checked in at the end of a threadAaron Patterson2011-12-301-14/+3
* Automatic closure of connections in threads is deprecated. For exampleAaron Patterson2011-11-291-26/+5
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-37/+0
* Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-0/+4
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* adding active_connection? to the connection poolAaron Patterson2011-03-281-0/+8
* Fix test/cases/connection_pool_test.rb for sqlite3 in-memory dbJon Leighton2011-02-141-0/+10
* primary keys should not be cleared on cache clear, fixing oracle testsAaron Patterson2011-02-081-3/+1
* column cache now lives on the connection poolAaron Patterson2011-02-041-0/+20
* making sure primary key is set on the columnsAaron Patterson2011-02-041-0/+9
* connection pool can cache column, table, and primary key informationAaron Patterson2011-02-041-0/+35
* fix whitespace errorsAaron Patterson2010-11-301-2/+2
* fix ruby 1.9 deadlock problem, fixes #5736 add connection pool testsHemant Kumar2010-10-061-0/+29
* adding a test for clearing stale connectionsAaron Patterson2010-07-161-0/+31
* fixing test file nameAaron Patterson2010-07-161-25/+0
* fixing whitespace errorsAaron Patterson2010-07-161-4/+4
* Add test case for ActiveRecord::ConnectionAdapters::ConnectionManagement.Manfred Stienstra2009-02-251-0/+25