You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Daniel Standish (Jira)" <ji...@apache.org> on 2019/12/29 23:36:00 UTC

[jira] [Created] (AIRFLOW-6398) improve flakey test test_mark_success_no_kill

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)