Updated test_owners.csv

This commit is contained in:
Maciej Szulik 2016-11-08 16:28:46 +01:00
parent a0758f6767
commit a4caa51056

View File

@ -38,6 +38,11 @@ Container Lifecycle Hook when create a pod with lifecycle hook when it is http h
Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image *,Random-Liu,0
Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits it should run with the expected status,luxas,1
Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits should report termination message if TerminationMessagePath is set,timothysc,1
CronJob should not emit unexpected warnings,soltysh,1
CronJob should not schedule jobs when suspended,soltysh,1
CronJob should not schedule new jobs when ForbidConcurrent,soltysh,1
CronJob should replace jobs when ReplaceConcurrent,soltysh,1
CronJob should schedule multiple jobs concurrently,soltysh,1
DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios,MrHohn,0
DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods when cluster size changed,MrHohn,0
DNS should provide DNS for ExternalName services,rmmh,1
@ -139,6 +144,9 @@ Federation API server authentication should not accept cluster resources when th
Federation API server authentication should not accept cluster resources when the client has no authentication credentials,nikhiljindal,1
Federation apiserver Admission control should not be able to create resources if namespace does not exist,alex-mohr,1
Federation apiserver Cluster objects should be created and deleted successfully,ghodss,1
Federation daemonsets DaemonSet objects should be created and deleted successfully,soltysh,1
Federation deployments Deployment objects should be created and deleted successfully,soltysh,1
Federation deployments Federated Deployment should create and update matching deployments in underling clusters,soltysh,1
Federation events Event objects should be created and deleted successfully,karlkfi,1
Federation namespace Namespace objects all resources in the namespace should be deleted when namespace is deleted,nikhiljindal,0
Federation namespace Namespace objects should be created and deleted successfully,xiang90,1
@ -155,7 +163,7 @@ Garbage collector should delete pods created by rc when not orphaning,justinsb,1
Garbage collector should orphan pods created by rc if delete options say so,fabioy,1
Garbage collector should orphan pods created by rc if deleteOptions.OrphanDependents is nil,zmerlynn,1
"Generated release_1_5 clientset should create pods, delete pods, watch pods",ghodss,1
"Generated release_1_5 clientset should create v2alpha1 scheduleJobs, delete scheduleJobs, watch scheduleJobs",caesarxuchao,0
"Generated release_1_5 clientset should create v2alpha1 cronJobs, delete cronJobs, watch cronJobs",soltysh,1
HA-master pods survive addition/removal,roberthbailey,1
Hazelcast should create and scale hazelcast,mikedanese,1
Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 1 pod to 3 pods and from 3 to 5,jszczepkowski,0
@ -168,25 +176,23 @@ Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Sho
HostPath should give a volume the correct mode,thockin,1
HostPath should support r/w,luxas,1
HostPath should support subPath,sttts,1
Image Container Conformance Test image conformance blackbox test when testing image that does not exist should ignore pull failures,jsafrane,1
Image Container Conformance Test image conformance blackbox test when testing images that exist It should present successfully,yujuhong,1
Image Container Conformance Test image conformance blackbox test when testing images that exist should list pulled images,maisem,1
ImageID should be set to the manifest digest (from RepoDigests) when available,hurf,1
InitContainer should invoke init containers on a RestartAlways pod,saad-ali,1
InitContainer should invoke init containers on a RestartNever pod,vulpecula,1
InitContainer should not start app containers and fail the pod if init containers fail on a RestartNever pod,maisem,0
InitContainer should not start app containers if init containers fail on a RestartAlways pod,maisem,0
Initial Resources should set initial resources based on historical data,piosz,0
Job should delete a job,soltysh,0
Job should fail a job,soltysh,0
Job should keep restarting failed pods,soltysh,0
Job should run a job to completion when tasks sometimes fail and are locally restarted,soltysh,0
Job should run a job to completion when tasks sometimes fail and are not locally restarted,soltysh,0
Job should run a job to completion when tasks succeed,soltysh,0
Job should scale a job down,soltysh,0
Job should scale a job up,soltysh,0
Job should delete a job,soltysh,1
Job should fail a job,soltysh,1
Job should keep restarting failed pods,soltysh,1
Job should run a job to completion when tasks sometimes fail and are locally restarted,soltysh,1
Job should run a job to completion when tasks sometimes fail and are not locally restarted,soltysh,1
Job should run a job to completion when tasks succeed,soltysh,1
Job should scale a job down,soltysh,1
Job should scale a job up,soltysh,1
Kibana Logging Instances Is Alive should check that the Kibana logging instance is alive,swagiaal,0
Kubectl alpha client Kubectl run ScheduledJob should create a ScheduledJob,kargakis,1
Kubectl alpha client Kubectl run CronJob should create a CronJob,soltysh,1
Kubectl alpha client Kubectl run ScheduledJob should create a ScheduledJob,soltysh,1
Kubectl client Guestbook application should create and stop a working application,pwittrock,0
Kubectl client Kubectl api-versions should check if v1 is in available api versions,pwittrock,0
Kubectl client Kubectl apply should apply a new configuration to an existing RC,pwittrock,0
@ -202,10 +208,10 @@ Kubectl client Kubectl logs should be able to retrieve and filter logs,jlowdermi
Kubectl client Kubectl patch should add annotations for pods in rc,janetkuo,0
Kubectl client Kubectl replace should update a single-container pod's image,karlkfi,1
Kubectl client Kubectl rolling-update should support rolling-update to same image,janetkuo,0
"Kubectl client Kubectl run --rm job should create a job from an image, then delete the job",soltysh,0
"Kubectl client Kubectl run --rm job should create a job from an image, then delete the job",soltysh,1
Kubectl client Kubectl run default should create an rc or deployment from an image,janetkuo,0
Kubectl client Kubectl run deployment should create a deployment from an image,janetkuo,0
Kubectl client Kubectl run job should create a job from an image when restart is OnFailure,soltysh,0
Kubectl client Kubectl run job should create a job from an image when restart is OnFailure,soltysh,1
Kubectl client Kubectl run pod should create a pod from an image when restart is Never,janetkuo,0
Kubectl client Kubectl run rc should create an rc from an image,janetkuo,0
Kubectl client Kubectl taint should remove all the taints with the same key off a node,erictune,1
@ -370,11 +376,6 @@ Restart Docker Daemon Network should recover from ip leak,bprashanth,0
Restart should restart all nodes and ensure all nodes and pods recover,andyzheng0831,1
RethinkDB should create and stop rethinkdb servers,mwielgus,1
SSH should SSH to all nodes and run commands,quinton-hoole,0
ScheduledJob should not emit unexpected warnings,soltysh,0
ScheduledJob should not schedule jobs when suspended,soltysh,0
ScheduledJob should not schedule new jobs when ForbidConcurrent,soltysh,0
ScheduledJob should replace jobs when ReplaceConcurrent,soltysh,0
ScheduledJob should schedule multiple jobs concurrently,soltysh,0
SchedulerPredicates validates MaxPods limit number of pods that are allowed to run,gmarek,0
SchedulerPredicates validates resource limits of pods that are allowed to run,gmarek,0
SchedulerPredicates validates that Inter-pod-Affinity is respected if not matching,hurf,1
@ -447,14 +448,14 @@ Upgrade cluster upgrade should maintain responsive services,mikedanese,1
Upgrade master upgrade should maintain responsive services,mikedanese,1
Upgrade node upgrade should maintain a functioning cluster,zmerlynn,1
Upgrade node upgrade should maintain responsive services,childsb,1
V1Job should delete a job,soltysh,0
V1Job should fail a job,soltysh,0
V1Job should keep restarting failed pods,soltysh,0
V1Job should run a job to completion when tasks sometimes fail and are locally restarted,soltysh,0
V1Job should run a job to completion when tasks sometimes fail and are not locally restarted,soltysh,0
V1Job should run a job to completion when tasks succeed,soltysh,0
V1Job should scale a job down,soltysh,0
V1Job should scale a job up,soltysh,0
V1Job should delete a job,soltysh,1
V1Job should fail a job,soltysh,1
V1Job should keep restarting failed pods,soltysh,1
V1Job should run a job to completion when tasks sometimes fail and are locally restarted,soltysh,1
V1Job should run a job to completion when tasks sometimes fail and are not locally restarted,soltysh,1
V1Job should run a job to completion when tasks succeed,soltysh,1
V1Job should scale a job down,soltysh,1
V1Job should scale a job up,soltysh,1
Variable Expansion should allow composing env vars into new env vars,ghodss,1
Variable Expansion should allow substituting values in a container's args,dchen1107,1
Variable Expansion should allow substituting values in a container's command,mml,1
@ -575,6 +576,7 @@ k8s.io/kubernetes/pkg/cloudprovider/providers/ovirt,girishkalele,1
k8s.io/kubernetes/pkg/cloudprovider/providers/rackspace,caesarxuchao,1
k8s.io/kubernetes/pkg/cloudprovider/providers/vsphere,apelisse,1
k8s.io/kubernetes/pkg/controller,mikedanese,1
k8s.io/kubernetes/pkg/controller/cronjob,soltysh,1
k8s.io/kubernetes/pkg/controller/daemon,Q-Lee,1
k8s.io/kubernetes/pkg/controller/deployment,asalkeld,0
k8s.io/kubernetes/pkg/controller/deployment/util,saad-ali,1
@ -582,7 +584,7 @@ k8s.io/kubernetes/pkg/controller/disruption,fabioy,1
k8s.io/kubernetes/pkg/controller/endpoint,mwielgus,1
k8s.io/kubernetes/pkg/controller/garbagecollector,rmmh,1
k8s.io/kubernetes/pkg/controller/garbagecollector/metaonly,cjcullen,1
k8s.io/kubernetes/pkg/controller/job,soltysh,0
k8s.io/kubernetes/pkg/controller/job,soltysh,1
k8s.io/kubernetes/pkg/controller/namespace,karlkfi,1
k8s.io/kubernetes/pkg/controller/node,gmarek,0
k8s.io/kubernetes/pkg/controller/petset,fgrzadkowski,1
@ -593,7 +595,6 @@ k8s.io/kubernetes/pkg/controller/replicaset,fgrzadkowski,0
k8s.io/kubernetes/pkg/controller/replication,fgrzadkowski,0
k8s.io/kubernetes/pkg/controller/resourcequota,ghodss,1
k8s.io/kubernetes/pkg/controller/route,gmarek,0
k8s.io/kubernetes/pkg/controller/cronjob,soltysh,1
k8s.io/kubernetes/pkg/controller/service,asalkeld,0
k8s.io/kubernetes/pkg/controller/serviceaccount,liggitt,0
k8s.io/kubernetes/pkg/controller/volume/attachdetach,luxas,1
@ -679,10 +680,10 @@ k8s.io/kubernetes/pkg/registry/apps/petset,kevin-wangzefeng,1
k8s.io/kubernetes/pkg/registry/apps/petset/etcd,piosz,1
k8s.io/kubernetes/pkg/registry/autoscaling/horizontalpodautoscaler,bgrant0607,1
k8s.io/kubernetes/pkg/registry/autoscaling/horizontalpodautoscaler/etcd,justinsb,1
k8s.io/kubernetes/pkg/registry/batch/job,kargakis,1
k8s.io/kubernetes/pkg/registry/batch/job/etcd,Q-Lee,1
k8s.io/kubernetes/pkg/registry/batch/cronjob,nikhiljindal,1
k8s.io/kubernetes/pkg/registry/batch/cronjob/etcd,mtaufen,1
k8s.io/kubernetes/pkg/registry/batch/cronjob,soltysh,1
k8s.io/kubernetes/pkg/registry/batch/cronjob/etcd,soltysh,1
k8s.io/kubernetes/pkg/registry/batch/job,soltysh,1
k8s.io/kubernetes/pkg/registry/batch/job/etcd,soltysh,1
k8s.io/kubernetes/pkg/registry/certificates/certificates,smarterclayton,1
k8s.io/kubernetes/pkg/registry/core/componentstatus,krousey,1
k8s.io/kubernetes/pkg/registry/core/configmap,janetkuo,1
@ -898,6 +899,7 @@ k8s.io/kubernetes/plugin/pkg/scheduler/schedulercache,fgrzadkowski,0
k8s.io/kubernetes/test/e2e,kevin-wangzefeng,1
k8s.io/kubernetes/test/e2e/chaosmonkey,pmorie,1
k8s.io/kubernetes/test/e2e_node,mml,1
k8s.io/kubernetes/test/e2e_node/system,Random-Liu,0
k8s.io/kubernetes/test/integration/auth,jbeda,1
k8s.io/kubernetes/test/integration/client,Q-Lee,1
k8s.io/kubernetes/test/integration/configmap,Q-Lee,1

