litellm/tests/test_litellm/proxy/container_endpoints
mateo-berri 425c8d37fc fix(containers): page upstream until a non-admin container list fills its limit
Forwarding limit to OpenAI made the ownership filter cut the page down after
the fact, so a key that owned an older container got an empty first page and
its cursor never moved. Non-admin lists now walk upstream pages of 100 until
they have enough owned containers (or five pages), trim to the requested
limit, and report first_id, last_id and has_more off what the caller keeps.

Also assigns tests/test_litellm/proxy/container_endpoints to a CI shard.
2026-09-02 21:26:34 -07:00
..
__init__.py fix(containers): pass upstream error status through and forward list pagination params 2026-09-02 18:46:00 -07:00
test_endpoints.py fix(containers): page upstream until a non-admin container list fills its limit 2026-09-02 21:26:34 -07:00
test_handler_factory.py fix(containers): page upstream until a non-admin container list fills its limit 2026-09-02 21:26:34 -07:00