The GitHub Actions job "Tests" on airflow.git/reset-sigterm has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
6e8f2f5593184c3836885f7517b4cf9ab3dbd4d8 / Kaxil Naik <[email protected]>
Reset `SIGTERM` signal for forked process

The DB error that was highlighted in 
https://github.com/apache/airflow/issues/48928 is because somehow while running 
as `LocalExecutor`, the `SIGINT -> SIGTERM -> SIGKILL` sent to task process via 
the `self.kill` is caught by `scheduler_job_runner.py` by the following code 
block. This is now fixed!

https://github.com/apache/airflow/blob/f40fb4af4e64601af836e2e47b4a87fc68c95fe4/airflow-core/src/airflow/jobs/scheduler_job_runner.py#L208-L239

**Before**:
<img width="1629" alt="image" 
src="https://github.com/user-attachments/assets/89a65641-5a76-47f7-acc5-4e662cb72251";
 />

**After**:

<img width="1719" alt="image" 
src="https://github.com/user-attachments/assets/07bbf1e2-0819-42e2-9bc2-9b832c475363";
 />

Report URL: https://github.com/apache/airflow/actions/runs/14368442547

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to