Assign Probing Container tests to Random-Liu

pull/6/head
Erick Fejta 2016-08-09 17:19:08 -07:00
parent 5aaaaff07c
commit 17d91dd2ec
1 changed files with 38 additions and 10 deletions

View File

@ -1,7 +1,6 @@
name,owner,auto-assigned name,owner,auto-assigned
DEFAULT,rmmh/spxtr/ixdy/apelisse/fejta,0 DEFAULT,rmmh/spxtr/ixdy/apelisse/fejta,0
Addon update should propagate add-on file changes,eparis,1 Addon update should propagate add-on file changes,eparis,1
AfterSuite,rmmh,1
Autoscaling should scale cluster size based on cpu reservation,davidopp,1 Autoscaling should scale cluster size based on cpu reservation,davidopp,1
Autoscaling should scale cluster size based on cpu utilization,thockin,1 Autoscaling should scale cluster size based on cpu utilization,thockin,1
Autoscaling should scale cluster size based on memory reservation,hurf,1 Autoscaling should scale cluster size based on memory reservation,hurf,1
@ -53,6 +52,9 @@ Daemon set should run and stop simple daemon,mtaufen,1
DaemonRestart Controller Manager should not create/delete replicas across restart,vulpecula,1 DaemonRestart Controller Manager should not create/delete replicas across restart,vulpecula,1
DaemonRestart Kubelet should not restart containers across restart,madhusudancs,1 DaemonRestart Kubelet should not restart containers across restart,madhusudancs,1
DaemonRestart Scheduler should continue assigning pods to nodes across restart,lavalamp,1 DaemonRestart Scheduler should continue assigning pods to nodes across restart,lavalamp,1
Density create a batch of pods latency/resource should be within limit when create 10 pods with 0 interval,zmerlynn,1
Density create a sequence of pods latency/resource should be within limit when create 10 pods with 10 background pods,madhusudancs,1
Density should allow running maximum capacity pods on nodes,smarterclayton,1
Density should allow starting 100 pods per node,wojtek-t,0 Density should allow starting 100 pods per node,wojtek-t,0
Density should allow starting 3 pods per node,gmarek,0 Density should allow starting 3 pods per node,gmarek,0
Density should allow starting 30 pods per node,gmarek,0 Density should allow starting 30 pods per node,gmarek,0
@ -71,6 +73,7 @@ Deployment deployment should support rollback when there's replica set with no r
Deployment deployment should support rollover,pwittrock,0 Deployment deployment should support rollover,pwittrock,0
Deployment paused deployment should be able to scale,janetkuo,1 Deployment paused deployment should be able to scale,janetkuo,1
Deployment paused deployment should be ignored by the controller,kargakis,0 Deployment paused deployment should be ignored by the controller,kargakis,0
Deployment scaled rollout deployment should not block on annotation check,lavalamp,1
Deployment scaled rollout should not block on annotation check,pmorie,1 Deployment scaled rollout should not block on annotation check,pmorie,1
Docker Containers should be able to override the image's default arguments (docker cmd),maisem,0 Docker Containers should be able to override the image's default arguments (docker cmd),maisem,0
Docker Containers should be able to override the image's default command and arguments,maisem,0 Docker Containers should be able to override the image's default command and arguments,maisem,0
@ -133,10 +136,13 @@ Federated Services DNS should be able to discover a federated service,derekwayne
Federated Services Service creation should create matching services in underlying clusters,jbeda,1 Federated Services Service creation should create matching services in underlying clusters,jbeda,1
Federated Services Service creation should succeed,rmmh,1 Federated Services Service creation should succeed,rmmh,1
Federation apiserver Cluster objects should be created and deleted successfully,ghodss,1 Federation apiserver Cluster objects should be created and deleted successfully,ghodss,1
Federation secrets Secret objects should be created and deleted successfully,pmorie,1
GCE L7 LoadBalancer Controller should create GCE L7 loadbalancers and verify Ingress,bprashanth,0 GCE L7 LoadBalancer Controller should create GCE L7 loadbalancers and verify Ingress,bprashanth,0
GKE local SSD should write and read from node local SSD,fabioy,0 GKE local SSD should write and read from node local SSD,fabioy,0
GKE node pools should create a cluster with multiple node pools,kargakis,1 GKE node pools should create a cluster with multiple node pools,kargakis,1
Garbage collector should delete pods created by rc when not orphaning,justinsb,1
Garbage collector should handle the creation of 1000 pods,xiang90,1 Garbage collector should handle the creation of 1000 pods,xiang90,1
Garbage collector should orphan pods created by rc,kargakis,1
"Generated release_1_2 clientset should create pods, delete pods, watch pods",ncdc,1 "Generated release_1_2 clientset should create pods, delete pods, watch pods",ncdc,1
"Generated release_1_3 clientset should create pods, delete pods, watch pods",krousey,1 "Generated release_1_3 clientset should create pods, delete pods, watch pods",krousey,1
Hazelcast should create and scale hazelcast,mikedanese,1 Hazelcast should create and scale hazelcast,mikedanese,1
@ -155,9 +161,16 @@ Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Sho
Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 2 pods to 1 pod using HPA version v1,jszczepkowski,0 Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 2 pods to 1 pod using HPA version v1,jszczepkowski,0
Horizontal pod autoscaling should scale from 1 pod to 3 pods and from 3 to 5 (scale resource: CPU),jszczepkowski,0 Horizontal pod autoscaling should scale from 1 pod to 3 pods and from 3 to 5 (scale resource: CPU),jszczepkowski,0
Horizontal pod autoscaling should scale from 5 pods to 3 pods and from 3 to 1 (scale resource: CPU),jszczepkowski,0 Horizontal pod autoscaling should scale from 5 pods to 3 pods and from 3 to 1 (scale resource: CPU),jszczepkowski,0
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 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 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 Image Container Conformance Test image conformance blackbox test when testing images that exist should list pulled images,maisem,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,timothysc,1
InitContainer should not start app containers if init containers fail on a RestartAlways pod,davidopp,1
Initial Resources should set initial resources based on historical data,piosz,0 Initial Resources should set initial resources based on historical data,piosz,0
Job should delete a job,soltysh,0 Job should delete a job,soltysh,0
Job should fail a job,soltysh,0 Job should fail a job,soltysh,0
@ -207,6 +220,7 @@ Kubectl client Update Demo should scale a replication controller,sttts,0
Kubelet Cgroup Manager QOS containers On enabling QOS cgroup hierarchy Top level QoS containers should have been created,davidopp,1 Kubelet Cgroup Manager QOS containers On enabling QOS cgroup hierarchy Top level QoS containers should have been created,davidopp,1
Kubelet Container Manager oom score adjusting when scheduling a busybox command that always fails in a pod should be possible to delete,jbeda,1 Kubelet Container Manager oom score adjusting when scheduling a busybox command that always fails in a pod should be possible to delete,jbeda,1
Kubelet Container Manager oom score adjusting when scheduling a busybox command that always fails in a pod should have an error terminated reason,vulpecula,1 Kubelet Container Manager oom score adjusting when scheduling a busybox command that always fails in a pod should have an error terminated reason,vulpecula,1
Kubelet Eviction Manager hard eviction test pod using the most disk space gets evicted when the node disk usage is above the eviction hard threshold should evict the pod using the most disk space,karlkfi,1
Kubelet experimental resource usage tracking for 100 pods per node over 20m0s,yujuhong,0 Kubelet experimental resource usage tracking for 100 pods per node over 20m0s,yujuhong,0
Kubelet experimental resource usage tracking over 30m0s with 50 pods per node.,yujuhong,0 Kubelet experimental resource usage tracking over 30m0s with 50 pods per node.,yujuhong,0
Kubelet experimental resource usage tracking resource tracking for 100 pods per node,ghodss,0 Kubelet experimental resource usage tracking resource tracking for 100 pods per node,ghodss,0
@ -265,7 +279,9 @@ Nodes Network when a node becomes unreachable recreates pods scheduled on the un
Nodes Resize should be able to add nodes,piosz,1 Nodes Resize should be able to add nodes,piosz,1
Nodes Resize should be able to delete nodes,zmerlynn,1 Nodes Resize should be able to delete nodes,zmerlynn,1
"PersistentVolumes NFS volume can be created, bound, retrieved, unbound, and used by a pod",jsafrane,0 "PersistentVolumes NFS volume can be created, bound, retrieved, unbound, and used by a pod",jsafrane,0
"PersistentVolumes should create a PersistentVolume, Claim, and Pod that will test write access of the volume",maisem,1
"PersistentVolumes should create a PersistentVolume, Claim, and a client Pod that will test the read/write access of the volume",ixdy,1 "PersistentVolumes should create a PersistentVolume, Claim, and a client Pod that will test the read/write access of the volume",ixdy,1
"PersistentVolumes should create a pre-bound PersistentVolume, Claim, and Pod that will test write access of the volume",Random-Liu,1
Pet Store should scale to persist a nominal number ( 50 ) of transactions in 1m0s seconds,timstclair,1 Pet Store should scale to persist a nominal number ( 50 ) of transactions in 1m0s seconds,timstclair,1
PetSet Basic PetSet functionality should handle healthy pet restarts during scale,kevin-wangzefeng,1 PetSet Basic PetSet functionality should handle healthy pet restarts during scale,kevin-wangzefeng,1
PetSet Basic PetSet functionality should provide basic identity,girishkalele,1 PetSet Basic PetSet functionality should provide basic identity,girishkalele,1
@ -280,6 +296,7 @@ PetSet Deploy clustered applications should creating a working zookeeper cluster
"Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully.",kargakis,1 "Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully.",kargakis,1
"Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both.",saad-ali,0 "Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both.",saad-ali,0
"Pod Disks should schedule a pod w/two RW PDs both mounted to one container, write to PD, verify contents, delete pod, recreate pod, verify contents, and repeat in rapid succession",saad-ali,0 "Pod Disks should schedule a pod w/two RW PDs both mounted to one container, write to PD, verify contents, delete pod, recreate pod, verify contents, and repeat in rapid succession",saad-ali,0
Pod garbage collector should handle the creation of 1000 pods,wojtek-t,1
Pods should *not* be restarted with a /healthz http liveness probe,cjcullen,1 Pods should *not* be restarted with a /healthz http liveness probe,cjcullen,1
"Pods should *not* be restarted with a docker exec ""cat /tmp/health"" liveness probe",vishh,0 "Pods should *not* be restarted with a docker exec ""cat /tmp/health"" liveness probe",vishh,0
Pods should allow activeDeadlineSeconds to be updated,derekwaynecarr,0 Pods should allow activeDeadlineSeconds to be updated,derekwaynecarr,0
@ -291,7 +308,7 @@ Pods should be updated,derekwaynecarr,1
Pods should cap back-off at MaxContainerBackOff,maisem,1 Pods should cap back-off at MaxContainerBackOff,maisem,1
Pods should contain environment variables for services,jlowdermilk,1 Pods should contain environment variables for services,jlowdermilk,1
Pods should get a host IP,xiang90,1 Pods should get a host IP,xiang90,1
Pods should have monotonically increasing restart count,Random-Liu,1 Pods should have monotonically increasing restart count,apelisse,1
Pods should have their auto-restart back-off timer reset on image update,mikedanese,1 Pods should have their auto-restart back-off timer reset on image update,mikedanese,1
Pods should invoke init containers on a RestartAlways pod,cjcullen,1 Pods should invoke init containers on a RestartAlways pod,cjcullen,1
Pods should invoke init containers on a RestartNever pod,justinsb,1 Pods should invoke init containers on a RestartNever pod,justinsb,1
@ -304,14 +321,19 @@ Pods should support retrieving logs from the container over websockets,vishh,0
"Port forwarding With a server that expects no client request should support a client that connects, sends no data, and disconnects",sttts,0 "Port forwarding With a server that expects no client request should support a client that connects, sends no data, and disconnects",sttts,0
PreStop should call prestop when killing a pod,ncdc,1 PreStop should call prestop when killing a pod,ncdc,1
PrivilegedPod should test privileged pod,vishh,0 PrivilegedPod should test privileged pod,vishh,0
Probing container with readiness probe should not be ready before initial delay and never restart,smarterclayton,1 Probing container should *not* be restarted with a /healthz http liveness probe,Random-Liu,0
Probing container with readiness probe that fails should never be ready and never restart,mtaufen,1 "Probing container should *not* be restarted with a exec ""cat /tmp/health"" liveness probe",Random-Liu,0
Probing container should be restarted with a /healthz http liveness probe,Random-Liu,0
"Probing container should be restarted with a exec ""cat /tmp/health"" liveness probe",Random-Liu,0
Probing container should have monotonically increasing restart count,Random-Liu,0
Probing container with readiness probe should not be ready before initial delay and never restart,Random-Liu,0
Probing container with readiness probe that fails should never be ready and never restart,Random-Liu,0
Proxy version v1 should proxy logs on node,girishkalele,1 Proxy version v1 should proxy logs on node,girishkalele,1
Proxy version v1 should proxy logs on node using proxy subresource,karlkfi,1 Proxy version v1 should proxy logs on node using proxy subresource,karlkfi,1
Proxy version v1 should proxy logs on node with explicit kubelet port,mwielgus,1 Proxy version v1 should proxy logs on node with explicit kubelet port,mwielgus,1
Proxy version v1 should proxy logs on node with explicit kubelet port using proxy subresource,bgrant0607,1 Proxy version v1 should proxy logs on node with explicit kubelet port using proxy subresource,bgrant0607,1
Proxy version v1 should proxy through a service and a pod,mml,1 Proxy version v1 should proxy through a service and a pod,mml,1
Proxy version v1 should proxy to cadvisor,Random-Liu,1 Proxy version v1 should proxy to cadvisor,rmmh,1
Proxy version v1 should proxy to cadvisor using proxy subresource,deads2k,1 Proxy version v1 should proxy to cadvisor using proxy subresource,deads2k,1
Reboot each node by dropping all inbound packets for a while and ensure they function afterwards,quinton-hoole,0 Reboot each node by dropping all inbound packets for a while and ensure they function afterwards,quinton-hoole,0
Reboot each node by dropping all outbound packets for a while and ensure they function afterwards,quinton-hoole,0 Reboot each node by dropping all outbound packets for a while and ensure they function afterwards,quinton-hoole,0
@ -325,6 +347,7 @@ ReplicaSet should serve a basic image on each replica with a public image,krouse
ReplicationController should serve a basic image on each replica with a private image,jbeda,1 ReplicationController should serve a basic image on each replica with a private image,jbeda,1
ReplicationController should serve a basic image on each replica with a public image,krousey,1 ReplicationController should serve a basic image on each replica with a public image,krousey,1
Resource usage of system containers should not exceed expected amount.,ncdc,1 Resource usage of system containers should not exceed expected amount.,ncdc,1
Resource-usage regular resource usage tracking resource tracking for 10 pods per node,janetkuo,1
ResourceQuota should create a ResourceQuota and capture the life of a configMap.,timstclair,1 ResourceQuota should create a ResourceQuota and capture the life of a configMap.,timstclair,1
ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim.,bgrant0607,1 ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim.,bgrant0607,1
ResourceQuota should create a ResourceQuota and capture the life of a pod.,pmorie,1 ResourceQuota should create a ResourceQuota and capture the life of a pod.,pmorie,1
@ -441,7 +464,7 @@ k8s.io/kubernetes/cmd/kube-apiserver/app/options,nikhiljindal,0
k8s.io/kubernetes/cmd/kube-proxy/app,luxas,1 k8s.io/kubernetes/cmd/kube-proxy/app,luxas,1
k8s.io/kubernetes/cmd/kubelet/app,hurf,1 k8s.io/kubernetes/cmd/kubelet/app,hurf,1
k8s.io/kubernetes/cmd/kubernetes-discovery/discoverysummarizer,thockin,1 k8s.io/kubernetes/cmd/kubernetes-discovery/discoverysummarizer,thockin,1
k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset,Random-Liu,1 k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset,bgrant0607,1
k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned,eparis,1 k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned,eparis,1
k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/testgroup/unversioned,wojtek-t,1 k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/testgroup/unversioned,wojtek-t,1
k8s.io/kubernetes/cmd/libs/go2idl/deepcopy-gen/generators,mwielgus,1 k8s.io/kubernetes/cmd/libs/go2idl/deepcopy-gen/generators,mwielgus,1
@ -507,14 +530,14 @@ k8s.io/kubernetes/pkg/apimachinery/registered,jlowdermilk,1
k8s.io/kubernetes/pkg/apis/abac/v0,liggitt,0 k8s.io/kubernetes/pkg/apis/abac/v0,liggitt,0
k8s.io/kubernetes/pkg/apis/apps/validation,derekwaynecarr,1 k8s.io/kubernetes/pkg/apis/apps/validation,derekwaynecarr,1
k8s.io/kubernetes/pkg/apis/authorization/validation,erictune,0 k8s.io/kubernetes/pkg/apis/authorization/validation,erictune,0
k8s.io/kubernetes/pkg/apis/autoscaling/validation,Random-Liu,1 k8s.io/kubernetes/pkg/apis/autoscaling/validation,mtaufen,1
k8s.io/kubernetes/pkg/apis/batch/validation,erictune,0 k8s.io/kubernetes/pkg/apis/batch/validation,erictune,0
k8s.io/kubernetes/pkg/apis/certificates/install,zmerlynn,1 k8s.io/kubernetes/pkg/apis/certificates/install,zmerlynn,1
k8s.io/kubernetes/pkg/apis/componentconfig,jbeda,1 k8s.io/kubernetes/pkg/apis/componentconfig,jbeda,1
k8s.io/kubernetes/pkg/apis/componentconfig/install,pmorie,1 k8s.io/kubernetes/pkg/apis/componentconfig/install,pmorie,1
k8s.io/kubernetes/pkg/apis/extensions/install,thockin,1 k8s.io/kubernetes/pkg/apis/extensions/install,thockin,1
k8s.io/kubernetes/pkg/apis/extensions/v1beta1,madhusudancs,1 k8s.io/kubernetes/pkg/apis/extensions/v1beta1,madhusudancs,1
k8s.io/kubernetes/pkg/apis/extensions/validation,Random-Liu,1 k8s.io/kubernetes/pkg/apis/extensions/validation,nikhiljindal,1
k8s.io/kubernetes/pkg/apis/policy/validation,deads2k,1 k8s.io/kubernetes/pkg/apis/policy/validation,deads2k,1
k8s.io/kubernetes/pkg/apis/rbac/install,ixdy,1 k8s.io/kubernetes/pkg/apis/rbac/install,ixdy,1
k8s.io/kubernetes/pkg/apis/rbac/validation,erictune,0 k8s.io/kubernetes/pkg/apis/rbac/validation,erictune,0
@ -551,9 +574,10 @@ k8s.io/kubernetes/pkg/controller,mikedanese,1
k8s.io/kubernetes/pkg/controller/daemon,Q-Lee,1 k8s.io/kubernetes/pkg/controller/daemon,Q-Lee,1
k8s.io/kubernetes/pkg/controller/deployment,asalkeld,0 k8s.io/kubernetes/pkg/controller/deployment,asalkeld,0
k8s.io/kubernetes/pkg/controller/deployment/util,saad-ali,1 k8s.io/kubernetes/pkg/controller/deployment/util,saad-ali,1
k8s.io/kubernetes/pkg/controller/endpoint,Random-Liu,1 k8s.io/kubernetes/pkg/controller/endpoint,mwielgus,1
k8s.io/kubernetes/pkg/controller/framework,smarterclayton,1 k8s.io/kubernetes/pkg/controller/framework,smarterclayton,1
k8s.io/kubernetes/pkg/controller/garbagecollector,rmmh,1 k8s.io/kubernetes/pkg/controller/garbagecollector,rmmh,1
k8s.io/kubernetes/pkg/controller/garbagecollector/metaonly,cjcullen,1
k8s.io/kubernetes/pkg/controller/gc,jdef,1 k8s.io/kubernetes/pkg/controller/gc,jdef,1
k8s.io/kubernetes/pkg/controller/job,soltysh,0 k8s.io/kubernetes/pkg/controller/job,soltysh,0
k8s.io/kubernetes/pkg/controller/namespace,karlkfi,1 k8s.io/kubernetes/pkg/controller/namespace,karlkfi,1
@ -567,6 +591,7 @@ k8s.io/kubernetes/pkg/controller/replicaset,fgrzadkowski,0
k8s.io/kubernetes/pkg/controller/replication,fgrzadkowski,0 k8s.io/kubernetes/pkg/controller/replication,fgrzadkowski,0
k8s.io/kubernetes/pkg/controller/resourcequota,ghodss,1 k8s.io/kubernetes/pkg/controller/resourcequota,ghodss,1
k8s.io/kubernetes/pkg/controller/route,gmarek,0 k8s.io/kubernetes/pkg/controller/route,gmarek,0
k8s.io/kubernetes/pkg/controller/scheduledjob,andyzheng0831,1
k8s.io/kubernetes/pkg/controller/service,asalkeld,0 k8s.io/kubernetes/pkg/controller/service,asalkeld,0
k8s.io/kubernetes/pkg/controller/serviceaccount,liggitt,0 k8s.io/kubernetes/pkg/controller/serviceaccount,liggitt,0
k8s.io/kubernetes/pkg/controller/volume/attachdetach,luxas,1 k8s.io/kubernetes/pkg/controller/volume/attachdetach,luxas,1
@ -601,6 +626,7 @@ k8s.io/kubernetes/pkg/kubelet/dockertools,deads2k,1
k8s.io/kubernetes/pkg/kubelet/envvars,karlkfi,1 k8s.io/kubernetes/pkg/kubelet/envvars,karlkfi,1
k8s.io/kubernetes/pkg/kubelet/eviction,childsb,1 k8s.io/kubernetes/pkg/kubelet/eviction,childsb,1
k8s.io/kubernetes/pkg/kubelet/images,caesarxuchao,1 k8s.io/kubernetes/pkg/kubelet/images,caesarxuchao,1
k8s.io/kubernetes/pkg/kubelet/kuberuntime,yifan-gu,1
k8s.io/kubernetes/pkg/kubelet/lifecycle,yujuhong,1 k8s.io/kubernetes/pkg/kubelet/lifecycle,yujuhong,1
k8s.io/kubernetes/pkg/kubelet/network,freehan,0 k8s.io/kubernetes/pkg/kubelet/network,freehan,0
k8s.io/kubernetes/pkg/kubelet/network/cni,freehan,0 k8s.io/kubernetes/pkg/kubelet/network/cni,freehan,0
@ -710,6 +736,7 @@ k8s.io/kubernetes/pkg/runtime/serializer,wojtek-t,0
k8s.io/kubernetes/pkg/runtime/serializer/json,wojtek-t,0 k8s.io/kubernetes/pkg/runtime/serializer/json,wojtek-t,0
k8s.io/kubernetes/pkg/runtime/serializer/protobuf,wojtek-t,0 k8s.io/kubernetes/pkg/runtime/serializer/protobuf,wojtek-t,0
k8s.io/kubernetes/pkg/runtime/serializer/recognizer,wojtek-t,0 k8s.io/kubernetes/pkg/runtime/serializer/recognizer,wojtek-t,0
k8s.io/kubernetes/pkg/runtime/serializer/recognizer/testing,piosz,1
k8s.io/kubernetes/pkg/runtime/serializer/streaming,wojtek-t,0 k8s.io/kubernetes/pkg/runtime/serializer/streaming,wojtek-t,0
k8s.io/kubernetes/pkg/runtime/serializer/versioning,wojtek-t,0 k8s.io/kubernetes/pkg/runtime/serializer/versioning,wojtek-t,0
k8s.io/kubernetes/pkg/security/podsecuritypolicy,erictune,0 k8s.io/kubernetes/pkg/security/podsecuritypolicy,erictune,0
@ -726,6 +753,7 @@ k8s.io/kubernetes/pkg/storage/etcd,eparis,1
k8s.io/kubernetes/pkg/storage/etcd/util,xiang90,0 k8s.io/kubernetes/pkg/storage/etcd/util,xiang90,0
k8s.io/kubernetes/pkg/storage/etcd3,xiang90,0 k8s.io/kubernetes/pkg/storage/etcd3,xiang90,0
k8s.io/kubernetes/pkg/util,jbeda,1 k8s.io/kubernetes/pkg/util,jbeda,1
k8s.io/kubernetes/pkg/util/async,spxtr,1
k8s.io/kubernetes/pkg/util/atomic,kargakis,1 k8s.io/kubernetes/pkg/util/atomic,kargakis,1
k8s.io/kubernetes/pkg/util/bandwidth,thockin,1 k8s.io/kubernetes/pkg/util/bandwidth,thockin,1
k8s.io/kubernetes/pkg/util/cache,thockin,1 k8s.io/kubernetes/pkg/util/cache,thockin,1
@ -767,7 +795,7 @@ k8s.io/kubernetes/pkg/util/slice,quinton-hoole,0
k8s.io/kubernetes/pkg/util/strategicpatch,brendandburns,1 k8s.io/kubernetes/pkg/util/strategicpatch,brendandburns,1
k8s.io/kubernetes/pkg/util/strings,quinton-hoole,0 k8s.io/kubernetes/pkg/util/strings,quinton-hoole,0
k8s.io/kubernetes/pkg/util/testing,jlowdermilk,1 k8s.io/kubernetes/pkg/util/testing,jlowdermilk,1
k8s.io/kubernetes/pkg/util/threading,Random-Liu,1 k8s.io/kubernetes/pkg/util/threading,roberthbailey,1
k8s.io/kubernetes/pkg/util/validation,Q-Lee,1 k8s.io/kubernetes/pkg/util/validation,Q-Lee,1
k8s.io/kubernetes/pkg/util/validation/field,timstclair,1 k8s.io/kubernetes/pkg/util/validation/field,timstclair,1
k8s.io/kubernetes/pkg/util/wait,Q-Lee,1 k8s.io/kubernetes/pkg/util/wait,Q-Lee,1

