Skip to content

Commit 7efa89e

Browse files
committed
Show how to invoke slow path.
1 parent 3460d40 commit 7efa89e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fixtures/pool_context.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ def session
3636

3737
def after(error = nil)
3838
@session&.close
39+
40+
# Force close all the pools so we can start fresh next time (slow):
41+
# CACHE.close
42+
3943
super
4044
end
4145
end

0 commit comments

Comments
 (0)