ashb commented on pull request #10956:
URL: https://github.com/apache/airflow/pull/10956#issuecomment-700262241


   Something _odd_ is going on with the SQLite failures here. I tried to run it 
locally using `./breeze --github-image-id 277157900` (based on `Tagging 
docker.pkg.github.com/apache/airflow/master-python3.7-ci:277157900 as 
apache/airflow:master-python3.7-ci.` in the logs)
   
   And then running the tests locally with
   
   ```
   pytest --verbosity=0 --strict-markers --durations=100 --cov=airflow/ 
--cov-config=.coveragerc --cov-report=xml:/files/coverage.xml --color=yes 
--maxfail=50 --pythonwarnings=ignore::DeprecationWarning 
--pythonwarnings=ignore::PendingDeprecationWarning 
--junitxml=/files/test_result.xml --setup-timeout=10 --execution-timeout=30 
--teardown-timeout=10 tests
   ```
   
   And they pass.
   
   I'm having trouble working out _exactly_ what is invoked in CI -- I've found 
ci_run_airflow_testing.sh which uses `${@}` -- but as far as I can tell that's 
empty?, so the args llogged above should be the same as I've run here, I think?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to