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: 
   
![image](https://github.com/apache/airflow/assets/1920178/2c0a7506-e5c2-4bf3-8339-228d8ee818c7)
   but when I run `$ breeze static-checks --all-files` locally, everything 
passes:
   
![image](https://github.com/apache/airflow/assets/1920178/3ec1d898-f92e-4298-b72c-063bd8be30ab)
   
   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:
   
![image](https://github.com/apache/airflow/assets/1920178/e5cec78b-3ffa-45fc-95e9-3da55d8ebf04)
    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:
   
![image](https://github.com/apache/airflow/assets/1920178/31af2b1e-2096-42c3-837a-59aa775563f8)
   
   [MSSQL2017-latest, 
Py3.9](https://github.com/apache/airflow/actions/runs/5074317048/jobs/9114909769?pr=30873#logs)
   ---
   
![image](https://github.com/apache/airflow/assets/1920178/025c688c-a5f7-441e-87a8-a25ae2f768f3)
   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:
   
![image](https://github.com/apache/airflow/assets/1920178/82ba5db7-7a14-4074-8f00-0e6f29914f9b)
   
   [MSSQL2019-latest, 
Py3.10](https://github.com/apache/airflow/actions/runs/5074317048/jobs/9114909890?pr=30873#logs)
   ---
   
![image](https://github.com/apache/airflow/assets/1920178/1820a1ff-c9bf-4b17-a233-d9a808143be5)
   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:
   
![image](https://github.com/apache/airflow/assets/1920178/189f3e74-2719-4c92-82a6-144e2da452b7)
   
   
   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]

Reply via email to