potiuk commented on pull request #14792: URL: https://github.com/apache/airflow/pull/14792#issuecomment-800118478
I will continue chasing it and trying with both `__del__` solution and explicit cleanup in tearDown ( I have now two PRs where i am testing both) but any help is appreciated. I want to make sure those unstable/side-effect tests are fixed before I merge the parallel test change because they are much easier to trigger there. Also another problem I found that because the tests are running so much faster we are much more likely to hit docker limits, so I had to retag (not rebuild!) the images we pull (postgres/mongo etc. ) and push them to apache/airflow docker registry (apache registry is exempted from the pull rate limits) - It's a simple but affective way to handle the limits and we do not have to maintain those images at all - they are just tagged and pushed with the right tag: #14819 ---------------------------------------------------------------- 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]
