ferruzzi commented on PR #30873: URL: https://github.com/apache/airflow/pull/30873#issuecomment-1564833242
Alright, looks like Jarek's fix does take care of a good chunk of them. Thanks for that! Down to two failing jobs: [MSSQL2017-latest, Py3.7: Core Providers[-amazon,google] Other Providers[amazon] WWW API Always CLI Providers[google]](https://github.com/apache/airflow/actions/runs/5093026099/jobs/9155951537?pr=30873#logs) is failing but logs are not available, which is interesting [MSSQL2019-latest, Py3.10: Core Providers[-amazon,google] Other Providers[amazon] WWW API Always CLI Providers[google]](https://github.com/apache/airflow/actions/runs/5093026099/jobs/9155951856?pr=30873#logs) is also failing, so I am going to guess that they have the same cause. Two failing tests are: > FAILED tests/dag_processing/test_job_runner.py::TestDagFileProcessorAgent::test_parse_once - Failed: Timeout >60.0s When run locally I get `1 passed in 0.63s` > FAILED tests/dag_processing/test_job_runner.py::TestDagFileProcessorAgent::test_launch_process - Failed: Timeout >60.0s When run locally I get `1 passed in 0.69s` I'll look into what is different for those two, but we're getting close. :+1: -- 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]
