mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
Some checks failed
CE Compile Job / ce_job_pre_check (push) Has been cancelled
CE Compile Job / print_ce_job_pre_check_outputs (push) Has been cancelled
CE Compile Job / FD-Clone-Linux (push) Has been cancelled
CE Compile Job / Show Code Archive Output (push) Has been cancelled
CE Compile Job / BUILD_SM8090 (push) Has been cancelled
CE Compile Job / BUILD_SM8689 (push) Has been cancelled
CE Compile Job / CE_UPLOAD (push) Has been cancelled
Deploy GitHub Pages / deploy (push) Has been cancelled
* update test utils * Add comprehensive unit tests for DP scheduler functionality - Add test_dp_scheduler.py with full-featured unit tests supporting both normal and standalone modes - Add test_dp_scheduler_simple.py with lightweight mock-based tests for easy execution - Add comprehensive README.md documenting test architecture and usage - Tests cover DPLocalScheduler and DPScheduler classes with focus on: - Request lifecycle management and TTL support - Response handling and routing - Resource-based scheduling and constraint handling - Multi-threading and concurrent operations - Splitwise role support (prefill vs decode) - Error handling and edge cases - Thread-safe operations with proper synchronization 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Remove tests/multimodal/test_utils.py This file appears to be duplicate or misplaced, removing it to clean up the test structure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * update * fix * rm unused file --------- Co-authored-by: Claude <noreply@anthropic.com>