[
https://issues.apache.org/jira/browse/AIRFLOW-6398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005498#comment-17005498
]
ASF subversion and git services commented on AIRFLOW-6398:
----------------------------------------------------------
Commit fd345914c39b9e3534ee2986eef3498c24aff57a in airflow's branch
refs/heads/master from Daniel Standish
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=fd34591 ]
[AIRFLOW-6398] improve flakey test test_mark_success_no_kill (#6959)
> 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
> Priority: Major
>
> 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)