James Meickle created AIRFLOW-3226:
--------------------------------------
Summary: Airflow DAGRun tests require a db reset between runs
Key: AIRFLOW-3226
URL: https://issues.apache.org/jira/browse/AIRFLOW-3226
Project: Apache Airflow
Issue Type: Bug
Components: tests
Affects Versions: 1.10.0
Reporter: James Meickle
The Airflow DAGRun tests create DAG runs in the sqlite test database. These
runs have unique constraints on dag_id and execution_date/run_id. Since there
is no random factor to these in the tests, they only succeed on the first run.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)