seanghaeli opened a new pull request, #70206:
URL: https://github.com/apache/airflow/pull/70206

   The `run_crawler_deferrable` task added in #69930 hard-codes 
`deferrable=True`, which hangs forever under `dag.test(use_executor=True)` (no 
triggerer runs in that path), timing out executor-based system test harnesses. 
The non-deferrable `run_crawler` task covers the operator; deferrable behavior 
is exercised by unit tests and the harness-level deferrable mode 
(`AIRFLOW__OPERATORS__DEFAULT_DEFERRABLE`).


-- 
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]

Reply via email to