Skip to content

Commit bcec456

Browse files
committed
Disable connection pool warmup for test suite
1 parent ecb1fdd commit bcec456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/connections/mysqlplus/connection.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
:encoding => 'utf8',
1616
:database => 'activerecord_unittest',
1717
:pool => 5,
18-
:warmup => true
18+
:warmup => false
1919
},
2020
'arunit2' => {
2121
:adapter => 'mysqlplus',
2222
:username => 'rails',
2323
:database => 'activerecord_unittest2',
2424
:pool => 5,
25-
:warmup => true
25+
:warmup => false
2626
}
2727
}
2828

0 commit comments

Comments
 (0)