Commit 8ae4e55
fix(redis): treat stale-fd KeyError as a connection error (#2592)
* fix(redis): treat stale-fd KeyError as a connection error
* Add regression test: KeyError is a redis transport connection error
* style: blank line between test methods
* Remove file committed to the wrong path
* style: blank line between test methods
* Fix tuple closing in connection_errors
* Resolve Transport at module level in the regression test
* Update t/unit/transport/test_redis.py
---------
Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <auvipy@gmail.com>1 parent 26e558a commit 8ae4e55
2 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
177 | 183 | | |
178 | 184 | | |
179 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2921 | 2921 | | |
2922 | 2922 | | |
2923 | 2923 | | |
| 2924 | + | |
| 2925 | + | |
| 2926 | + | |
| 2927 | + | |
2924 | 2928 | | |
2925 | 2929 | | |
2926 | 2930 | | |
| |||
0 commit comments