kubernetes/test
Quan Tian c84a371f3d Fix a flaky e2e test of Job completion
The test was flaky because it required the job succeeds 3 times with
pseudorandom 50% failure chance within 15 minutes, while there is an
exponential back-off delay (10s, 20s, 40s …) capped at 6 minutes before
recreating failed pods. As 7 consecutive failures (1/128 chance) could
take 20+ minutes, exceeding the timeout, the test failed intermittently
because of "timed out waiting for the condition".

This PR forces the Pods of a Job to be scheduled to a single node and
uses a hostPath volume instead of an emptyDir to persist data across new
Pods.
2020-01-10 16:04:56 +08:00
..
cmd Isolate kubectl test-cmd plugin tests 2019-12-19 01:35:36 -05:00
conformance Revert "promote e2e tests for taint-tolerations in predicates" 2019-12-18 10:01:00 -05:00
e2e Fix a flaky e2e test of Job completion 2020-01-10 16:04:56 +08:00
e2e_kubeadm Adding KubeProxyConfigMap19 checking in test-e2e-kubeadm 2019-11-27 13:50:38 +08:00
e2e_node Merge pull request #83437 from matthyx/startupprobe-beta 2019-12-20 00:59:32 -08:00
fixtures test: fix liveness pod 2019-09-10 10:15:11 +02:00
fuzz Fix validation for metav1 fuzz targets. 2019-10-28 17:50:29 -04:00
images Build sample-apiserver image using kubernetes 1.17 / go 1.13 2019-12-16 11:06:11 -05:00
instrumentation Merge pull request #84378 from serathius/static-analysis-bazel-25 2019-11-07 04:34:56 -08:00
integration cleanup scheduler's in-tree plugins registry naming 2019-12-24 15:56:36 -05:00
kubemark Revert "Merge pull request #86376 from xieyanker/kubemark_deployment" 2019-12-19 23:11:31 -05:00
list
soak/serve_hostnames feat: move service_util to separated package 2019-07-19 08:32:39 +08:00
typecheck typecheck support setting tags, skipping test code, and ignoring directories 2019-12-04 22:30:23 -08:00
utils Update wardle e2e image 2019-12-16 11:06:11 -05:00
BUILD Added go-fuzz target for json serializer Encode/Decode. 2019-10-18 09:11:43 -07:00
OWNERS Merge pull request #86240 from draveness/patch-4 2019-12-14 03:25:36 -08:00