The GitHub Actions job "Tests (AMD)" on airflow.git/v3-2-test has succeeded. Run started by GitHub user bugraoz93 (triggered by bugraoz93).
Head commit for run: fe01a1eb981d97b45de719d13f31f9476f553dea / github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> [v3-2-test] Fix flaky e2e remote-logging tests: create LocalStack buckets via loopback (#67976) (#67981) The remote-logging and XCom object-storage e2e tests intermittently failed with NoSuchBucket because the LocalStack init hook never created the buckets. init-aws.sh runs inside the localstack container, but connected to the docker compose service name (http://localstack:4566), which is not reliably connectable from within the container at the READY-hook stage. When it failed, 'aws s3 mb' exited non-zero and the buckets were never created, so worker PutObject calls returned NoSuchBucket. Connect over loopback (http://localhost:4566) instead, and add a short readiness wait with 'set -euo pipefail' so a transient gateway delay cannot silently leave the buckets uncreated. (cherry picked from commit 23adbdeae3d77eeaebcc9858f9655067b69f6ae3) Co-authored-by: Jarek Potiuk <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/26918233126 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
