-
Notifications
You must be signed in to change notification settings - Fork 40.7k
test case for shared volumes between the containers in pod #73523
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
/priority important-soon |
/test pull-kubernetes-e2e-kops-aws |
1 similar comment
/test pull-kubernetes-e2e-kops-aws |
/test pull-kubernetes-e2e-kops-aws |
7 similar comments
/test pull-kubernetes-e2e-kops-aws |
/test pull-kubernetes-e2e-kops-aws |
/test pull-kubernetes-e2e-kops-aws |
/test pull-kubernetes-e2e-kops-aws |
/test pull-kubernetes-e2e-kops-aws |
/test pull-kubernetes-e2e-kops-aws |
/test pull-kubernetes-e2e-kops-aws |
please just use |
@BenTheElder thank you |
/skip pull-kubernetes-e2e-kops-aws |
/skip |
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.
just one minor comment, otherwise lgtm
eef36f5
to
c8df044
Compare
@pontiyaraja: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
/test pull-kubernetes-kubemark-e2e-gce-big |
c8df044
to
3007195
Compare
3007195
to
f1f4167
Compare
/lgtm |
@msau42 can you approve this PR |
@@ -205,6 +206,77 @@ var _ = Describe("[sig-storage] EmptyDir volumes", func() { | |||
framework.ConformanceIt("should support (non-root,0777,default) [LinuxOnly] [NodeConformance]", func() { | |||
doTest0777(f, testImageNonRootUid, v1.StorageMediumDefault) | |||
}) | |||
|
|||
It("pod should support shared volumes between containers", func() { |
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.
Can we propose this for ConformanceIT ? BTW a nice follow on issue might be to add 'EmptyDir' to all these test descriptions. This is a great test esp w/ diverging container runtimes, thanks !
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.
Let's make sure the test is stable first before promoting to conformance.
EmptyDir is already specified at the top level describe for these tests.
/approve |
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 kind of think this is more complicated then it needs to be.
You could just use a busybox conatiner for both where one container drops a file while the other waits.
f1f4167
to
6d7a707
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: msau42, pontiyaraja 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 |
/lgtm |
What type of PR is this?
/kind cleanup
What this PR does / why we need it: covered test case for shared volumes between containers in pod
Which issue(s) this PR fixes:#73429
Fixes #73429
Special notes for your reviewer: covered test case for the emptDir shared volume between the containers in pod.
Does this PR introduce a user-facing change?:
/area conformance
/assign @msau42