ferruzzi commented on PR #30873: URL: https://github.com/apache/airflow/pull/30873#issuecomment-1562168855
Alright, trying to reproduce these locally... somewhat in order: [Static checks](https://github.com/apache/airflow/actions/runs/5074317048/jobs/9114909097?pr=30873#logs) --- failing here:  but when I run `$ breeze static-checks --all-files` locally, everything passes:  Could this one maybe be related to https://github.com/apache/airflow/pull/31490?? [MSSQL2017-latest, Py3.7](https://github.com/apache/airflow/actions/runs/5074317048/jobs/9114909581?pr=30873#logs) --- 3 tests failing here:  but unable to reproduce locally. I launched breeze using `$ breeze --backend mssql --mssql-version 2017 --python 3.7` then ran the test using `# pytest tests/dag_processing/test_job_runner.py` and all tests passed:  [MSSQL2017-latest, Py3.9](https://github.com/apache/airflow/actions/runs/5074317048/jobs/9114909769?pr=30873#logs) ---  locally launched breeze using `$ breeze --backend mssql --mssql-version 2017 --python 3.9` and ran the test using `# pytest tests/dag_processing/test_job_runner.py`, all tests pass:  [MSSQL2019-latest, Py3.10](https://github.com/apache/airflow/actions/runs/5074317048/jobs/9114909890?pr=30873#logs) ---  launched locally with `$ breeze --backend mssql --mssql-version 2019 --python 3.10` then ran the test using `# pytest tests/dag_processing/test_job_runner.py` and all tests passed:  Th helm ones I'm not as sure how to test locally. but I can use a hand trying to figure out how to pare down the above issues. What am I doing differently locally that is allowing them to pass? -- 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]
