You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AIRFLOW-3239] Fix/refine tests for api/common/experimental/ (#4255)
Follow-up on [AIRFLOW-3239]
Related PRs: #4074, #4131
1. Fix (test_)trigger_dag.py
2. Fix (test_)mark_tasks.py
2-1. properly name the file
2-2. Correct the name of sample DAG
2-3. Correct the range of sample execution_dates
(earlier one conflict with the start_date of the sample DAG)
2-4. Skip for test running on MySQL
Seems something is wrong with
airflow.api.common.experimental.mark_tasks.set_state,
Corresponding test case works on Postgres & SQLite,
but fails when on MySQL ("(1062, "Duplicate entry '110' for key 'PRIMARY'")").
A TODO note is added to remind us fix it for MySQL later.
3. Remove unnecessary lines in test_pool.py
0 commit comments