Revert "[CI] 【Hackathon 9th Sprint No.41】NO.41 功能模块单测补充 -part" by YuanRisheng · Pull Request #5291 · PaddlePaddle/FastDeploy (original) (raw)
Pull request overview
This PR reverts a previous contribution (#5062) that added comprehensive unit tests for the SplitwiseConnector module. The entire test file containing 673 lines of test code is being removed.
Key Changes
- Complete removal of
tests/splitwise/test_splitwise_connector.pywhich contained unit tests for SplitwiseConnector functionality - Deletion includes test fixtures, mock objects, and 20+ test cases covering various connector scenarios Comments suppressed due to low confidence (1)
tests/splitwise/test_splitwise_connector.py:1
- PR标题格式问题:标题应遵循
[类别]标题的格式,例如[BugFix] 修复数据处理器内存泄漏。
当前标题 "Revert \"[CI] 【Hackathon 9th Sprint No.41】NO.41 功能模块单测补充 -part\"" 是一个revert操作,建议修改为更清晰的格式,例如:
[Revert] 撤销 Hackathon 9th Sprint No.41 的单测补充[CI] Revert splitwise connector test additions
Additionally, the PR description only states "Reverts #5062" but lacks explanation of why this revert is needed. Please add:
- The reason for reverting (e.g., test failures, incorrect implementation, conflicts with other changes)
- What problem this revert solves
- Whether there are plans to re-add the tests with fixes