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

Head commit for run:
acfcba15c8452fd4aad7ae85bc811df127252162 / Ephraim Anierobi 
<[email protected]>
Fix incorrect backfill duration calculation in Grid view (#58813)

The duration was calculated using timedelta.seconds which,
 returns only the seconds component, not the total duration.
This caused backfills lasting more than a day to show incorrect durations.

Changed to use total_seconds() which correctly returns the full duration.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to