The GitHub Actions job "Tests (AMD)" on 
airflow.git/glue-trigger-verbose-stopped-failure has succeeded.
Run started by GitHub user rjgoyln (triggered by rjgoyln).

Head commit for run:
8f6914a69011491244270ad43b5b8a26d17cc919 / rjgoyln <[email protected]>
Fail Glue job tasks stopped mid-run in deferrable verbose mode

A Glue job run that ends in STOPPED was cancelled before it produced its
output, so reporting the task as successful hides a run that never
finished. The job_complete waiter behind the non-verbose deferrable path
already treats STOPPED as a failure, but the verbose path polls the job
itself and bucketed STOPPED with SUCCEEDED, so the same operator reported
opposite outcomes depending only on the verbose flag.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to