ephraimbuddy commented on code in PR #27506:
URL: https://github.com/apache/airflow/pull/27506#discussion_r1014187638
##########
tests/jobs/test_local_task_job.py:
##########
@@ -739,7 +739,6 @@ def test_mini_scheduler_works_with_wait_for_upstream(self,
caplog, get_test_dag)
ti2_l.refresh_from_db()
assert ti2_k.state == State.SUCCESS
assert ti2_l.state == State.NONE
- assert "0 downstream tasks scheduled from follow-on schedule" in
caplog.text
Review Comment:
The log is now on the task instance after moving the mini scheduler to
taskinstance. The log is checked there
--
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]