-
Notifications
You must be signed in to change notification settings - Fork 572
[FOLLOWUP] Use base test to avoid patch everwhere #1634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1634 +/- ##
==========================================
- Coverage 60.25% 60.24% -0.01%
==========================================
Files 73 73
Lines 8006 8004 -2
==========================================
- Hits 4824 4822 -2
Misses 3182 3182
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| class TestSimpleBuffer(TestBase): | ||
|
|
||
| def setUp(self): | ||
| self.pipe = MockSimplePipe() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if the supper.setup is needed here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will confirm soon, I think yes
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
### What this PR does / why we need it? Use base test to avoid patch everwhere. Followup here: vllm-project#1566 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ut ci passed - vLLM version: v0.9.2 - vLLM main: vllm-project/vllm@8d0a01a Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
### What this PR does / why we need it? Use base test to avoid patch everwhere. Followup here: vllm-project#1566 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ut ci passed - vLLM version: v0.9.2 - vLLM main: vllm-project/vllm@8d0a01a Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
What this PR does / why we need it?
Use base test to avoid patch everwhere.
Followup here: #1566
Does this PR introduce any user-facing change?
No
How was this patch tested?
ut ci passed