litellm/tests/litellm-proxy-extras
Yuneng Jiang 6b3e30e660
fix(proxy-extras): bound the db push retries in the reachable branch
The retry loop already raises on the final attempt, so the raise that
followed the loop could never run. Drop it and cover the exhaustion path
with a test that pins the attempt count and keeps the prisma error in the
message, which is the only thing that tells an operator why the boot
stopped.
2026-08-28 01:56:15 -07:00
..
test_litellm_proxy_extras_utils.py fix: keep schema reconciliation from fighting a partitioned LiteLLM_SpendLogs (#38452) 2026-08-27 12:52:52 -07:00
test_setup_database_fail_fast.py fix(proxy-extras): bound the db push retries in the reachable branch 2026-08-28 01:56:15 -07:00