The GitHub Actions job "Tests (ARM)" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
0823e7ad189379fd0e474473326121cdac938aa1 / Shahar Epstein 
<[email protected]>
Fix flaky SimpleAuthManager login tests under parallel runs (#68498)

The SimpleAuthManager tests shared a single generated-password file path
under AIRFLOW_HOME across all test processes. Fixtures and tests create,
overwrite, and delete that file, so under parallel (xdist) runs one process
could delete the file another was mid-read on, raising FileNotFoundError
(e.g. test_create_token_invalid_user_password hitting get_passwords).

Isolate the password file per test via the existing
[core] simple_auth_manager_passwords_file config option, pointing it at a
per-test tmp_path so each test (and worker) gets its own file.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to