-
Notifications
You must be signed in to change notification settings - Fork 40.9k
Add swap conformance tests #122175
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
Add swap conformance tests #122175
Conversation
Please note that we're already in Test Freeze for the Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Mon Dec 4 16:12:04 UTC 2023. |
/test |
@kannon92: The
The following commands are available to trigger optional jobs:
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/test-infra repository. |
/test pull-kubernetes-node-swap-fedora |
e805f17
to
af287c3
Compare
/test pull-kubernetes-node-swap-fedora |
af287c3
to
582e222
Compare
/triage accepted |
/retest |
582e222
to
bd9d2b7
Compare
/hold Tests still have a few issues |
/test pull-kubernetes-node-swap-fedora |
I'm undecided myself, so let's not do it and just add the "explanation" field. But regarding maintenance: the same is true for the wrapper functions when they are in For "explanation": let's review in #122232 |
yeah, that is the lesson I was referring to, it left the e2e test in a half baked state, and it took a considerable amount of hours of your work to refactor and clean it up and my hours to review, and we caused a few regressions on the process ... I'm trying to move in the lean and neat direction, "less is more" |
/test pull-kubernetes-node-swap-fedora |
/test pull-kubernetes-node-swap-fedora-serial |
a869d25
to
e5e29a2
Compare
/test pull-kubernetes-node-swap-fedora |
/hold cancel This is ready for review. |
PR needs rebase. 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/test-infra repository. |
e5e29a2
to
be0c963
Compare
Signed-off-by: Kevin Hannon <[email protected]>
be0c963
to
27f2573
Compare
/retest |
/test pull-kubernetes-node-swap-fedora |
/cc @harche |
/hold We are changing the swap design a bit so this should go after #122745 is merged. |
PR needs rebase. 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/test-infra repository. |
/cc |
/close |
@kannon92: Closed this PR. 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/test-infra repository. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Add more tests to swap. This PR cleans up swap so we can remove checking features for swap in the test.
We also add a swap feature to align with sig-testing.
Which issue(s) this PR fixes:
Part of #120798
Fixes #120798
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: