ephraimbuddy commented on a change in pull request #21829:
URL: https://github.com/apache/airflow/pull/21829#discussion_r815460895
##########
File path: tests/dags/test_issue_1225.py
##########
@@ -43,7 +43,7 @@ def fail():
dag1_task1 = DummyOperator(
task_id='test_backfill_pooled_task',
dag=dag1,
- pool='test_backfill_pooled_task_pool',
+ pool='default_pool',
Review comment:
I don't think the name of the pool is relevant here, so I changed this
to an existing pool name. With git blame, I saw that when this file was
created(https://github.com/apache/airflow/pull/1271), there was no
`default_pool ` for tasks.
Happy to hear your thoughts on this
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]