Skip to content

Redis and RabbitMQ/Celery app config fxiture fixes #298

Redis and RabbitMQ/Celery app config fxiture fixes

Redis and RabbitMQ/Celery app config fxiture fixes #298

Triggered via pull request March 10, 2025 10:30
Status Failure
Total duration 2m 51s
Artifacts

tests.yml

on: pull_request
Matrix: Python / Tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Python / Tests (3.9, postgresql14, opensearch2): tests/test_fixtures.py#L469
test_celery_config_ext AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...} Omitting 4 identical items, use -vv to show Differing items: {'failed': 1} != {'failed': 0} {'passed': 0} != {'passed': 1} Full diff: { 'errors': 0, - 'failed': 0, ? ^ + 'failed': 1, ? ^ - 'passed': 1, ? ^ + 'passed': 0, ? ^ 'skipped': 0, 'xfailed': 0, 'xpassed': 0, }
Python / Tests (3.9, postgresql14, opensearch2): test_app.py#L6
test_celery_config_with_celery AssertionError: assert 'rpc://' == 'cache' - cache + rpc://
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
Python / Tests (3.12, postgresql14, opensearch2): tests/test_fixtures.py#L469
test_celery_config_ext AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...} Omitting 4 identical items, use -vv to show Differing items: {'failed': 1} != {'failed': 0} {'passed': 0} != {'passed': 1} Full diff: { 'errors': 0, - 'failed': 0, ? ^ + 'failed': 1, ? ^ - 'passed': 1, ? ^ + 'passed': 0, ? ^ 'skipped': 0, 'xfailed': 0, 'xpassed': 0, }
Python / Tests (3.12, postgresql14, opensearch2): test_app.py#L6
test_celery_config_with_celery AssertionError: assert 'rpc://' == 'cache' - cache + rpc://
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.