The GitHub Actions job "Tests (AMD)" on airflow.git/backport-23adbde-v3-2-test 
has succeeded.
Run started by GitHub user bugraoz93 (triggered by bugraoz93).

Head commit for run:
81e7d81af3af7d4b9bd542d453407deb9655c5d0 / Jarek Potiuk <[email protected]>
[v3-2-test] Fix flaky e2e remote-logging tests: create LocalStack buckets via 
loopback (#67976)

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/26918201587

With regards,
GitHub Actions via GitBox


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

Reply via email to