potiuk edited a comment on pull request #20087: URL: https://github.com/apache/airflow/pull/20087#issuecomment-988005879
It could be "generated" by some internals of pytest/coverage interaction - but for use stability is much more important than PR coverage and I've already lost quite a lot of time chasing other memory issues, so unless you could help us solving this problem, it is super-low priority for us. Just in case you'd like to take a look @thomasrockhu, running tests in reproducible conditions is easy: 1) checkout airflow 2) run `./breeze` command and wait for the environment to bootstrap 3) once you are in the `docker-compose` shell of airlfow test environmet you can run pytest commands In this case `pytest /tests/providers/cncf/kubernetes/hooks/test_kubernetes.py ./tests/jobs/test_backfill_job.py` - with/without coverage flag should show you the difference (just monitor memory used while the tests are running). -- 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]
