Daniel Standish created AIRFLOW-6398:
----------------------------------------
Summary: improve flakey test test_mark_success_no_kill
Key: AIRFLOW-6398
URL: https://issues.apache.org/jira/browse/AIRFLOW-6398
Project: Apache Airflow
Issue Type: Bug
Components: tests
Affects Versions: 1.10.7
Reporter: Daniel Standish
Assignee: Daniel Standish
test test_mark_success_no_kill fails regularly
part of the problem is that it depends on timing of a subprocess and database
operations
we can reduce complexity by using python operator instead of bash operator.
currently it uses bash operator to call {{sleep 600}}
this introduces an unnecessary layer of multiprocessing. there is also a bug
in bash operator which was exacerbating the problem [AIRFLOW-6397]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)