-
Notifications
You must be signed in to change notification settings - Fork 16.3k
feat : E2E test for Create backfill with all reprocess behaviour #59633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@iharsh02 Can you look at failing test? |
…ng `waitForTimeout` with specific assertions, and updating DAG ID.
|
@iharsh02 I see for failures for firefox. Also for webkit there were reruns due to a default timeout of 30000ms and in later run it passed. Can we increase timeout for this element ? |
|
@iharsh02 can you resolve conflicts and address review comments? |
Will work on this today |
airflow-core/src/airflow/ui/src/components/Banner/BackfillBanner.tsx
Outdated
Show resolved
Hide resolved
|
@iharsh02 Instead of a separate
This avoids duplicate test setup and makes the test structure cleaner. |
|
@vatsrahul1001 Looks like indexing of the table column is not working and its flaky too , I was indexing the table data to identify the row and using the createFormDate and createToDate , can you guide me how we can proceed further |
35e46da to
c74212e
Compare
…che#59633) feat : E2E test for Create backfill with all reprocess behaviou --------- Co-authored-by: Rahul Vats <43964496+vatsrahul1001@users.noreply.github.com> Co-authored-by: vatsrahul1001 <rah.sharma11@gmail.com>
…che#59633) feat : E2E test for Create backfill with all reprocess behaviou --------- Co-authored-by: Rahul Vats <43964496+vatsrahul1001@users.noreply.github.com> Co-authored-by: vatsrahul1001 <rah.sharma11@gmail.com>

E2E test for Create backfill with all reprocess behaviour
Closes : #59593
Related: #59028
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.