tsingh2k15 commented on pull request #19881:
URL: https://github.com/apache/airflow/pull/19881#issuecomment-982209469


   @potiuk There are test failures again on this new PR. I looked at some of 
the logs and noticed below error. Thoughts?
   
   ```
    >       assert DagRun.active_runs_of_dags(session=session) == {'test_dag': 
3}
     E       AssertionError: assert {'test_dag': ...cheduling': 1} == 
{'test_dag': 3}
     E         Omitting 1 identical items, use -vv to show
     E         Left contains 1 more item:
     E         {'test_task_start_date_scheduling': 1}
     E         Use -v to get the full diff
     
     tests/jobs/test_scheduler_job.py:2910: AssertionError
   ```
   
   
https://github.com/apache/airflow/blob/main/tests/jobs/test_scheduler_job.py#L2910


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