josh-fell commented on pull request #17099: URL: https://github.com/apache/airflow/pull/17099#issuecomment-885680771
@kaxil Not as many failures after the rebase. The 4 failing MSSQL tests are failing for the same reason in [this issue comment](https://github.com/apache/airflow/issues/17088#issuecomment-883032995). The failing Postgres and MySQL jobs pass locally for the offending test "test_scheduler_job.py": ` ./breeze --python 3.9 --backend postgres --postgres-version 13 tests tests/jobs/test_scheduler_job.py`  ` ./breeze --python 3.6 --backend mysql --mysql-version 5.7 tests tests/jobs/test_scheduler_job.py`  How should I proceed? -- 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]
