We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9bc43 commit 57b9804Copy full SHA for 57b9804
test/thread_test.rb
@@ -10,7 +10,7 @@ class ThreadTest < TinyTds::TestCase
10
@poolsize = 4
11
@numthreads = 10
12
@query = "waitfor delay '00:00:01'"
13
- @pool = ConnectionPool.new(size: @poolsize, timeout: 5) { new_connection }
+ @pool = ConnectionPool.new(size: @poolsize, timeout: 5) { new_connection.connect }
14
end
15
16
after do
0 commit comments