You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/30 02:02:58 UTC

[GitHub] [airflow] tsingh2k15 commented on pull request #19881: remove upper bound for MarkupSafe

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org