1 name owner auto-assigned
2 DEFAULT rmmh/spxtr/ixdy/apelisse/fejta 0
3 Addon update should propagate add-on file changes eparis 1
AfterSuite rmmh 1
4 Autoscaling should scale cluster size based on cpu reservation davidopp 1
5 Autoscaling should scale cluster size based on cpu utilization thockin 1
6 Autoscaling should scale cluster size based on memory reservation hurf 1
52 DaemonRestart Controller Manager should not create/delete replicas across restart vulpecula 1
53 DaemonRestart Kubelet should not restart containers across restart madhusudancs 1
54 DaemonRestart Scheduler should continue assigning pods to nodes across restart lavalamp 1
55 Density create a batch of pods latency/resource should be within limit when create 10 pods with 0 interval zmerlynn 1
56 Density create a sequence of pods latency/resource should be within limit when create 10 pods with 10 background pods madhusudancs 1
57 Density should allow running maximum capacity pods on nodes smarterclayton 1
58 Density should allow starting 100 pods per node wojtek-t 0
59 Density should allow starting 3 pods per node gmarek 0
60 Density should allow starting 30 pods per node gmarek 0
73 Deployment deployment should support rollover pwittrock 0
74 Deployment paused deployment should be able to scale janetkuo 1
75 Deployment paused deployment should be ignored by the controller kargakis 0
76 Deployment scaled rollout deployment should not block on annotation check lavalamp 1
77 Deployment scaled rollout should not block on annotation check pmorie 1
78 Docker Containers should be able to override the image's default arguments (docker cmd) maisem 0
79 Docker Containers should be able to override the image's default command and arguments maisem 0
136 Federated Services Service creation should create matching services in underlying clusters jbeda 1
137 Federated Services Service creation should succeed rmmh 1
138 Federation apiserver Cluster objects should be created and deleted successfully ghodss 1
139 Federation secrets Secret objects should be created and deleted successfully pmorie 1
140 GCE L7 LoadBalancer Controller should create GCE L7 loadbalancers and verify Ingress bprashanth 0
141 GKE local SSD should write and read from node local SSD fabioy 0
142 GKE node pools should create a cluster with multiple node pools kargakis 1
143 Garbage collector should delete pods created by rc when not orphaning justinsb 1
144 Garbage collector should handle the creation of 1000 pods xiang90 1
145 Garbage collector should orphan pods created by rc kargakis 1
146 Generated release_1_2 clientset should create pods, delete pods, watch pods ncdc 1
147 Generated release_1_3 clientset should create pods, delete pods, watch pods krousey 1
148 Hazelcast should create and scale hazelcast mikedanese 1
161 Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 2 pods to 1 pod using HPA version v1 jszczepkowski 0
162 Horizontal pod autoscaling should scale from 1 pod to 3 pods and from 3 to 5 (scale resource: CPU) jszczepkowski 0
163 Horizontal pod autoscaling should scale from 5 pods to 3 pods and from 3 to 1 (scale resource: CPU) jszczepkowski 0
164 HostPath should give a volume the correct mode thockin 1
165 HostPath should support r/w luxas 1
166 HostPath should support subPath sttts 1
167 Image Container Conformance Test image conformance blackbox test when testing image that does not exist should ignore pull failures jsafrane 1
168 Image Container Conformance Test image conformance blackbox test when testing images that exist It should present successfully yujuhong 1
169 Image Container Conformance Test image conformance blackbox test when testing images that exist should list pulled images maisem 1
170 InitContainer should invoke init containers on a RestartAlways pod saad-ali 1
171 InitContainer should invoke init containers on a RestartNever pod vulpecula 1
172 InitContainer should not start app containers and fail the pod if init containers fail on a RestartNever pod timothysc 1
173 InitContainer should not start app containers if init containers fail on a RestartAlways pod davidopp 1
174 Initial Resources should set initial resources based on historical data piosz 0
175 Job should delete a job soltysh 0
176 Job should fail a job soltysh 0
220 Kubelet Cgroup Manager QOS containers On enabling QOS cgroup hierarchy Top level QoS containers should have been created davidopp 1
221 Kubelet Container Manager oom score adjusting when scheduling a busybox command that always fails in a pod should be possible to delete jbeda 1
222 Kubelet Container Manager oom score adjusting when scheduling a busybox command that always fails in a pod should have an error terminated reason vulpecula 1
223 Kubelet Eviction Manager hard eviction test pod using the most disk space gets evicted when the node disk usage is above the eviction hard threshold should evict the pod using the most disk space karlkfi 1
224 Kubelet experimental resource usage tracking for 100 pods per node over 20m0s yujuhong 0
225 Kubelet experimental resource usage tracking over 30m0s with 50 pods per node. yujuhong 0
226 Kubelet experimental resource usage tracking resource tracking for 100 pods per node ghodss 0
279 Nodes Resize should be able to add nodes piosz 1
280 Nodes Resize should be able to delete nodes zmerlynn 1
281 PersistentVolumes NFS volume can be created, bound, retrieved, unbound, and used by a pod jsafrane 0
282 PersistentVolumes should create a PersistentVolume, Claim, and Pod that will test write access of the volume maisem 1
283 PersistentVolumes should create a PersistentVolume, Claim, and a client Pod that will test the read/write access of the volume ixdy 1
284 PersistentVolumes should create a pre-bound PersistentVolume, Claim, and Pod that will test write access of the volume Random-Liu 1
285 Pet Store should scale to persist a nominal number ( 50 ) of transactions in 1m0s seconds timstclair 1
286 PetSet Basic PetSet functionality should handle healthy pet restarts during scale kevin-wangzefeng 1
287 PetSet Basic PetSet functionality should provide basic identity girishkalele 1
296 Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully. kargakis 1
297 Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both. saad-ali 0
298 Pod Disks should schedule a pod w/two RW PDs both mounted to one container, write to PD, verify contents, delete pod, recreate pod, verify contents, and repeat in rapid succession saad-ali 0
299 Pod garbage collector should handle the creation of 1000 pods wojtek-t 1
300 Pods should *not* be restarted with a /healthz http liveness probe cjcullen 1
301 Pods should *not* be restarted with a docker exec "cat /tmp/health" liveness probe vishh 0
302 Pods should allow activeDeadlineSeconds to be updated derekwaynecarr 0
308 Pods should cap back-off at MaxContainerBackOff maisem 1
309 Pods should contain environment variables for services jlowdermilk 1
310 Pods should get a host IP xiang90 1
311 Pods should have monotonically increasing restart count Random-Liu apelisse 1
312 Pods should have their auto-restart back-off timer reset on image update mikedanese 1
313 Pods should invoke init containers on a RestartAlways pod cjcullen 1
314 Pods should invoke init containers on a RestartNever pod justinsb 1
321 Port forwarding With a server that expects no client request should support a client that connects, sends no data, and disconnects sttts 0
322 PreStop should call prestop when killing a pod ncdc 1
323 PrivilegedPod should test privileged pod vishh 0
324 Probing container with readiness probe should not be ready before initial delay and never restart Probing container should *not* be restarted with a /healthz http liveness probe smarterclayton Random-Liu 1 0
325 Probing container with readiness probe that fails should never be ready and never restart Probing container should *not* be restarted with a exec "cat /tmp/health" liveness probe mtaufen Random-Liu 1 0
326 Probing container should be restarted with a /healthz http liveness probe Random-Liu 0
327 Probing container should be restarted with a exec "cat /tmp/health" liveness probe Random-Liu 0
328 Probing container should have monotonically increasing restart count Random-Liu 0
329 Probing container with readiness probe should not be ready before initial delay and never restart Random-Liu 0
330 Probing container with readiness probe that fails should never be ready and never restart Random-Liu 0
331 Proxy version v1 should proxy logs on node girishkalele 1
332 Proxy version v1 should proxy logs on node using proxy subresource karlkfi 1
333 Proxy version v1 should proxy logs on node with explicit kubelet port mwielgus 1
334 Proxy version v1 should proxy logs on node with explicit kubelet port using proxy subresource bgrant0607 1
335 Proxy version v1 should proxy through a service and a pod mml 1
336 Proxy version v1 should proxy to cadvisor Random-Liu rmmh 1
337 Proxy version v1 should proxy to cadvisor using proxy subresource deads2k 1
338 Reboot each node by dropping all inbound packets for a while and ensure they function afterwards quinton-hoole 0
339 Reboot each node by dropping all outbound packets for a while and ensure they function afterwards quinton-hoole 0
347 ReplicationController should serve a basic image on each replica with a private image jbeda 1
348 ReplicationController should serve a basic image on each replica with a public image krousey 1
349 Resource usage of system containers should not exceed expected amount. ncdc 1
350 Resource-usage regular resource usage tracking resource tracking for 10 pods per node janetkuo 1
351 ResourceQuota should create a ResourceQuota and capture the life of a configMap. timstclair 1
352 ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim. bgrant0607 1
353 ResourceQuota should create a ResourceQuota and capture the life of a pod. pmorie 1
464 k8s.io/kubernetes/cmd/kube-proxy/app luxas 1
465 k8s.io/kubernetes/cmd/kubelet/app hurf 1
466 k8s.io/kubernetes/cmd/kubernetes-discovery/discoverysummarizer thockin 1
467 k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset Random-Liu bgrant0607 1
468 k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/clientset_generated/test_internalclientset/typed/testgroup.k8s.io/unversioned eparis 1
469 k8s.io/kubernetes/cmd/libs/go2idl/client-gen/testoutput/testgroup/unversioned wojtek-t 1
470 k8s.io/kubernetes/cmd/libs/go2idl/deepcopy-gen/generators mwielgus 1
530 k8s.io/kubernetes/pkg/apis/abac/v0 liggitt 0
531 k8s.io/kubernetes/pkg/apis/apps/validation derekwaynecarr 1
532 k8s.io/kubernetes/pkg/apis/authorization/validation erictune 0
533 k8s.io/kubernetes/pkg/apis/autoscaling/validation Random-Liu mtaufen 1
534 k8s.io/kubernetes/pkg/apis/batch/validation erictune 0
535 k8s.io/kubernetes/pkg/apis/certificates/install zmerlynn 1
536 k8s.io/kubernetes/pkg/apis/componentconfig jbeda 1
537 k8s.io/kubernetes/pkg/apis/componentconfig/install pmorie 1
538 k8s.io/kubernetes/pkg/apis/extensions/install thockin 1
539 k8s.io/kubernetes/pkg/apis/extensions/v1beta1 madhusudancs 1
540 k8s.io/kubernetes/pkg/apis/extensions/validation Random-Liu nikhiljindal 1
541 k8s.io/kubernetes/pkg/apis/policy/validation deads2k 1
542 k8s.io/kubernetes/pkg/apis/rbac/install ixdy 1
543 k8s.io/kubernetes/pkg/apis/rbac/validation erictune 0
574 k8s.io/kubernetes/pkg/controller/daemon Q-Lee 1
575 k8s.io/kubernetes/pkg/controller/deployment asalkeld 0
576 k8s.io/kubernetes/pkg/controller/deployment/util saad-ali 1
577 k8s.io/kubernetes/pkg/controller/endpoint Random-Liu mwielgus 1
578 k8s.io/kubernetes/pkg/controller/framework smarterclayton 1
579 k8s.io/kubernetes/pkg/controller/garbagecollector rmmh 1
580 k8s.io/kubernetes/pkg/controller/garbagecollector/metaonly cjcullen 1
581 k8s.io/kubernetes/pkg/controller/gc jdef 1
582 k8s.io/kubernetes/pkg/controller/job soltysh 0
583 k8s.io/kubernetes/pkg/controller/namespace karlkfi 1
591 k8s.io/kubernetes/pkg/controller/replication fgrzadkowski 0
592 k8s.io/kubernetes/pkg/controller/resourcequota ghodss 1
593 k8s.io/kubernetes/pkg/controller/route gmarek 0
594 k8s.io/kubernetes/pkg/controller/scheduledjob andyzheng0831 1
595 k8s.io/kubernetes/pkg/controller/service asalkeld 0
596 k8s.io/kubernetes/pkg/controller/serviceaccount liggitt 0
597 k8s.io/kubernetes/pkg/controller/volume/attachdetach luxas 1
626 k8s.io/kubernetes/pkg/kubelet/envvars karlkfi 1
627 k8s.io/kubernetes/pkg/kubelet/eviction childsb 1
628 k8s.io/kubernetes/pkg/kubelet/images caesarxuchao 1
629 k8s.io/kubernetes/pkg/kubelet/kuberuntime yifan-gu 1
630 k8s.io/kubernetes/pkg/kubelet/lifecycle yujuhong 1
631 k8s.io/kubernetes/pkg/kubelet/network freehan 0
632 k8s.io/kubernetes/pkg/kubelet/network/cni freehan 0
736 k8s.io/kubernetes/pkg/runtime/serializer/json wojtek-t 0
737 k8s.io/kubernetes/pkg/runtime/serializer/protobuf wojtek-t 0
738 k8s.io/kubernetes/pkg/runtime/serializer/recognizer wojtek-t 0
739 k8s.io/kubernetes/pkg/runtime/serializer/recognizer/testing piosz 1
740 k8s.io/kubernetes/pkg/runtime/serializer/streaming wojtek-t 0
741 k8s.io/kubernetes/pkg/runtime/serializer/versioning wojtek-t 0
742 k8s.io/kubernetes/pkg/security/podsecuritypolicy erictune 0
753 k8s.io/kubernetes/pkg/storage/etcd/util xiang90 0
754 k8s.io/kubernetes/pkg/storage/etcd3 xiang90 0
755 k8s.io/kubernetes/pkg/util jbeda 1
756 k8s.io/kubernetes/pkg/util/async spxtr 1
757 k8s.io/kubernetes/pkg/util/atomic kargakis 1
758 k8s.io/kubernetes/pkg/util/bandwidth thockin 1
759 k8s.io/kubernetes/pkg/util/cache thockin 1
795 k8s.io/kubernetes/pkg/util/strategicpatch brendandburns 1
796 k8s.io/kubernetes/pkg/util/strings quinton-hoole 0
797 k8s.io/kubernetes/pkg/util/testing jlowdermilk 1
798 k8s.io/kubernetes/pkg/util/threading Random-Liu roberthbailey 1
799 k8s.io/kubernetes/pkg/util/validation Q-Lee 1
800 k8s.io/kubernetes/pkg/util/validation/field timstclair 1
801 k8s.io/kubernetes/pkg/util/wait Q-Lee 1