The GitHub Actions job "Tests" on 
airflow.git/fix-test-configuration-deprecated-options has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
b1dbfd71c7381c673367e42bf0c1b1f5b09a3989 / Jarek Potiuk <[email protected]>
Fix test_configuration.py to use real deprecated options from shared config

The tests were registering fake deprecated option mappings at module
level (core.sql_alchemy_conn → database.sql_alchemy_conn) that had
been removed from the shared configuration project. This mutation of
the class-level deprecated_options dict caused side-effects when tests
ran under xdist in different order, as the shared mutable state leaked
across test modules.

Replace the removed sql_alchemy_conn deprecated mapping with the real
webserver.secret_key → api.secret_key mapping that is already defined
in the shared configuration's deprecated_options.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to