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
*
Make ActiveRecord `ConnectionPool.connections` thread-safe. (#36473)
jeffdoering
2019-06-13
1
-0
/
+22
*
Move schema cache from connection to pool
eileencodes
2019-06-05
1
-1
/
+0
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-16
/
+14
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
Merge pull request #31696 from BrentWheeldon/bmw-connection-pool-load-deadlock
Matthew Draper
2018-08-24
1
-0
/
+38
|
\
|
*
Prevent deadlocks when waiting for connection from pool.
Brent Wheeldon
2018-03-23
1
-0
/
+38
*
|
Speed up slow ConnectionPool test case.
Guo Xiang Tan
2018-08-20
1
-11
/
+19
*
|
Improve tests for ActiveRecord::ConnectionAdapters::ConnectionPool configurat...
Guo Xiang Tan
2018-08-19
1
-0
/
+37
|
/
*
Remove unnecessary `respond_to?(:report_on_exception)` checking
yuuji.yaginuma
2018-03-02
1
-2
/
+2
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-13
/
+13
*
Merge pull request #25456 from ojab/master
Ryuta Kamizono
2018-01-03
1
-1
/
+1
|
\
*
|
Suppress expected exceptions by `report_on_exception` = `false` in Ruby 2.5
Yasuo Honda
2017-12-13
1
-0
/
+3
*
|
Flush idle database connections
Matthew Draper
2017-11-26
1
-0
/
+47
*
|
Merge pull request #28742 from quixoten/stack_conn_pool
Matthew Draper
2017-11-17
1
-0
/
+8
|
\
\
|
*
|
Fix typos
Devin Christensen
2017-04-13
1
-1
/
+1
|
*
|
Improve documentation and add test
Devin Christensen
2017-04-13
1
-0
/
+8
*
|
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
|
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
|
|
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
|
Remove debug print
Ryuta Kamizono
2017-06-18
1
-13
/
+0
|
/
/
*
|
Refactor connection_pool_test
Kir Shatrov
2017-02-26
1
-1
/
+4
*
|
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
*
|
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-1
/
+1
*
|
Reconnecting AR::Base's connection breaks sqlite3_mem tests
Akira Matsuda
2017-01-10
1
-2
/
+6
*
|
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
[next]