The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/69572-triggerer-traceback has failed.
Run started by GitHub user stantheman0128 (triggered by potiuk).

Head commit for run:
07337e78a9d4fe1f0b97c9dd0ff54d7e21c3824c / stantheman0128 
<[email protected]>
Stop inventing a location, and adopt CPython's group limits

A SyntaxError raised by hand carries no position. structlog stores
lineno as 0 rather than None, and the renderer printed a File header
from it, so the log claimed a location that does not exist. CPython
prints the header only when there is a line number, and now so does
this.

Groups had no width limit and the wrong depth limit: 15 is CPython's
max_group_width, not its max_group_depth, which is 10. Adopt both,
along with the wording CPython uses when it elides.

The supervisor comment said its records go to the task log. That holds
for a task, but the DAG processor shares the same relay and writes to
its own log file. Say what is true of every caller.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to