KyeongJooni commented on PR #59738: URL: https://github.com/apache/airflow/pull/59738#issuecomment-3776568058
> @KyeongJooni it would be helpful if you could verify that all tests pass locally without flakiness, mark the resolved comments as resolved, and provide a brief summary of the changes. Feel free to mention me when the next round of review is needed 😉 @choo121600 ### Summary of Changes 1. **Extended backfill date range** (1 day → 60 days) to ensure backfill runs long enough for pause/cancel tests 2. **Added retry logic** in beforeEach using `expect().toPass()` to handle race conditions 3. **Added `waitForBackdropClosed()`** to fix Chakra UI dialog timing issues 4. **Added 409 conflict handling** in `createBackfill()` for retry on conflict All resolved comments have been marked. I expect the tests to pass with these changes, but let me know if any issues remain. -- 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]
