k3s/test/integration
Kubernetes Submit Queue 3956bba384
Merge pull request #67315 from mortent/FixFlakeDaemonsetTest
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix flakiness in daemonset TestLaunchWithHashCollisiion

**What this PR does / why we need it**: Addresses flakiness in test/integration/daemonset TestLaunchWithHashCollision. It makes sure the test waits for the pod to be added to the daemonset before updating the daemonset. The should avoid the race where the daemonset gets updated in between the calls to get and update in the test.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #67273 

**Special notes for your reviewer**:
@janetkuo 

**Release note**:

```release-note
NONE
```
2018-08-14 15:06:19 -07:00
..
apiserver dry-run: Create new options for Update/Create and pass it along 2018-07-12 07:18:37 -07:00
auth node authz/ad externalization 2018-08-09 10:57:30 +08:00
benchmark/jsonify
client replace framework.RunAMaster with kubeapiservertesting.StartTestServer 2018-07-28 10:33:39 +08:00
configmap Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
daemonset Merge pull request #67315 from mortent/FixFlakeDaemonsetTest 2018-08-14 15:06:19 -07:00
defaulttolerationseconds Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
deployment auto-generated file 2018-07-28 07:54:17 +08:00
etcd dry-run: Update DynamicClient to pass Create/Update options 2018-08-02 10:38:31 -07:00
evictions Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
examples Merge pull request #66932 from nilebox/discovery-include-unavailable 2018-08-08 07:00:14 -07:00
framework promote informers into master.Config 2018-08-08 09:35:45 +08:00
garbagecollector dry-run: Update DynamicClient to pass Create/Update options 2018-08-02 10:38:31 -07:00
ipamperf Merge pull request #64559 from AdamDang/patch-10 2018-07-16 17:00:06 -07:00
master Merge pull request #65891 from CaoShuFeng/audit_v1_stable 2018-08-08 02:17:24 -07:00
metrics Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
objectmeta Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
openshift Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
pods Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
quota Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
replicaset remove the unused verifyRemainingObjects function 2018-07-16 15:15:56 +08:00
replicationcontroller remove the unused verifyRemainingObjects function 2018-07-16 15:15:56 +08:00
scale Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
scheduler Merge pull request #66656 from wackxu/fixappversion 2018-08-11 23:25:33 -07:00
scheduler_perf Merge pull request #64936 from wgliang/master.scheduler_perf_test 2018-06-22 19:03:16 -07:00
secrets Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
serviceaccount Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
statefulset Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
storageclasses Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
tls
ttlcontroller Update ttlcontroller_test.go 2018-07-25 11:30:04 +08:00
util use apps/v1 version for scheduler 2018-07-26 17:37:29 +08:00
volume attachdetach controller: attach volumes immediately when Pod's PVCs are bound 2018-08-14 01:03:21 +08:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
benchmark-controller.json
doc.go
utils.go