vatsrahul1001 commented on PR #59633: URL: https://github.com/apache/airflow/pull/59633#issuecomment-3699704028
@iharsh02 Looks like tests from the previous PR https://github.com/apache/airflow/pull/59791 are failing for first try and passed on retry - should verify backfills list display - Verify backfill details display - should verify Table filters <img width="1100" height="325" alt="image" src="https://github.com/user-attachments/assets/091b79a6-48dd-4b68-8430-ff63ef5c5731" /> Test from #59791 (Backfills List Display) uses date range getPastDate(2) → getPastDate(1) (2-1 days ago) and #59633 (Create Backfill) | "All Runs" test use same date range getPastDate(2) → getPastDate(1) (2-1 days ago) So as backfills for same details already in progress we are getting "No runs matching" and due to this backfill button is disable and test fails on first try Quick fix should be to use different dates for the "All Runs" test. -- 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]
