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
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-2
/
+2
*
Make the test that seems to be getting stuck noisier
Matthew Draper
2016-11-26
1
-35
/
+55
*
Distribute connections to previously blocked threads when we're done
Matthew Draper
2016-11-25
1
-6
/
+0
*
Add ActiveRecord::Base.connection_pool.stat
Pavel
2016-11-09
1
-0
/
+20
*
Use different name for main and thread connection variable.
Charles Oliver Nutter
2016-11-04
1
-5
/
+5
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-7
/
+7
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-6
/
+6
*
Fix `payload[:class_name]` to `payload[:spec_name]`
Ryuta Kamizono
2016-07-17
1
-2
/
+2
*
Create connection.active_record notification and use that to ensure that lazy-
Jeremy Wadsack
2016-07-12
1
-0
/
+12
*
Make connection stealing more explicit
Matthew Draper
2016-07-06
1
-1
/
+4
*
fix test
Arthur Neves
2016-05-05
1
-8
/
+7
*
Refactor connection handler
Arthur Neves
2016-05-05
1
-8
/
+8
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
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
[next]