-
Notifications
You must be signed in to change notification settings - Fork 56
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
Temp disable the graceful shutdown e2e test case #476
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: zylxjtu The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @zylxjtu! |
Hi @zylxjtu. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
@marosset this skips the test for our runs but should we be doing something different in the Test itself since it is an Alpha feature? |
Hmm, ideally the test case would have a [Fg:xxxx] tag in the title so we could use that to selectively run tests but I believe this feature is past alpha for Linux correct? In that case maybe we can update the test to query the kubelet config for the node the test is going to run on and skip if the feature isn't enabled? Since we plan on moving this to e2e_node and that work is progressing I think i'm OK with this impl tho. |
@zylxjtu do you think we will remove this test once we get to e2e_node? I think it would be ok to have this test here as a general smoke test for the feature. In that case I think we should label it with |
Not only the feature flag, it will also depend on the kubelet config to specify the shutdown period to be big enough (for example > 30s), by node test, we have the ability to tweak the kubelet config value inside the test, but for e2e test, it will have dependency on how the correpsonding kubelet config is set on the running cluster. So I think it maybe more fit for a node e2e test But if we can somehow control these kublet parameters for the CPAZ cluster being set up, maybe we can keep it as part of the test grid |
this e2e test will need special kubelet config, plan is to move to the e2e node test