1 name owner auto-assigned
38 Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image * Random-Liu 0
39 Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits it should run with the expected status luxas 1
40 Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits should report termination message if TerminationMessagePath is set timothysc 1
41 CronJob should not emit unexpected warnings soltysh 1
42 CronJob should not schedule jobs when suspended soltysh 1
43 CronJob should not schedule new jobs when ForbidConcurrent soltysh 1
44 CronJob should replace jobs when ReplaceConcurrent soltysh 1
45 CronJob should schedule multiple jobs concurrently soltysh 1
46 DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios MrHohn 0
47 DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods when cluster size changed MrHohn 0
48 DNS should provide DNS for ExternalName services rmmh 1
144 Federation API server authentication should not accept cluster resources when the client has no authentication credentials nikhiljindal 1
145 Federation apiserver Admission control should not be able to create resources if namespace does not exist alex-mohr 1
146 Federation apiserver Cluster objects should be created and deleted successfully ghodss 1
147 Federation daemonsets DaemonSet objects should be created and deleted successfully soltysh 1
148 Federation deployments Deployment objects should be created and deleted successfully soltysh 1
149 Federation deployments Federated Deployment should create and update matching deployments in underling clusters soltysh 1
150 Federation events Event objects should be created and deleted successfully karlkfi 1
151 Federation namespace Namespace objects all resources in the namespace should be deleted when namespace is deleted nikhiljindal 0
152 Federation namespace Namespace objects should be created and deleted successfully xiang90 1
163 Garbage collector should orphan pods created by rc if delete options say so fabioy 1
164 Garbage collector should orphan pods created by rc if deleteOptions.OrphanDependents is nil zmerlynn 1
165 Generated release_1_5 clientset should create pods, delete pods, watch pods ghodss 1
166 Generated release_1_5 clientset should create v2alpha1 scheduleJobs, delete scheduleJobs, watch scheduleJobs Generated release_1_5 clientset should create v2alpha1 cronJobs, delete cronJobs, watch cronJobs caesarxuchao soltysh 0 1
167 HA-master pods survive addition/removal roberthbailey 1
168 Hazelcast should create and scale hazelcast mikedanese 1
169 Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 1 pod to 3 pods and from 3 to 5 jszczepkowski 0
176 HostPath should give a volume the correct mode thockin 1
177 HostPath should support r/w luxas 1
178 HostPath should support subPath sttts 1
Image Container Conformance Test image conformance blackbox test when testing image that does not exist should ignore pull failures jsafrane 1
Image Container Conformance Test image conformance blackbox test when testing images that exist It should present successfully yujuhong 1
Image Container Conformance Test image conformance blackbox test when testing images that exist should list pulled images maisem 1
179 ImageID should be set to the manifest digest (from RepoDigests) when available hurf 1
180 InitContainer should invoke init containers on a RestartAlways pod saad-ali 1
181 InitContainer should invoke init containers on a RestartNever pod vulpecula 1
182 InitContainer should not start app containers and fail the pod if init containers fail on a RestartNever pod maisem 0
183 InitContainer should not start app containers if init containers fail on a RestartAlways pod maisem 0
184 Initial Resources should set initial resources based on historical data piosz 0
185 Job should delete a job soltysh 0 1
186 Job should fail a job soltysh 0 1
187 Job should keep restarting failed pods soltysh 0 1
188 Job should run a job to completion when tasks sometimes fail and are locally restarted soltysh 0 1
189 Job should run a job to completion when tasks sometimes fail and are not locally restarted soltysh 0 1
190 Job should run a job to completion when tasks succeed soltysh 0 1
191 Job should scale a job down soltysh 0 1
192 Job should scale a job up soltysh 0 1
193 Kibana Logging Instances Is Alive should check that the Kibana logging instance is alive swagiaal 0
194 Kubectl alpha client Kubectl run ScheduledJob should create a ScheduledJob Kubectl alpha client Kubectl run CronJob should create a CronJob kargakis soltysh 1
195 Kubectl alpha client Kubectl run ScheduledJob should create a ScheduledJob soltysh 1
196 Kubectl client Guestbook application should create and stop a working application pwittrock 0
197 Kubectl client Kubectl api-versions should check if v1 is in available api versions pwittrock 0
198 Kubectl client Kubectl apply should apply a new configuration to an existing RC pwittrock 0
208 Kubectl client Kubectl patch should add annotations for pods in rc janetkuo 0
209 Kubectl client Kubectl replace should update a single-container pod's image karlkfi 1
210 Kubectl client Kubectl rolling-update should support rolling-update to same image janetkuo 0
211 Kubectl client Kubectl run --rm job should create a job from an image, then delete the job soltysh 0 1
212 Kubectl client Kubectl run default should create an rc or deployment from an image janetkuo 0
213 Kubectl client Kubectl run deployment should create a deployment from an image janetkuo 0
214 Kubectl client Kubectl run job should create a job from an image when restart is OnFailure soltysh 0 1
215 Kubectl client Kubectl run pod should create a pod from an image when restart is Never janetkuo 0
216 Kubectl client Kubectl run rc should create an rc from an image janetkuo 0
217 Kubectl client Kubectl taint should remove all the taints with the same key off a node erictune 1
376 Restart should restart all nodes and ensure all nodes and pods recover andyzheng0831 1
377 RethinkDB should create and stop rethinkdb servers mwielgus 1
378 SSH should SSH to all nodes and run commands quinton-hoole 0
ScheduledJob should not emit unexpected warnings soltysh 0
ScheduledJob should not schedule jobs when suspended soltysh 0
ScheduledJob should not schedule new jobs when ForbidConcurrent soltysh 0
ScheduledJob should replace jobs when ReplaceConcurrent soltysh 0
ScheduledJob should schedule multiple jobs concurrently soltysh 0
379 SchedulerPredicates validates MaxPods limit number of pods that are allowed to run gmarek 0
380 SchedulerPredicates validates resource limits of pods that are allowed to run gmarek 0
381 SchedulerPredicates validates that Inter-pod-Affinity is respected if not matching hurf 1
448 Upgrade master upgrade should maintain responsive services mikedanese 1
449 Upgrade node upgrade should maintain a functioning cluster zmerlynn 1
450 Upgrade node upgrade should maintain responsive services childsb 1
451 V1Job should delete a job soltysh 0 1
452 V1Job should fail a job soltysh 0 1
453 V1Job should keep restarting failed pods soltysh 0 1
454 V1Job should run a job to completion when tasks sometimes fail and are locally restarted soltysh 0 1
455 V1Job should run a job to completion when tasks sometimes fail and are not locally restarted soltysh 0 1
456 V1Job should run a job to completion when tasks succeed soltysh 0 1
457 V1Job should scale a job down soltysh 0 1
458 V1Job should scale a job up soltysh 0 1
459 Variable Expansion should allow composing env vars into new env vars ghodss 1
460 Variable Expansion should allow substituting values in a container's args dchen1107 1
461 Variable Expansion should allow substituting values in a container's command mml 1
576 k8s.io/kubernetes/pkg/cloudprovider/providers/rackspace caesarxuchao 1
577 k8s.io/kubernetes/pkg/cloudprovider/providers/vsphere apelisse 1
578 k8s.io/kubernetes/pkg/controller mikedanese 1
579 k8s.io/kubernetes/pkg/controller/cronjob soltysh 1
580 k8s.io/kubernetes/pkg/controller/daemon Q-Lee 1
581 k8s.io/kubernetes/pkg/controller/deployment asalkeld 0
582 k8s.io/kubernetes/pkg/controller/deployment/util saad-ali 1
584 k8s.io/kubernetes/pkg/controller/endpoint mwielgus 1
585 k8s.io/kubernetes/pkg/controller/garbagecollector rmmh 1
586 k8s.io/kubernetes/pkg/controller/garbagecollector/metaonly cjcullen 1
587 k8s.io/kubernetes/pkg/controller/job soltysh 0 1
588 k8s.io/kubernetes/pkg/controller/namespace karlkfi 1
589 k8s.io/kubernetes/pkg/controller/node gmarek 0
590 k8s.io/kubernetes/pkg/controller/petset fgrzadkowski 1
595 k8s.io/kubernetes/pkg/controller/replication fgrzadkowski 0
596 k8s.io/kubernetes/pkg/controller/resourcequota ghodss 1
597 k8s.io/kubernetes/pkg/controller/route gmarek 0
k8s.io/kubernetes/pkg/controller/cronjob soltysh 1
598 k8s.io/kubernetes/pkg/controller/service asalkeld 0
599 k8s.io/kubernetes/pkg/controller/serviceaccount liggitt 0
600 k8s.io/kubernetes/pkg/controller/volume/attachdetach luxas 1
680 k8s.io/kubernetes/pkg/registry/apps/petset/etcd piosz 1
681 k8s.io/kubernetes/pkg/registry/autoscaling/horizontalpodautoscaler bgrant0607 1
682 k8s.io/kubernetes/pkg/registry/autoscaling/horizontalpodautoscaler/etcd justinsb 1
683 k8s.io/kubernetes/pkg/registry/batch/job k8s.io/kubernetes/pkg/registry/batch/cronjob kargakis soltysh 1
684 k8s.io/kubernetes/pkg/registry/batch/job/etcd k8s.io/kubernetes/pkg/registry/batch/cronjob/etcd Q-Lee soltysh 1
685 k8s.io/kubernetes/pkg/registry/batch/cronjob k8s.io/kubernetes/pkg/registry/batch/job nikhiljindal soltysh 1
686 k8s.io/kubernetes/pkg/registry/batch/cronjob/etcd k8s.io/kubernetes/pkg/registry/batch/job/etcd mtaufen soltysh 1
687 k8s.io/kubernetes/pkg/registry/certificates/certificates smarterclayton 1
688 k8s.io/kubernetes/pkg/registry/core/componentstatus krousey 1
689 k8s.io/kubernetes/pkg/registry/core/configmap janetkuo 1
899 k8s.io/kubernetes/test/e2e kevin-wangzefeng 1
900 k8s.io/kubernetes/test/e2e/chaosmonkey pmorie 1
901 k8s.io/kubernetes/test/e2e_node mml 1
902 k8s.io/kubernetes/test/e2e_node/system Random-Liu 0
903 k8s.io/kubernetes/test/integration/auth jbeda 1
904 k8s.io/kubernetes/test/integration/client Q-Lee 1
905 k8s.io/kubernetes/test/integration/configmap Q-Lee 1