seanmuth commented on PR #73258: URL: https://github.com/apache/airflow/pull/73258#issuecomment-5782761860
The `test_form_parser_error_keeps_its_own_detail` test added here fails under the LowestDeps test matrix: `assert 422 == 400` (example run: https://github.com/apache/airflow/actions/runs/35251697939/job/105310413857). The fix assumes Starlette's own form-parser always raises with status 400 for a "too many fields" body and lets that response through untouched. That assumption doesn't hold on the oldest pinned Starlette version tested by `core:LowestDeps` -- there, the same guard returns 422 instead. Since this merged, it's been failing that job (and marking other PRs' checks unstable) on every run since 2026-09-17, with no tracking issue yet. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
