uranusjr commented on a change in pull request #21829:
URL: https://github.com/apache/airflow/pull/21829#discussion_r815895910
##########
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:
Anyone knows the context when #1225 was filed? Was it possible to
schedule a task _without_ a pool back then?
--
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]