Commit 63e1322
committed
Reorganizing the code related to maintenance push notifications. (#3785)
* Extracting maintenance push notifications logic in separate abstract classes. Usingle multiple inheritance for Connection and ConnectionPool classes to expose the maintenance push notifications for the existing connections.
* Fixing credential tests and linters errors
* Adding better handling of configs and fixing tests
* Fixing linter- unused import, and a docstring
* Fixing check for correct parser when protocol is 3
* Moving _should_reconnect related code back to generic ConnectionInterface as it is also used by AA
* Fixing e2e tests redis client setup
* Applying review comments1 parent 55de81f commit 63e1322
File tree
8 files changed
+1782
-1399
lines changed- redis
- tests
- test_scenario
8 files changed
+1782
-1399
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
278 | 277 | | |
279 | 278 | | |
280 | 279 | | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
281 | 291 | | |
282 | 292 | | |
283 | 293 | | |
| |||
354 | 364 | | |
355 | 365 | | |
356 | 366 | | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
357 | 383 | | |
358 | 384 | | |
359 | 385 | | |
| |||
377 | 403 | | |
378 | 404 | | |
379 | 405 | | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | 406 | | |
398 | 407 | | |
399 | 408 | | |
| |||
591 | 600 | | |
592 | 601 | | |
593 | 602 | | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | 603 | | |
600 | 604 | | |
601 | 605 | | |
602 | | - | |
603 | 606 | | |
604 | 607 | | |
605 | 608 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
1663 | 1664 | | |
1664 | 1665 | | |
1665 | 1666 | | |
| 1667 | + | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + | |
| 1671 | + | |
1666 | 1672 | | |
1667 | 1673 | | |
1668 | 1674 | | |
| |||
0 commit comments