Commit 65d0cbe
committed
PYTHON-5672 Fix MockPool.checkout() bypass in _ClientCheckout
Constructing _PoolCheckout directly bypassed pool.checkout() overrides
used in MockPool, causing mock_down_hosts checks to be skipped and
network-error tests to fail.1 parent 9e5dcb2 commit 65d0cbe
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2716 | 2716 | | |
2717 | 2717 | | |
2718 | 2718 | | |
2719 | | - | |
| 2719 | + | |
2720 | 2720 | | |
2721 | 2721 | | |
2722 | 2722 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2705 | 2705 | | |
2706 | 2706 | | |
2707 | 2707 | | |
2708 | | - | |
| 2708 | + | |
2709 | 2709 | | |
2710 | 2710 | | |
2711 | 2711 | | |
| |||
0 commit comments