The GitHub Actions job "Tests (AMD)" on airflow.git/psycopg3-sync-celery has 
failed.
Run started by GitHub user Dev-iL (triggered by Dev-iL).

Head commit for run:
78e84d4c16e1b87487f998cb6782d95d1fe9c25e / Dev-iL 
<[email protected]>
Fix non-deterministic celery result-backend derivation test

test_result_backend_derived_from_sql_alchemy_conn_uses_psycopg asserted
the psycopg3 scheme unconditionally, but the derivation now depends on
_USE_PSYCOPG3, which reflects whatever happens to be installed. In a
lowest-dependencies environment (providers/celery has no dependency on
psycopg or SQLAlchemy 2.0), this test would deterministically fail
since the code correctly falls back to psycopg2 there. Pin
_USE_PSYCOPG3 explicitly and call get_default_celery_config directly,
matching the fallback test added alongside it.

Report URL: https://github.com/apache/airflow/actions/runs/28796727610

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to