The GitHub Actions job "Tests (AMD)" on airflow.git/fix/airflowctl-read-body-before-parsing-5xx has succeeded. Run started by GitHub user rjgoyln (triggered by rjgoyln).
Head commit for run: ad36d41e4a82856374434bd3453682100a3ee20f / rjgoyln <[email protected]> Fix airflowctl showing a traceback instead of the server error on 5xx httpx runs response event hooks before it reads the response body, so any hook that parses the body has to read it first. The 5xx path did not, so a JSON server error surfaced as a raw ResponseNotRead traceback rather than the message the API server sent. That exception is also not an HTTPStatusError, so the retry layer never classified it as retryable and 5xx responses were never retried. Report URL: https://github.com/apache/airflow/actions/runs/30647838347 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
