The GitHub Actions job "Tests (AMD)" on airflow.git/refactor/go-sdk/adrs has 
failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
0e3b6e0336489d3a1c7c4bee47d2faee0fb40db2 / LIU ZHE YOU <[email protected]>
Note that panic recovery is pkg/worker behaviour, not coordinator-only

The task-execution diagram shows "(panic recovered -> 'failed')",
which a reviewer could plausibly read as a coordinator-mode
invention. Recovery is actually pkg/worker.Worker.runTask's
existing defer recover() that calls reportStateFailed on panic
(runner.go:295-311); both go-plugin mode and coordinator mode
reuse the same Worker, so the behaviour is identical between the
two modes. Add a paragraph next to the diagram so the property is
read as shared rather than divergent.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to