litellm/tests/test_litellm/proxy/client
Krrish Dholakia 7c3c242ecd
Some checks failed
Terraform Provider / gofmt, vet, build, test (push) Has been cancelled
Terraform Provider / Provider endpoints vs proxy OpenAPI schema (push) Has been cancelled
fix(cli): terminate ephemeral proxy if write_pid_record itself fails
write_pid_record ran before the try/except that terminates the proxy
and clears the pid record on failure, so a write_pid_record error
(disk full, permission error creating ~/.litellm/autorouter/) left the
just-launched proxy running with no pid record on disk at all --
exactly the state lite autoroute down needs a pid record to recover
from. Moved it inside the try block alongside poll_liveliness.
2026-07-16 09:39:32 -07:00
..
cli fix(cli): terminate ephemeral proxy if write_pid_record itself fails 2026-07-16 09:39:32 -07:00
test_chat.py build: migrate packaging, CI, and Docker from Poetry to uv (#25007) 2026-04-09 11:46:23 -07:00
test_client.py sys.path.insert for cli tests 2025-07-03 15:58:49 -07:00
test_credentials.py Change credential encryption to only affect db credentials 2025-12-09 13:36:40 -08:00
test_http_client.py fix delete callbacks 2025-11-06 17:06:34 -08:00
test_http_commands.py fix delete callbacks 2025-11-06 17:06:34 -08:00
test_keys.py fix(proxy/client): redact api key from key/info client error messages (#31342) 2026-06-25 17:35:15 -07:00
test_model_groups.py fix delete callbacks 2025-11-06 17:06:34 -08:00
test_models.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_users.py sys.path.insert for cli tests 2025-07-03 15:58:49 -07:00