[
https://issues.apache.org/jira/browse/AIRFLOW-6638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17023835#comment-17023835
]
ASF subversion and git services commented on AIRFLOW-6638:
----------------------------------------------------------
Commit 81f1643359efacc7259c151030f9a2a6de1071f6 in airflow's branch
refs/heads/v1-10-test from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=81f1643 ]
[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
> Fix For: 1.10.8
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)