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

Head commit for run:
5067b1ab7a14820cb7e0e9bf6641ab702dc1bf74 / Arjav Patel <[email protected]>
Fix S3 sync_to_local_dir log message being overwritten

When syncing files, if both the size differed AND the S3 object was
newer, the download_msg for size was being overwritten by the
last_modified message. Changed the second 'if' to 'elif' so that:
- If size differs, report that
- Otherwise, if mtime differs, report that

This fixes the test_sync_to_local_dir_behaviour test which expects
the 'S3 object size' message when file content changes.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to