-
Notifications
You must be signed in to change notification settings - Fork 6k
test: fix or skip some failed next-gen tests #63355
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
Signed-off-by: ekexium <[email protected]>
Signed-off-by: ekexium <[email protected]>
Signed-off-by: ekexium <[email protected]>
Signed-off-by: ekexium <[email protected]>
…BatchStoreCopr Signed-off-by: ekexium <[email protected]>
Signed-off-by: ekexium <[email protected]>
Signed-off-by: ekexium <[email protected]>
/test pull-unit-test-next-gen |
@wuhuizuo: The specified target(s) for
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #63355 +/- ##
================================================
+ Coverage 72.7832% 73.7274% +0.9442%
================================================
Files 1832 1833 +1
Lines 495794 501158 +5364
================================================
+ Hits 360855 369491 +8636
+ Misses 113010 109985 -3025
+ Partials 21929 21682 -247
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
/retest |
@ekexium: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cfzjywxk, yudongusa, zyguan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What problem does this PR solve?
Issue Number: close #63343
Problem Summary:
Fix next-gen CI.
What changed and how does it work?
This PR fixes or skips some failed tests in next-gen CI
GC Worker tests (
pkg/store/gcworker/
):Coprocessor tests (
pkg/store/copr/
):Session transaction tests (
pkg/sessiontxn/
):Other test fixes:
All tests use
kerneltype.IsNextGen()
check with clear skip messages explaining the incompatibility reason.Check List
Tests
Side effects
Documentation
Release note