Skip to content

Conversation

@wangxiyuan
Copy link
Collaborator

@wangxiyuan wangxiyuan commented Dec 4, 2025

What this PR does / why we need it?

  1. Remove ascend schuduler ut
  2. Remove models ut
  3. move mla to ops
  4. skip the failed ut

@github-actions
Copy link

github-actions bot commented Dec 4, 2025

👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:‌‌

  • A PR should do only one thing, smaller PRs enable faster reviews.
  • Every PR should include unit tests and end-to-end tests ‌to ensure it works and is not broken by other future PRs.
  • Write the commit message by fulfilling the PR description to help reviewer and future developers understand.

If CI fails, you can run linting and testing checks locally according Contributing and Testing.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes unit test files for Ascend scheduler components. While the AscendScheduler is deprecated, this PR also removes active tests for AscendSchedulerConfig and SchedulerDynamicBatch. Deleting tests for existing code is a critical issue as it removes test coverage and increases the risk of future regressions. The tests for AscendSchedulerConfig and SchedulerDynamicBatch should be restored, or the classes themselves should be removed if they are also obsolete.

@wangxiyuan wangxiyuan force-pushed the drop_1 branch 4 times, most recently from 0ae798e to 766a6de Compare December 4, 2025 02:57
Signed-off-by: wangxiyuan <[email protected]>
@wangxiyuan wangxiyuan merged commit da84eb2 into vllm-project:main Dec 4, 2025
17 checks passed
@wangxiyuan wangxiyuan deleted the drop_1 branch December 4, 2025 07:04
Mercykid-bash pushed a commit to Mercykid-bash/vllm-ascend that referenced this pull request Dec 4, 2025
### What this PR does / why we need it?
1. Remove ascend schuduler ut
2. Remove models ut
3. move mla to ops
4. skip the failed ut

- vLLM version: v0.12.0

Signed-off-by: wangxiyuan <[email protected]>
Signed-off-by: Che Ruan <[email protected]>
Mercykid-bash pushed a commit to Mercykid-bash/vllm-ascend that referenced this pull request Dec 4, 2025
### What this PR does / why we need it?
1. Remove ascend schuduler ut
2. Remove models ut
3. move mla to ops
4. skip the failed ut

- vLLM version: v0.12.0

Signed-off-by: wangxiyuan <[email protected]>
Signed-off-by: Che Ruan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants