ashb commented on a change in pull request #17819:
URL: https://github.com/apache/airflow/pull/17819#discussion_r710087197



##########
File path: tests/jobs/test_scheduler_job.py
##########
@@ -207,7 +207,7 @@ def test_process_executor_events(self, mock_stats_incr, 
mock_task_callback, dag_
 
         self.scheduler_job._process_executor_events(session=session)
         ti1.refresh_from_db()
-        assert ti1.state == State.FAILED
+        assert ti1.state == State.QUEUED
         mock_task_callback.assert_called_once_with(

Review comment:
       If there are no callbacks what logs did you expect?
   
   Oh, and sending it to the dag file parser process still won't produce any 
logs that in the "right" location to get picked up by the webserver.




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