potiuk commented on PR #28047: URL: https://github.com/apache/airflow/pull/28047#issuecomment-1345190002
Actually I think we need a bit more protection, otherwise the same situation happens if for any reason those asserts will start to raise exceptions. try/finally and making sure that we always .end() after we .start() acrosss all the k8s tests is a much more robust solution. Follow up here https://github.com/apache/airflow/pull/28281 @XD-DENG -- 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]
