You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/19 01:40:45 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #17708: Rename ``task_concurrency`` to ``max_active_tis_per_dag``

potiuk commented on a change in pull request #17708:
URL: https://github.com/apache/airflow/pull/17708#discussion_r691714139



##########
File path: tests/serialization/test_dag_serialization.py
##########
@@ -887,6 +887,7 @@ def test_no_new_fields_added_to_base_operator(self):
             'executor_config': {},
             'inlets': [],
             'label': '10',
+            'max_active_tis_per_dag': None,

Review comment:
       What's the purpose of this test BTW? We had another PR About it and I was not sure why we have the list here.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org