dandanseo123 opened a new pull request, #65123:
URL: https://github.com/apache/airflow/pull/65123

   ### Description
   `TestExecutorConf` tests used `conf.read_string()` to set config values like 
`ssl_active=true` without cleanup, leaking state into subsequent tests. This 
caused CeleryExecutor SSL validation (added in 
[#64767](https://github.com/apache/airflow/pull/64767)) to raise `ValueError` 
in unrelated test_executor_loader tests.
   
   Added an `autouse` fixture that snapshots and restores the config state 
after each test.
   
   follow-up: [#64767](https://github.com/apache/airflow/pull/64767)
   
     ---
     Was generative AI tooling used to co-author this PR?
   
     - Yes — Claude Code
   
     Generated-by: Claude Code following
     
https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to