shahar1 commented on PR #43368: URL: https://github.com/apache/airflow/pull/43368#issuecomment-2436470992
I need some help with fixing the tests - it gives strange errors: ``` FAILED tests/decorators/test_task_group.py::test_expand_create_mapped - RuntimeError: ('Cannot mix TaskGroups from different DAGs: %s and %s', <DAG: pipeline>, <DAG: test_executor>) FAILED tests/decorators/test_task_group.py::test_expand_kwargs_create_mapped - RuntimeError: ('Cannot mix TaskGroups from different DAGs: %s and %s', <DAG: pipeline>, <DAG: test_executor>) FAILED tests/decorators/test_task_group.py::test_task_group_expand_kwargs_with_upstream - airflow.exceptions.DuplicateTaskIdFound: Task id 'tg.t1' has already been added to the DAG FAILED tests/decorators/test_task_group.py::test_task_group_expand_with_upstream - airflow.exceptions.DuplicateTaskIdFound: Task id 'tg.t1' has already been added to the DAG FAILED tests/decorators/test_task_group.py::test_override_dag_default_args - RuntimeError: ('Cannot mix TaskGroups from different DAGs: %s and %s', <DAG: test_dag>, <DAG: test_executor>) FAILED tests/decorators/test_task_group.py::test_override_dag_default_args_nested_tg - RuntimeError: ('Cannot mix TaskGroups from different DAGs: %s and %s', <DAG: test_dag>, <DAG: test_executor>) ``` Thanks beforehand :) -- 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-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org