kubernetes/test
Kubernetes Submit Queue d063ce213f Merge pull request #46801 from dashpole/summary_container_restart
Automatic merge from submit-queue

[Flaky PR Test] Fix summary test

fixes issue: #46797 

As we can see in the [example failure build log](https://storage.googleapis.com/kubernetes-jenkins/logs/ci-kubernetes-node-kubelet/4319/build-log.txt), the summary containers are pinging google 100s of times a second.  This causes the summary container to be killed occasionally, and fail the test.  The summary containers are only supposed to ping every 10 seconds according to the current test.  As it turns out, we were missing a semicolon, and were not sleeping between pings.  For background, we ping google to generate network traffic, so that the summary test can validate network metrics.

This PR adds the semicolon to make the container sleep between calls, and decreases the sleep time from 10 seconds to 1 second, as 1 call / 10 seconds did not produce enough activity.

cc @kubernetes/kubernetes-build-cops @dchen1107
2017-06-02 18:02:19 -07:00
..
e2e Merge pull request #46557 from timstclair/audit-test 2017-06-02 15:20:52 -07:00
e2e_federation fed: Remove redundant e2e for secret and daemonset 2017-05-17 08:28:04 -07:00
e2e_node Merge pull request #46801 from dashpole/summary_container_restart 2017-06-02 18:02:19 -07:00
fixtures kubectl plugins have access config, global flags and environment 2017-05-19 19:17:43 -03:00
images no-snat test 2017-05-26 13:45:10 -07:00
integration Merge pull request #46677 from enisoc/tpr-migrate-etcd 2017-06-01 05:43:44 -07:00
kubemark Switch gcloud compute copy-files to scp 2017-05-30 10:19:33 -07:00
list Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
soak Cleanup: replace some hardcoded codes and remove unused functions 2017-04-25 09:38:25 +08:00
utils Performance tests also cover configmaps now 2017-05-31 13:13:15 +02:00
BUILD auto-generated bazel BUILD file changes 2017-01-19 08:00:52 +05:30
OWNERS Add bowei to OWNERS: e2e/test dns,network; cloud route, node, service controller 2017-05-19 14:49:43 -07:00
test_owners.csv Updated test/test_owners.csv for federation test cases 2017-05-20 08:43:30 +05:30
test_owners.json Make update_owners.py also emit a JSON sig-owners list. 2017-05-11 17:01:29 -07:00