mrIncompetent
7faf826df1
Use actual node hostname during test "EmptyDir Wrapper Volume, ConfigMap volumes, no race"
2019-01-31 11:45:13 +00:00
Michelle Au
f6c5817b8b
Add e2e test for removing the subpath directory
2019-01-04 13:45:07 -08:00
Kubernetes Prow Robot
c2130030c2
Merge pull request #71681 from msau42/automated-cherry-pick-of-#70756-#71625-upstream-release-1.13
...
Automated cherry pick of #70756 : Add e2e test for file exec #71625 : Volume exec file test: added NodeSelector to pod
2018-12-10 09:00:49 -08:00
Cheng Xing
34946a253a
Volume exec file test: added NodeSelector to pod
2018-12-03 18:22:08 -08:00
Michelle Au
1759d03618
Refactor driverinfo feature support into capabilities map
2018-12-03 18:22:07 -08:00
Michelle Au
d7ba5b9f60
Add e2e test for file exec
2018-12-03 18:22:07 -08:00
Michelle Au
c4463c1e24
Check for subpath error in container status instead of pod events
2018-12-03 18:11:10 -08:00
Michelle Au
b02cada150
Revert "CSI: enhance driver tests to update the drivers."
2018-11-28 17:10:13 -08:00
k8s-ci-robot
3f47b4febd
Merge pull request #70578 from jsafrane/csi-e2e-driver-update
...
CSI: enhance driver tests to update the drivers.
2018-11-28 05:20:45 -08:00
Masaki Kimura
bae2e8a5e3
Fix timeout for testPodFailSubpathError longer to avoid flake
2018-11-28 00:04:52 +00:00
k8s-ci-robot
fad23990ce
Merge pull request #71429 from gnufied/fix-detach-while-mount-flake
...
Fix flake with e2e test that checks detach while mount in progress
2018-11-26 16:57:21 -08:00
k8s-ci-robot
ce68cfa453
Merge pull request #71428 from mkimuram/issue/71383
...
Fix subpath test flake that is caused in testPodFailSubpathError
2018-11-26 15:43:33 -08:00
k8s-ci-robot
855f3fae5e
Merge pull request #71235 from msau42/fix-hostpath-io
...
Fix io test to use unique file names and cleanup all files
2018-11-26 13:34:10 -08:00
Hemant Kumar
df88257ad8
Fix flake with e2e test that checks detach while mount in progress
...
A volume can show up as in-use even before it gets attached
to the node.
2018-11-26 15:28:05 -05:00
Masaki Kimura
790de995f3
Fix testPodFailSubpathError to make only WaitTimeoutForPodEvent wait
2018-11-26 17:29:25 +00:00
Jan Safranek
51fc7930d6
CSI: enhance driver tests to update the drivers.
...
We want to check that kubelet correctly handles driver update
on a node.
2018-11-26 12:45:01 +01:00
k8s-ci-robot
205eaee0e5
Merge pull request #71145 from gnufied/test-mounted-detach
...
Fix volume detach while mount in progress
2018-11-22 23:27:48 -08:00
saad-ali
aa8244beb5
Modify CSI to handle both 0.3 and 1.0
...
Modify the CSI volume plugin to handle CSI version 0.x as well as 1.x
2018-11-21 18:37:31 -08:00
Hemant Kumar
d2b6e30143
Fix bug with volume getting marked as not in-use with pending op
...
Add test for verifying volume detach
2018-11-20 11:58:47 -05:00
Michelle Au
11627ae134
Fix io test to use unique file names and cleanup all files
2018-11-19 15:09:27 -08:00
k8s-ci-robot
ec2e767e59
Merge pull request #71167 from msau42/block-beta
...
Promote raw block volume support to beta
2018-11-16 20:28:03 -08:00
Cheng Xing
b275ebb5a8
Revert "Make csi alpha failing test skip"
...
This reverts commit f98b87cac1
.
2018-11-16 13:00:58 -08:00
Matthew Wong
bee759b925
Add volume mode downgrade test: should not mount/map in <1.13
2018-11-16 13:38:59 -05:00
Matthew Wong
0c671b1211
Remove [Feature:BlockVolume] everywhere
2018-11-16 13:38:59 -05:00
k8s-ci-robot
6fc60428a7
Merge pull request #71020 from saad-ali/updateCSI10
...
Bump CSI Spec to 1.0.0 and gRPC to 1.13.0
2018-11-16 01:53:21 -08:00
saad-ali
503f654d7a
Update CSI tests to point to 1.0.0 external bits.
2018-11-15 20:01:50 -08:00
k8s-ci-robot
90245bec24
Merge pull request #70987 from pohly/storage-volume-testsuites-names
...
e2e/storage: distinct test names for provisioning
2018-11-15 15:00:21 -08:00
Jan Safranek
6fee3688a0
Rename tag for CSI skip attach tests
...
So it has the same name as alpha feature
2018-11-15 15:42:00 +01:00
k8s-ci-robot
5b76030760
Merge pull request #71039 from mkimuram/issue/70760hostpath
...
Fix CreateSecPodWithNodeName to properly set node to be deployed
2018-11-14 23:19:57 -08:00
Patrick Ohly
7efad66ae8
e2e/storage: distinct test names for provisioning
...
A test name should not be the subset of another, because then it is
impossible to focus on it.
In this case, -ginkgo.focus=should.provision.storage ran both "should
provision storage" and "should provision storage with mount options"
without the ability to select just the former.
2018-11-14 19:37:58 +01:00
Masaki Kimura
6a94656d0e
Fix CreateSecPodWithNodeName to properly set node to be deployed
2018-11-14 16:10:14 +00:00
k8s-ci-robot
cbcd6bf444
Merge pull request #70989 from pohly/storage-volume-testsuites-fmt
...
e2e/storage: avoid fmt.Sprintf for single string
2018-11-14 08:08:03 -08:00
Michelle Au
63068be7ef
Remove serial from gcepd-external tests
2018-11-13 16:42:57 -08:00
Patrick Ohly
89193ac0fd
e2e/storage: avoid fmt.Sprintf for single string
...
The fmt.Sprintf call is either redundant (if the format string
contains no format characters) or broken (if it does, because there
are no parameters).
2018-11-13 10:43:19 +01:00
k8s-ci-robot
0ca67bde54
Merge pull request #70362 from ddebroy/ddebroy-multi-pvc
...
Add multi PVC versions of e2e tests for WaitForFirstConsumer
2018-11-12 03:14:39 -08:00
Davanum Srinivas
954996e231
Move from glog to klog
...
- Move from the old github.com/golang/glog to k8s.io/klog
- klog as explicit InitFlags() so we add them as necessary
- we update the other repositories that we vendor that made a similar
change from glog to klog
* github.com/kubernetes/repo-infra
* k8s.io/gengo/
* k8s.io/kube-openapi/
* github.com/google/cadvisor
- Entirely remove all references to glog
- Fix some tests by explicit InitFlags in their init() methods
Change-Id: I92db545ff36fcec83afe98f550c9e630098b3135
2018-11-10 07:50:31 -05:00
k8s-ci-robot
344b42f0a4
Merge pull request #70891 from mkimuram/issue/70760
...
Make csi alpha failing test skip
2018-11-10 00:14:31 -08:00
k8s-ci-robot
0320fd4d9f
Merge pull request #70869 from aniket-s-kulkarni/flexvolume-resize-implementation
...
fix for test failure #70774
2018-11-09 16:23:04 -08:00
Masaki Kimura
f98b87cac1
Make csi alpha failing test skip
...
Fixes : #70760
2018-11-09 20:42:55 +00:00
Deep Debroy
923df464fb
Add multi PVC versions of tests for delayed binding
...
Signed-off-by: Deep Debroy <ddebroy@docker.com>
2018-11-09 12:17:31 -08:00
Aniket Kulkarni
62770789d3
fix for test failure #70774
2018-11-09 12:15:16 -05:00
k8s-ci-robot
f212b9db23
Merge pull request #70598 from dims/switch-from-sigs.k8s.io/yaml-to-ghodss/yaml
...
Switch to sigs.k8s.io/yaml from ghodss/yaml
2018-11-08 10:57:36 -08:00
k8s-ci-robot
3c10143967
Merge pull request #60195 from humblec/glusterfs-pvspec-3
...
Refactor GlusterFS PV spec.
2018-11-08 00:24:39 -08:00
Masaki Kimura
d33211dc44
Fix test driver's unique name consistent
...
Fixes : #70760
2018-11-07 22:24:48 +00:00
k8s-ci-robot
6f305d925f
Merge pull request #68025 from mkimuram/issue/68024
...
Make csi drivers and in-tree drivers share e2e tests
2018-11-07 12:52:47 -08:00
k8s-ci-robot
ebcc2c7d26
Merge pull request #70667 from aniket-s-kulkarni/flexvolume-resize-implementation
...
adding test case for flex volume resize on pod restart
2018-11-07 11:36:32 -08:00
Davanum Srinivas
43f523d405
Switch to sigs.k8s.io/yaml from ghodss/yaml
...
Change-Id: Ic72b5131bf441d159012d67a6a3d87088d0e6d31
2018-11-07 13:17:32 -05:00
Masaki Kimura
b89b367247
Make csi drivers and in-tree drivers share e2e tests
2018-11-07 15:42:58 +00:00
k8s-ci-robot
7fe59165b6
Merge pull request #70193 from saad-ali/csiCRDAddon
...
Register CSI CRDs as addon
2018-11-06 23:55:56 -08:00
k8s-ci-robot
e05659cf8e
Merge pull request #70710 from msau42/remove-subpath-ro-test
...
Remove subpath ro test
2018-11-06 20:21:44 -08:00