kombu/t/unit
Joseph Zemek d620132ece
Redis transport - Redelivered messages should respect the original priority (#2026)
* Redelivered messages should respect the original priority

* update restore message test to check priority

* flake8

* add integration tests

* also add integration test for mongodb

* flake8

* temporarily removing python 3.9 from CI due to unrelated failures

* Update .github/workflows/ci.yaml

---------

Co-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
2024-06-25 22:15:39 +06:00
..
asynchronous Upgrade to pytest v8 that remove nose compatibility (#1914) 2024-02-05 16:56:13 +02:00
transport Redis transport - Redelivered messages should respect the original priority (#2026) 2024-06-25 22:15:39 +06:00
utils add escape hatch for custom JSON serialization (#1955) 2024-03-13 13:52:42 +02:00
__init__.py pyupgrade 2020-07-13 16:58:06 +03:00
conftest.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
test_clocks.py Annotate `exceptions.py` and `clocks.py` (#1526) 2022-04-18 18:52:26 +06:00
test_common.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
test_compat.py Upgrade to pytest v8 that remove nose compatibility (#1914) 2024-02-05 16:56:13 +02:00
test_compression.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
test_connection.py ConnectionPool can't be used after .resize(..., reset=True) (resolves #2018) (#2024) 2024-06-11 22:43:13 +03:00
test_entity.py Expose cancel callback from py-amqp channel.basic_consume (#1953) 2024-03-09 10:23:22 +02:00
test_exceptions.py Annotate `exceptions.py` and `clocks.py` (#1526) 2022-04-18 18:52:26 +06:00
test_log.py Upgrade to pytest v8 that remove nose compatibility (#1914) 2024-02-05 16:56:13 +02:00
test_matcher.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
test_message.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
test_messaging.py Upgrade to pytest v8 that remove nose compatibility (#1914) 2024-02-05 16:56:13 +02:00
test_mixins.py fix flake-err: allow uses to disable broker heartbeats by not providing a timeout 2024-06-01 10:21:46 +06:00
test_pidbox.py Upgrade to pytest v8 that remove nose compatibility (#1914) 2024-02-05 16:56:13 +02:00
test_pools.py Upgrade to pytest v8 that remove nose compatibility (#1914) 2024-02-05 16:56:13 +02:00
test_serialization.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
test_simple.py Upgrade to pytest v8 that remove nose compatibility (#1914) 2024-02-05 16:56:13 +02:00