[
https://issues.apache.org/jira/browse/AIRFLOW-6638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17023573#comment-17023573
]
ASF subversion and git services commented on AIRFLOW-6638:
----------------------------------------------------------
Commit 81b6ecc6e929a485566224be3fc1726e05d3bbba in airflow's branch
refs/heads/v1-10-test from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=81b6ecc ]
[AIRFLOW-6638] Remove flakiness test from test_serialized_db remove
The test was failing randomly because it returned the DAGs in random
order and sometimes it failed because:
a) example_external_test_marker.py was repeated and had the same
id as example_external_test_marker_dag.py
b) test_serialized_dag was removing only one file from the list
of files but the file could be repeated in case a dag file
had more than one DAG defined.
> test_serialized_dags test is flaky when removing files.
> -------------------------------------------------------
>
> Key: AIRFLOW-6638
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6638
> Project: Apache Airflow
> Issue Type: Bug
> Components: ci, serialization, tests
> Affects Versions: 2.0.0, 1.10.7
> Reporter: Jarek Potiuk
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)