Kubernetes Prow Robot
fe5d7c7c4e
Merge pull request #71543 from MrHohn/e2e-fw-test-timeout
...
[e2e] Bump firewall test timeout to something more reasonable
2018-12-07 20:02:10 -08:00
Kubernetes Prow Robot
71cf45f35c
Merge pull request #70092 from bclau/remove-test-selinux-options
...
Removes unnecessary SELinuxOptions from test case
2018-12-06 22:49:59 -08:00
Kubernetes Prow Robot
a5887009fc
Merge pull request #68275 from tanshanshan/fixtypo-0905-2
...
nits in e2e test
2018-12-06 19:02:57 -08:00
Kubernetes Prow Robot
776bb1338a
Merge pull request #71801 from soltysh/issue71772
...
Set delete propagation policy to background when removing jobs and its dependents
2018-12-06 16:25:36 -08:00
Kubernetes Prow Robot
b5615259e5
Merge pull request #67511 from oomichi/add-debug-info
...
Add debugging info in pv/pvc protection e2e tests
2018-12-06 08:42:24 -08:00
Maciej Szulik
65e074fd1a
Set delete propagation policy to background when removing jobs and its dependents
2018-12-06 17:20:23 +01:00
Kubernetes Prow Robot
bdb7c24cab
Merge pull request #71243 from gnufied/fix-dummy-attachable-flex-driver
...
We do not pass device path to unmount device
2018-12-06 00:02:44 -08:00
Kubernetes Prow Robot
82cefcd99b
Merge pull request #68753 from johnSchnake/68687-consistentSSHKeyHandling
...
Make SSH path handling consistent across providers during e2e
2018-12-05 00:05:38 -08:00
Joseph-Irving
95165c5d4e
fix WaitForAllNodesSchedulable so it logs when cluster size is small
2018-12-04 14:28:17 +00:00
Kubernetes Prow Robot
a9b69dc381
Merge pull request #71615 from jpbetz/etcd-3.3.10-0-image
...
Update default etcd server to 3.3.10 for kubernetes 1.14
2018-12-04 02:54:34 -08:00
Hemant Kumar
1570f39d9e
We do not pass device path to unmount device
...
Also rename attachable-with-long-format file
2018-12-03 17:31:01 -05:00
Pavithra Ramesh
19e1fcc242
Remove 'norecurse' flag in dns tests.
...
dnsmasq 2.79 introduced a change to respond to all norecurse queries with ServFail.
This is to prevent cache snooping where an adversary can figure out if a particular hostname has been looked up or not.
These tests do not need the norecurse flag, hence removing it.
2018-12-03 14:27:39 -08:00
Joe Betz
862b945e5a
Update default etcd server to 3.3.10 for kubernetes 1.13
2018-12-03 11:03:49 -08:00
Kubernetes Prow Robot
4855b78c33
Merge pull request #71550 from pontiyaraja/privileged_disable
...
Removed privileged option for the test case [sig-storage] should give a volume the correct mode test case
2018-12-01 06:34:53 -08:00
Cheng Xing
87e4a460fb
Volume exec file test: added NodeSelector to pod
2018-11-30 15:31:34 -08:00
k8s-ci-robot
51453a3131
Merge pull request #71576 from MrHohn/e2e-ingress-resp-new
...
[e2e ingress] actually assign value to resp
2018-11-30 12:09:28 -08:00
k8s-ci-robot
06cc355b76
Merge pull request #71574 from msau42/remove-events-e2e
...
Check for subpath error in container status instead of pod events
2018-11-30 12:09:18 -08:00
k8s-ci-robot
3156df3e80
Merge pull request #71537 from davidz627/fix/updateGCE
...
Create cloud-sa on GCE PD Driver creation
2018-11-30 08:20:29 -08:00
k8s-ci-robot
dda9637f94
Merge pull request #71281 from Huang-Wei/preemption-e2e-test
...
Preemption e2e test
2018-11-30 08:19:59 -08:00
k8s-ci-robot
0955c930be
Merge pull request #70756 from msau42/add-io-exec-test
...
Add e2e test for file exec
2018-11-30 08:19:48 -08:00
Maciej Borsz
1d9b1a69b1
In NodeKiller.Run, wait before first attempt to kill.
2018-11-30 11:01:55 +01:00
k8s-ci-robot
16c0f3ce4a
Merge pull request #71493 from smarterclayton/limit_max
...
e2e: Allow max-node-to-gather to be changed when running against larger clusters
2018-11-30 01:20:17 -08:00
k8s-ci-robot
9ebf53fffd
Merge pull request #71480 from msau42/remove-legacy-flex-e2e
...
Remove legacy gci flex directory from e2e tests
2018-11-30 01:20:08 -08:00
Michelle Au
7571b7e100
Check for subpath error in container status instead of pod events
2018-11-29 15:57:02 -08:00
k8s-ci-robot
bf7efc6272
Merge pull request #71256 from bclau/fixes-hardcoded-image-names
...
tests: Fixes wrong Pod Container Image usage in test/e2e/apps
2018-11-29 15:27:04 -08:00
k8s-ci-robot
05fe21fa52
Merge pull request #71210 from pohly/podlogs-activated-pods
...
e2e/framework: capture logs only from pods that actually started
2018-11-29 15:26:31 -08:00
Zihong Zheng
4069dc7c05
[e2e ingress] actually assign value to resp
2018-11-29 13:57:54 -08:00
k8s-ci-robot
409a5ecae2
Merge pull request #71036 from bclau/test-windows-permissions
...
tests: Checks for Windows permissions as well
2018-11-29 11:16:49 -08:00
Michelle Au
03065a1bde
Refactor driverinfo feature support into capabilities map
2018-11-29 11:10:06 -08:00
Michelle Au
8bb501bc70
Add e2e test for file exec
2018-11-29 11:08:15 -08:00
David Zhu
67a40cd3cc
Do GCE Secret setup in driver creation instead of skip test
2018-11-29 10:51:01 -08:00
Wei Huang
f9f588f052
address comments
2018-11-29 10:29:39 -08:00
k8s-ci-robot
ba5f1cbfba
Merge pull request #71320 from mborsz/nodekiller
...
Introduce NodeKiller -- a utility to simulate node failures in e2e tests
2018-11-29 05:18:52 -08:00
Maciej Borsz
9e493e169d
Implement NodeKiller -- a util to simulate node failures.
2018-11-29 12:56:50 +01:00
k8s-ci-robot
e5326f22ea
Merge pull request #70471 from xichengliudui/fix181031
...
Fix some typos
2018-11-29 00:48:16 -08:00
Zihong Zheng
aaafb216d7
[e2e] Bump firewall test timeout to something more reasonable
2018-11-28 18:20:38 -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
pontiyaraja
6bdbb460fc
Removed privileged option for [sig-storage] host path
2018-11-28 12:33:44 +05:30
Clayton Coleman
653ed22fc9
e2e: Allow max-node-to-gather to be changed when running against larger clusters
...
While debugging issues I found myself having to change the constant in the code
for a cluster > 20 nodes, and then on a very small cluster I found myself passing
0 to avoid the mostly useless output (it's useful in specific scenarios but generates
a *lot* of output that doesn't help debugging the rest of the time).
2018-11-27 23:26:54 -05:00
Masaki Kimura
bae2e8a5e3
Fix timeout for testPodFailSubpathError longer to avoid flake
2018-11-28 00:04:52 +00:00
Michelle Au
6032a1e2df
Remove legacy gci flex directory from e2e tests
2018-11-27 15:10:37 -08:00
Jan Safranek
8fb3e9fe2a
Make HostPath CSI driver persistent across restart.
...
The driver dynamically provisions its volumes in /tmp. To preserve the data
across driver restarts, the directory must be mapped to more persistent
place, /tmp on the host seems to be the safest choice.
2018-11-27 13:53:48 +01: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
Masaki Kimura
f81abad51c
Fix eventOccurred to check message from all the events
2018-11-26 17:21:20 +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