kombu/t/integration
MZauchner 25600603a2
Close connections in case of an exception (#2201)
* Close connections in case of an exception

When an exception occurs while the connection is in use, the connection
may become unsuable. Such connections need to be closed, such that the
connection to the broker can be reestablished at a later point.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-12 22:25:40 +02:00
..
__init__.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
common.py Fixed flaky integration test: test_publish_requeue_consume() (#2048) 2024-07-01 18:25:31 +03:00
test_kafka.py Kafka support (#1506) 2022-04-21 23:40:41 +06:00
test_mongodb.py Redis transport - Redelivered messages should respect the original priority (#2026) 2024-06-25 22:15:39 +06:00
test_py_amqp.py Close connections in case of an exception (#2201) 2024-12-12 22:25:40 +02:00
test_redis.py Redis transport - Redelivered messages should respect the original priority (#2026) 2024-06-25 22:15:39 +06:00