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
*
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
*
Add test case for ActiveRecord::ConnectionAdapters::ConnectionManagement.
Manfred Stienstra
2009-02-25
1
-0
/
+25