litellm/tests/litellm/proxy
Shivam Rawat f5ffc59309
fix(proxy): Windows compatibility for Prisma engine watchdog (#23494)
Guard os.waitpid and os.WNOHANG usage with sys.platform check.
These APIs are Unix-only; on Windows they cause AttributeError
and prevent proxy startup.

- _try_waitpid_watch: return False on Windows, fall back to
  os.kill polling
- _reap_all_zombies: return empty set on Windows (no zombies)

Add unit tests for Windows path.

Made-with: Cursor
2026-03-12 16:02:37 -07:00
..
_experimental/mcp_server Fix/non standard mcp url pattern (#19738) 2026-01-25 23:00:53 -08:00
agent_endpoints [Feature] RBAC for Vector Stores and Agents 2026-03-04 20:13:14 -08:00
common_utils [Fix] Address code review: delegate team admin check to shared helper, fix sidebar team admin exemption 2026-03-05 15:04:33 -08:00
guardrails fix Unauthenticated RCE and Sandbox Escape in Custom Code Guardrail 2026-02-25 17:57:32 +05:30
management_endpoints fix(proxy): skip premium check for empty metadata fields on team/key update 2026-02-06 14:50:24 -05:00
vector_store_endpoints [Fix] Constrain feature_name to Literal, deduplicate runtime flags, fix silent test swallowing 2026-03-05 15:42:17 -08:00
test_batch_x_litellm_model_encoding.py fix: correct indentation from commit suggestions and add missing Optional import 2026-03-03 10:51:48 -03:00
test_claude_code_marketplace.py Fix/claude code plugin schema (#22271) 2026-02-27 15:59:37 -08:00
test_init_litellm_callbacks.py fix: prevent double-counting of litellm_proxy_total_requests_metric (#21159) 2026-02-16 09:10:49 -08:00
test_model_based_routing_files_batches.py fix(proxy): use batch_ prefix for Vertex AI batch IDs in encode_file_id_with_model (#21624) 2026-02-20 08:32:46 -08:00
test_prisma_engine_watchdog.py fix(proxy): Windows compatibility for Prisma engine watchdog (#23494) 2026-03-12 16:02:37 -07:00