Taragolis commented on PR #27381: URL: https://github.com/apache/airflow/pull/27381#issuecomment-1299333192
It is hard to ignore any of SegFault errors personally 👀 even if it for testing purpose. `pytest` collect warning and show them under the warning summary on the other hand everything catch by `faulthandler` (SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL) would immediate write to stderr. It is also possible to mock method `airflow.jobs.local_task_job.get_task_runner.return_code` and return any value that we required (11, -11 and might be 139) so in this case this message would gone. Anyway I have no personal objections about this traceback -- 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]
