kubernetes/test/integration
Kubernetes Submit Queue 33d29b5d6b Merge pull request #33235 from caesarxuchao/fix-TestCreateWithNonExistentOwner
Automatic merge from submit-queue

Fix TestCreateWithNonExistentOwner

Fix #30228
As https://github.com/kubernetes/kubernetes/issues/30228#issuecomment-248779567 described, the GC did delete the garbage, it's the test logic failed. 
The test used to rely on `gc.QueuesDrained()`, which could return before the GC finished processing. It seems to be the only possible reason of the test failure. Hence, this PR changed the test to poll for the deletion of garbage.
2016-09-28 07:33:45 -07:00
..
auth start creating controller SA roles. start with just one 2016-09-26 09:31:36 -04:00
client only store typeMeta and objectMeta in the gc store 2016-08-08 17:23:13 -07:00
configmap move integration tests into individual pacakges 2016-07-07 00:54:15 -07:00
discoverysummarizer etcd3 validation showed that several unit tests that depend on apiserver being fully 2016-08-18 14:12:24 -05:00
examples Allow secure access to apiserver from Admission Controllers 2016-09-20 10:42:21 -04:00
federation Adding namespaces/finalizer subresource to federation apiserver 2016-09-02 15:30:32 -07:00
framework change e2e scale to avoid adapter 2016-09-26 07:58:01 -04:00
garbagecollector fix TestCreateWithNonExistentOwner 2016-09-26 16:51:56 -07:00
kubectl Add a check in ConfirmUsable() to validate the contextName 2016-09-01 11:35:11 +10:00
master if item name is equal to kubernetes break the loop 2016-09-21 13:52:23 +08:00
metrics Fix make test-integration under OSX 2016-08-29 13:50:44 -04:00
objectmeta move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
openshift Cleanup non-rest apiserver handlers 2016-09-15 13:22:45 +02:00
persistentvolumes Refactor volume controller parameters into a structure 2016-09-26 14:15:25 +02:00
pods move integration tests into individual pacakges 2016-07-07 00:54:15 -07:00
quota move integration tests into individual pacakges 2016-07-07 00:54:15 -07:00
replicaset move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
replicationcontroller move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
scheduler modify extends.Filter 2016-08-04 14:03:32 +08:00
scheduler_perf component tests as integration-tests with short option. 2016-09-16 15:22:08 -04:00
secrets move integration tests into individual pacakges 2016-07-07 00:54:15 -07:00
serviceaccount Add mode permission bits to configmap, secrets and downwardAPI 2016-08-17 14:44:41 -04:00
storageclasses move StorageClass to its own group 2016-09-06 08:41:17 -04:00
benchmark-controller.json build/pause: write in C 2016-05-04 21:45:52 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
utils.go fix TestCreateWithNonExistentOwner 2016-09-26 16:51:56 -07:00