github-actions[bot] opened a new pull request, #67981:
URL: https://github.com/apache/airflow/pull/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]>


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