mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
On the release gate the e2e tests only see the nginx router, and the chart's ingress sent /debug/memory/summary to the backend catch-all, so the RSS check measured the backend pod instead of the gateway workers that serve the failing requests. Render it as an Exact gateway path next to /test, name the host in the summary response so workers behind one origin never collide on pid alone, and key the harness readings by (origin, hostname, pid) |
||
|---|---|---|
| .. | ||
| complexity_router_client.py | ||
| conftest.py | ||
| reliability_support.py | ||
| test_auto_router_regressions_e2e.py | ||
| test_complexity_router_e2e.py | ||
| test_reliability_cache_e2e.py | ||
| test_reliability_fallbacks_e2e.py | ||
| test_reliability_memory_e2e.py | ||
| test_reliability_retries_e2e.py | ||
| test_reliability_timeouts_e2e.py | ||