The GitHub Actions job "Tests (AMD)" on airflow.git/feat/git-bundle-refresh-on-initialize has failed. Run started by GitHub user kjh0623 (triggered by potiuk).
Head commit for run: 08b321e3135fe21149dded7614234dfa413ded05 / kjh0623 <[email protected]> Fall back to full initialization on any error while reusing the on-disk repo The reuse path's inner block re-raises non-git errors (bare `raise` after repo.close()), but the outer except only caught InvalidGitRepositoryError / NoSuchPathError / GitCommandError. A checkout failing with e.g. OSError / PermissionError on the shared bundle storage therefore escaped instead of falling through to full initialization, contradicting the documented "reuse it as-is, fall back if unusable" intent. Broaden the outer except to Exception so any unusable on-disk repo falls back as intended (review feedback from @Sanjays2402). Signed-off-by: kjh0623 <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/29714355703 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
