From e81f2f7fc1d835c26cb59b3f29cbaa81cbe89c0a Mon Sep 17 00:00:00 2001 From: Alexsander Hamir Date: Sat, 10 Jan 2026 16:17:45 -0800 Subject: [PATCH] add 30k and 250k memory leak tests to CI - Add test_memory_baseline_30k to Router tests - Add test_proxy_memory_baseline_30k and test_proxy_memory_baseline_250k to Proxy tests - Increase proxy tests timeout from 30m to 45m to accommodate 250k test (~16 min runtime) --- .circleci/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8dc42991cae..6730a8aa4c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2067,6 +2067,8 @@ jobs: python -m pytest tests/load_tests/test_router_acompletion_memory_growth.py::test_memory_baseline_4k -v -s --tb=short echo "Running test_memory_baseline_10k..." python -m pytest tests/load_tests/test_router_acompletion_memory_growth.py::test_memory_baseline_10k -v -s --tb=short + echo "Running test_memory_baseline_30k..." + python -m pytest tests/load_tests/test_router_acompletion_memory_growth.py::test_memory_baseline_30k -v -s --tb=short no_output_timeout: 30m - run: name: Run Proxy Server Memory Growth Tests @@ -2078,7 +2080,11 @@ jobs: python -m pytest tests/load_tests/test_proxy_chat_completions_memory_growth.py::test_proxy_memory_baseline_10k -v -s --tb=short echo "Running test_proxy_memory_baseline_20k..." python -m pytest tests/load_tests/test_proxy_chat_completions_memory_growth.py::test_proxy_memory_baseline_20k -v -s --tb=short - no_output_timeout: 30m + echo "Running test_proxy_memory_baseline_30k..." + python -m pytest tests/load_tests/test_proxy_chat_completions_memory_growth.py::test_proxy_memory_baseline_30k -v -s --tb=short + echo "Running test_proxy_memory_baseline_250k..." + python -m pytest tests/load_tests/test_proxy_chat_completions_memory_growth.py::test_proxy_memory_baseline_250k -v -s --tb=short + no_output_timeout: 45m db_migration_disable_update_check: machine: