Revert "[CI] 【Hackathon 9th Sprint No.33】NO.33 功能模块单测补充" -part by juncaipeng · Pull Request #5286 · PaddlePaddle/FastDeploy (original) (raw)

Pull request overview

This PR reverts the addition of unit tests for the cache_manager module that were introduced in PR #5056. The change completely removes the test file test_cache_messager.py containing 924 lines of test code.

Key Points:

Important Notes for Reviewers:

  1. Title Format: The PR title should follow the [Category]Title format as per project guidelines. Suggested format: [Revert] Revert cache_manager unit test additions from PR #5056
  2. Missing Context: The PR description only states what is being reverted but doesn't explain:
    • Why this revert is necessary
    • What issues were found with the original tests
    • Whether there are plans to re-add these tests with fixes
  3. Test Coverage Impact: This revert removes significant test coverage. Repository maintainers should ensure this is intentional and document the reasoning.