litellm/tests/proxy_behavior/auth
Aryan Gorde 0509c8649e
fix(a2a): cover the missing-sdk fallback and keep org prefetch warm
The patch left the ImportError resolver base unhit in-process, so codecov
patch coverage sat at two thirds. Call the fallback from a helper the
tests can exercise when a2a-sdk is blocked

Org prefetch also dropped rows whose JSON columns arrived as strings, and
the 5s org TTL expired before the first proxy-behavior getter on a cold
runner. Decode those columns the way team rows already do, and cache org
entries for the same management TTL as user and team

Co-authored-by: ARYAN GORDE <aryangorde8@users.noreply.github.com>
2026-09-13 08:10:17 +00:00
..
__init__.py perf(auth): read user, team, membership, org, project and spend counters in one MGET, one query and one pipeline (#40834) 2026-09-12 08:52:23 -07:00
conftest.py perf(auth): read user, team, membership, org, project and spend counters in one MGET, one query and one pipeline (#40834) 2026-09-12 08:52:23 -07:00
test_auth_object_prefetch.py fix(a2a): cover the missing-sdk fallback and keep org prefetch warm 2026-09-13 08:10:17 +00:00