The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-flaky-ssh-remote-job-kill-test has succeeded.
Run started by GitHub user shahar1 (triggered by shahar1).

Head commit for run:
21177b15c17498acc6bfa4081268c3e42cf6b119 / Shahar Epstein 
<[email protected]>
Rerun flaky SSHRemoteJobOperator kill test on process-group races

test_kill_terminates_whole_job_tree intermittently fails its pre-kill
check on CI: the wrapper records $! expecting it to equal the job PGID,
but setsid only skips forking when the launching shell is not a
process-group leader. On some runners it forks, so $! is the short-lived
setsid parent and the job's real group is empty by the time pgrep -g
runs. Rerun on a fresh draw so the environment-dependent race does not
fail unrelated PRs.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to