-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
E2etest container conformance test #20415
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
1 similar comment
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
Labelling this PR as size/L |
I signed it! 华为技术有限公司 Huawei Technologies Co., Ltd. Mobile: 13426107977 本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁 发件人: googlebot [mailto:notifications@github.com] Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). [:memo:]Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.
— |
CLAs look good, thanks! |
@pwittrock @Random-Liu , blackbox test bases on previous discussion. |
@liangchenye Thanks. I was out sick today and will take a look tomorrow. |
subscribe @yifan-gu |
/cc @kubernetes/huawei |
CC @kubernetes/sig-node |
} | ||
} | ||
|
||
func createContainer(cl *client.Client, container api.Container) error { |
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.
since this creates pods, lets name it createPod
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.
Instead of always passing the client into the functions, create a struct and make these methods for that struct
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 prefer to use 'createContainer' since I want to test container, using pod is just the underling implementation way. Since new code will use method for struct, so it will just be 'Create'.
@pwittrock Thanks for correcting, commits with following updates:
|
GCE e2e build/test failed for commit d500cdf76d8d678dd64c94f75742f45caf7a1133. |
GCE e2e build/test failed for commit a4fbe9f1a1ee98791a4c2764d6e1c9e047183bd4. |
PR needs rebase |
@k8s-bot test node e2e experimental |
1 similar comment
@k8s-bot test node e2e experimental |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test failed for commit e3861cd. Please reference the list of currently known flakes when examining this failure. If you request a re-test, you must reference the issue describing the flake. |
GCE e2e build/test failed for commit e3861cd. Please reference the list of currently known flakes when examining this failure. If you request a re-test, you must reference the issue describing the flake. |
@pwittrock |
I apologize for the above incorrect comments. I was working on the munger locally & it "went rogue" - see #22136. I am readding the LGTM label that was incorrectly removed. |
GCE e2e build/test failed for commit e3861cd. Please reference the list of currently known flakes when examining this failure. If you request a re-test, you must reference the issue describing the flake. |
GCE e2e build/test failed for commit e3861cd. Please reference the list of currently known flakes when examining this failure. If you request a re-test, you must reference the issue describing the flake. |
GCE e2e build/test failed for commit e3861cd. Please reference the list of currently known flakes when examining this failure. If you request a re-test, you must reference the issue describing the flake. |
GCE e2e build/test passed for commit e3861cd. |
@liangchenye Congrats! The test finally passed...:) |
@Random-Liu Thank you for the re-test help, time for the next PR now. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit e3861cd. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
blackbox test based on the pod interface exposed in 'client' .