Taragolis commented on code in PR #27758:
URL: https://github.com/apache/airflow/pull/27758#discussion_r1092857724


##########
airflow/jobs/local_task_job.py:
##########
@@ -203,6 +205,7 @@ def sigusr2_debug_handler(signum, frame):
                     )
         finally:
             self.on_kill()
+            return return_code

Review Comment:
   I guess this return might be the reason why Segmentation Fault handler tests 
broken, and potentially others like SIGTERM (but their not raise any error or 
run in separate process).



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to