litellm/tests/litellm-proxy-extras
yuneng-jiang 85e28c9f31 Remove duplicate key violation from idempotent error patterns
"duplicate key value violates" on CREATE UNIQUE INDEX means the index
can't be created due to duplicate data — this is NOT idempotent. Marking
it as applied silently skips index creation, leaving the DB without the
unique constraint.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 12:17:24 -07:00
..
test_litellm_proxy_extras_utils.py Remove duplicate key violation from idempotent error patterns 2026-03-12 12:17:24 -07:00