index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
connection_pool_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.
Jerry D'Antonio
2015-07-13
1
-14
/
+14
*
sqlite3_mem has an existing connection
Matthew Draper
2015-05-18
1
-1
/
+3
*
AR::ConPool - remove synchronization around connection cache.
thedarkone
2015-05-14
1
-4
/
+132
*
AR::ConPool - establish connections outside of critical section.
thedarkone
2015-05-14
1
-0
/
+34
*
Apply schema cache dump when creating connections
Eugene Kenny
2015-04-29
1
-0
/
+15
*
Fix typos and improve the documentation
Jon Atack
2015-04-15
1
-2
/
+2
*
test should only pass if the pool.size+1 checkout fails
Aaron Patterson
2014-03-17
1
-3
/
+2
*
use a latch to avoid busy loops
Aaron Patterson
2014-03-17
1
-3
/
+4
*
Reap connections based on owning-thread death
Matthew Draper
2014-03-18
1
-10
/
+13
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-2
/
+1
*
Reaper has access to threadsafe active? call
Kevin Casey
2014-02-08
1
-1
/
+1
*
if we remove the connection from the pool, we should close it
Aaron Patterson
2013-07-08
1
-0
/
+1
*
fix typos
Angelo Capilleri
2013-06-15
1
-1
/
+1
*
MOAR cleanups.
Vipul A M
2013-03-14
1
-1
/
+1
*
Whitespaces :scissors:
Rafael Mendonça França
2013-01-22
1
-7
/
+4
*
fix anonymous class issue
David
2013-01-20
1
-0
/
+14
*
ConnectionPool, unify exceptions, ConnectionTimeoutError
Jonathan Rochkind
2012-09-11
1
-1
/
+1
*
Remove warnings and unused code
Rafael Mendonça França
2012-06-11
1
-2
/
+2
*
Make connection pool fair with respect to waiting threads.
Patrick Mahoney
2012-05-25
1
-0
/
+104
*
ConnectionPool wait_timeout no longer used for different types of timeouts. #...
Jonathan Rochkind
2012-05-23
1
-2
/
+2
*
Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool"
Rafael Mendonça França
2012-05-22
1
-115
/
+0
*
Remove not used variables from connection poll test
Carlos Antonio da Silva
2012-05-21
1
-2
/
+2
*
Make connection pool fair with respect to waiting threads.
Patrick Mahoney
2012-05-20
1
-0
/
+115
*
opening a connection will block if the pool is full
Aaron Patterson
2012-04-15
1
-0
/
+24
*
make sure connections returned after close are marked as in_use
Aaron Patterson
2012-03-12
1
-0
/
+10
*
ensure that released connections move between threads
Aaron Patterson
2012-03-08
1
-0
/
+18
*
make active_connection? return true only if there is an open connection in us...
Aaron Patterson
2012-03-08
1
-0
/
+35
*
actually disconnect from the database at the end of each test
Aaron Patterson
2012-01-03
1
-2
/
+2
*
raise a pull full error when the connection pool is full and no connection ca...
Aaron Patterson
2011-12-30
1
-0
/
+8
*
connections are only removed if they are inactve
Aaron Patterson
2011-12-30
1
-2
/
+18
*
connections can be reaped via the `reap` method
Aaron Patterson
2011-12-30
1
-0
/
+15
*
deal with removing connections associated with the current thread
Aaron Patterson
2011-12-30
1
-0
/
+8
*
connections can be removed from the pool
Aaron Patterson
2011-12-30
1
-0
/
+19
*
connections must be checked in at the end of a thread
Aaron Patterson
2011-12-30
1
-14
/
+3
*
Automatic closure of connections in threads is deprecated. For example
Aaron Patterson
2011-11-29
1
-26
/
+5
*
pushing caching and visitors down to the connection
Aaron Patterson
2011-11-19
1
-37
/
+0
*
Make it the responsibility of the connection to hold onto an ARel visitor for...
Jon Leighton
2011-08-08
1
-0
/
+4
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
adding active_connection? to the connection pool
Aaron Patterson
2011-03-28
1
-0
/
+8
*
Fix test/cases/connection_pool_test.rb for sqlite3 in-memory db
Jon Leighton
2011-02-14
1
-0
/
+10
*
primary keys should not be cleared on cache clear, fixing oracle tests
Aaron Patterson
2011-02-08
1
-3
/
+1
*
column cache now lives on the connection pool
Aaron Patterson
2011-02-04
1
-0
/
+20
*
making sure primary key is set on the columns
Aaron Patterson
2011-02-04
1
-0
/
+9
*
connection pool can cache column, table, and primary key information
Aaron Patterson
2011-02-04
1
-0
/
+35
*
fix whitespace errors
Aaron Patterson
2010-11-30
1
-2
/
+2
*
fix ruby 1.9 deadlock problem, fixes #5736 add connection pool tests
Hemant Kumar
2010-10-06
1
-0
/
+29
*
adding a test for clearing stale connections
Aaron Patterson
2010-07-16
1
-0
/
+31
*
fixing test file name
Aaron Patterson
2010-07-16
1
-25
/
+0
*
fixing whitespace errors
Aaron Patterson
2010-07-16
1
-4
/
+4
[next]