Taragolis commented on PR #28990: URL: https://github.com/apache/airflow/pull/28990#issuecomment-1396227391
Previously we run `LocalTaskJob` in the same process as we run pytest, as result we had unstable result when we tried to terminate this process `LocalTaskJob` prevent but something actually terminated (maybe some part of pytest) When I isolate in the separate process, same as LocalTaskJob usual intend to run in Executor, we do not have this problems anymore however we can't use `caplog` and also there is no guarantee that we can grab from fd all data due to race condition. -- 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]
