Kubernetes Submit Queue
fc30bf7e8b
Merge pull request #32374 from soltysh/e2e_check_resource
...
Automatic merge from submit-queue
Provide an e2e skip helper checking for available resource
@janetkuo @dims this is the promised util function, but unfortunately I just learned that dynamic client suffers from the problem I've fixed in the manually written one (https://github.com/kubernetes/kubernetes/pull/29187 ) I need to look into the dynamic client in that case :/
2016-09-12 03:59:30 -07:00
Kubernetes Submit Queue
dd9d5aa27d
Merge pull request #32378 from kevin-wangzefeng/update-taints-e2e
...
Automatic merge from submit-queue
update taints e2e, restrict taints operation with key, effect
Since taints are now unique by key, effect on a node, this PR is to restrict existing taints adding/removing/updating operations in taints e2e.
Also fixes https://github.com/kubernetes/kubernetes/issues/31066#issuecomment-242870101
Related prior Issue/PR #29362 and #30590
2016-09-10 13:20:51 -07:00
Kubernetes Submit Queue
09efe0457d
Merge pull request #32163 from mtaufen/more-eviction-logging
...
Automatic merge from submit-queue
Log pressure condition, memory usage, events in memory eviction test
I want to log this to help us debug some of the latest memory eviction test flakes, where we are seeing burstable "fail" before the besteffort. I saw (in the logs) attempts by the eviction manager to evict besteffort a while before burstable phase changed to "Failed", but the besteffort's phase appeared to remain "Running". I want to see the pressure condition interleaved with the pod phases to get a sense of the eviction manager's knowledge vs. pod phase.
2016-09-09 18:37:55 -07:00
Michael Taufen
b9f0bd959e
Log the following items in memory eviction test:
...
- memory working set
- pressure condition
- events for the default and test namespaces, after the test completes
2016-09-09 13:42:26 -07:00
Wojciech Tyczynski
dc3dcc27d2
Allow for not-ready nodes in WaitForAllNodesSchedulable
2016-09-09 14:56:43 +02:00
Maciej Szulik
7ee8f867d9
Provide an e2e skip helper checking for available resource.
2016-09-09 13:38:32 +02:00
Kevin
fff139ce32
update taints e2e, respect that taint is unique by key, effect
2016-09-09 19:15:11 +08:00
Wojciech Tyczynski
c517811fc8
Fix checking for allowed not-ready nodes in test framework
2016-09-09 09:38:47 +02:00
Wojciech Tyczynski
e750454c31
Fix allow for non-ready nodes in e2e framework
2016-09-08 14:22:08 +02:00
Kubernetes Submit Queue
58af607f56
Merge pull request #31833 from lavalamp/fixmsg
...
Automatic merge from submit-queue
emit more info on failure
help debug #31810
2016-09-06 21:26:08 -07:00
Kubernetes Submit Queue
008fc22d31
Merge pull request #32108 from wojtek-t/allow_for_not_ready_nodes
...
Automatic merge from submit-queue
Allow for not-ready nodes in e2e test
Ref #31215
2016-09-06 04:41:16 -07:00
Wojciech Tyczynski
4b29d006b0
Allow for not-ready nodes in e2e test
2016-09-06 12:14:45 +02:00
Wojciech Tyczynski
8f0006e8f8
Increase timeout for pods GC in tests
2016-09-06 12:02:54 +02:00
gmarek
a82e54262d
Add a log to help debug #31981
2016-09-05 15:05:49 +02:00
Wojciech Tyczynski
8c1b80c6d5
Fix density test
2016-09-05 13:53:43 +02:00
gmarek
d990720c12
Increase GC timeout for RCs bigger than 40k
2016-09-05 12:08:04 +02:00
Kubernetes Submit Queue
4414882543
Merge pull request #31895 from ymqytw/better_error_message
...
Automatic merge from submit-queue
Return detailed error message for better debugging.
Try to provide more details error message for debugging when this flake #31561 happens again.
@pwittrock
2016-09-02 21:26:59 -07:00
Kubernetes Submit Queue
88c7e25f72
Merge pull request #31923 from bprashanth/logging
...
Automatic merge from submit-queue
Adding logging and fix test race
Fixes https://github.com/kubernetes/kubernetes/issues/31552 , adds clarity for https://github.com/kubernetes/kubernetes/issues/29449
Janet for the job e2e and girish for services. P1 for flake.
2016-09-01 19:50:58 -07:00
ymqytw
e948a69653
Return detailed error message for better debugging. It is for BeforeSuite: Error waiting for all pods to be running and ready
2016-09-01 17:55:48 -07:00
bprashanth
5dac1122b4
Logging for service restart e2e clarity
2016-09-01 14:49:52 -07:00
gmarek
02985c9da2
Create a file from data stored in gobindata to fix kubectl-based examples
2016-09-01 16:40:32 +02:00
Tim St. Clair
f9a2c07c20
Add retries to service environment variable test
2016-08-31 16:46:03 -07:00
Daniel Smith
24a0a5113c
emit more info on failure
2016-08-31 16:07:07 -07:00
derekwaynecarr
367cc42541
E2E framework ignores whitelisted resources when verifying namespace deletion
2016-08-31 13:41:14 -04:00
derekwaynecarr
83cc808ffb
Fix duplicate namespace deletion errors, improve namespace deletion error output
2016-08-31 13:32:22 -04:00
gmarek
f8dbdc1695
AllNodesReady waits for all system pods to be running
2016-08-31 15:08:01 +02:00
Kubernetes Submit Queue
0f8869d308
Merge pull request #31516 from sttts/sttts-e2e-CheckConnectivityToHost-logs
...
Automatic merge from submit-queue
e2e: log wget output on CheckConnectivityToHost error
Log output might help to diagnose e2e flakes, whether they are caused by dns issues or connection timeouts.
Might help with flake https://github.com/kubernetes/kubernetes/issues/28188 .
2016-08-30 06:27:28 -07:00
Kubernetes Submit Queue
6dd8b975cb
Merge pull request #31578 from kevin-wangzefeng/add-retries-for-taints-e2e
...
Automatic merge from submit-queue
add retries for add/update/remove taints on node in taints e2e
fixes taint update conflict in taints e2e by adding retries for add/update/remove taints on node.
ref #27655 and #31066
2016-08-28 15:32:37 -07:00
Kevin
33b1075e0d
add retries for add/update/remove taints on node in taints e2e
2016-08-27 14:56:38 +08:00
Dr. Stefan Schimanski
3262b7fccd
e2e: log wget output on CheckConnectivityToHost error
2016-08-27 08:18:45 +02:00
Kubernetes Submit Queue
1184800cbb
Merge pull request #30730 from janetkuo/prevent-overlapping-deployment
...
Automatic merge from submit-queue
Handle overlapping deployments gracefully
Fixes #30028
2016-08-25 21:50:56 -07:00
Tim St. Clair
a29ad353a6
Increase the AppArmor pod stop timeout to match the start timeout
2016-08-23 17:03:38 -07:00
Janet Kuo
c5cef18735
Add e2e test for overlapping deployments
2016-08-23 14:33:30 -07:00
Piotr Szczesniak
e8135c30d5
Improve ScaleRC function to be more generic
2016-08-23 09:25:00 +02:00
bindata-mockuser
e792d4117d
Add return code support to kubectl-exec and -run
2016-08-20 15:58:47 +02:00
gmarek
d844dd463a
Stop pretending that reaper cares about delete options in e2e tests
2016-08-19 14:44:35 +02:00
Chao Xu
a0c6a664a5
adjust waitForPodsInactive polling interval and timeout
2016-08-18 15:38:24 -07:00
Kubernetes Submit Queue
e2f39fca86
Merge pull request #30807 from caesarxuchao/change_pod_lister_api
...
Automatic merge from submit-queue
Continue on #30774 : Change podNamespacer API
continue on #30774 , credit to @wojtek-t, Ref #30759
I just fixed a test and converted IsActivePod to operate on *Pod.
2016-08-18 02:08:23 -07:00
Madhusudan.C.S
c32c81dc4e
Implement federation API server authentication e2e tests.
2016-08-17 20:03:20 -07:00
Chao Xu
594234d61c
fix tests; convert IsPodActive to operate on *Pod
2016-08-17 13:05:37 -07:00
Chao Xu
3bb159e8f6
fix test failure and address comment
2016-08-16 17:06:32 -07:00
Chao Xu
a12dc2e412
wait for the Reflector to list before polling the PodStore in e2e tests.
2016-08-15 21:40:33 -07:00
Kubernetes Submit Queue
817256a716
Merge pull request #30401 from caesarxuchao/kubemark-gc-upstream
...
Automatic merge from submit-queue
Let load and density e2e tests use GC if it's on
I've run the 100 and 500 nodes tests and they both pass.
The test-infra half of the PR is https://github.com/kubernetes/test-infra/pull/369
cc @lavalamp
2016-08-13 16:04:34 -07:00
Chao Xu
3688a78769
let load and density e2e tests use GC if it's on
2016-08-11 11:48:20 -07:00
Madhusudan.C.S
a91182ae3c
Remove unversioned federation client, clientset and versioned release_1_3 clientset and all their accesses in e2e tests. Switch everything to federation release_1_4 external client.
2016-08-10 13:53:43 -07:00
Kubernetes Submit Queue
be6a9fbb4e
Merge pull request #30234 from intelsdi-x/create_annotation_map_if_doesnt_exist
...
Automatic merge from submit-queue
In AddOrUpdateTaintOnNode create annotation map if its nil
If node didn't have annotations both SchedulerPredicates taints-toleration tests were failing.
@gmarek PTAL
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.kubernetes.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30234 )
<!-- Reviewable:end -->
2016-08-08 22:13:22 -07:00
Kubernetes Submit Queue
4ef36882fd
Merge pull request #29935 from janetkuo/deployment-scale-rollout-test
...
Automatic merge from submit-queue
Deployment status validity should be checked in scaled rollout e2e test
Follow up #29889
@kubernetes/deployment
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.kubernetes.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/29935 )
<!-- Reviewable:end -->
2016-08-08 19:56:20 -07:00
Pawel Skrzynski
292cea1a18
In AddOrUpdateTaintOnNode create annotation map if its nil
2016-08-08 19:48:07 +02:00
Janet Kuo
242c11b580
Deployment status validity should be checked in scaled rollout e2e test
2016-08-05 10:32:24 -07:00
Random-Liu
1a33dffa17
Move configmap, docker_containers, downward_api, expansion and secrets
...
test into common directory.
2016-08-04 23:52:05 -07:00