Vamsi-klu opened a new pull request, #68148:
URL: https://github.com/apache/airflow/pull/68148

   The pools REST endpoint 500ing when a pool has unlimited/infinite slots 
(#65377) is already fixed on `main` by #61140, which added a 
`_sanitize_open_slots` validator mapping `open_slots` from `inf` to `-1`. That 
fix only exercised the POST (create) path, though. This adds regression tests 
for the **GET single** and **GET list** paths — the exact scenario the issue 
reports (listing pre-existing unlimited pools) — so the conversion cannot 
silently regress on the DB-read and collection-serializer paths.
   
   Test-only change; no production code change on `main`.
   
   closes: #65377
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code (Opus 4.8)
   
   Generated-by: Claude Code (Opus 4.8) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)


-- 
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]

Reply via email to