[
https://issues.apache.org/jira/browse/AIRFLOW-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Potiuk resolved AIRFLOW-4362.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
> Fix test_execution_limited_parallelism logic
> --------------------------------------------
>
> Key: AIRFLOW-4362
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4362
> Project: Apache Airflow
> Issue Type: New Feature
> Reporter: Chao-Han Tsai
> Assignee: Chao-Han Tsai
> Priority: Major
> Fix For: 2.0.0
>
>
> - We should use `assertEqual` to compare two items instead of using
> `assertTrue`.
> - Ensure that all queues are empty after the executer ends. So when
> executor.end()is called, it ensures that the queues are empty with:
> https://github.com/apache/airflow/blob/master/airflow/executors/local_executor.py#L195-L196
>
> https://github.com/apache/airflow/blob/master/airflow/executors/local_executor.py#L205
> So I am adding assertion in the test to ensure that.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)