forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Files
/
Copy pathtest_owners.csv
897 lines (897 loc) · 69.5 KB
/
test_owners.csv
1 | name | owner | auto-assigned | sig |
---|---|---|---|---|
2 | Addon update should propagate add-on file changes | eparis | 1 | |
3 | AppArmor should enforce an AppArmor profile | derekwaynecarr | 0 | node |
4 | AppArmor when running with AppArmor should enforce a permissive profile | yujuhong | 1 | node |
5 | AppArmor when running with AppArmor should enforce a profile blocking writes | freehan | 1 | node |
6 | AppArmor when running with AppArmor should reject an unloaded profile | rmmh | 1 | node |
7 | AppArmor when running without AppArmor should reject a pod with an AppArmor profile | rrati | 0 | node |
8 | Cadvisor should be healthy on every node. | vishh | 0 | node |
9 | Cassandra should create and scale cassandra | fabioy | 1 | apps |
10 | CassandraStatefulSet should create statefulset | wojtek-t | 1 | apps |
11 | Cluster level logging using Elasticsearch should check that logs from containers are ingested into Elasticsearch | crassirostris | 0 | instrumentation |
12 | Cluster level logging using GCL should check that logs from containers are ingested in GCL | crassirostris | 0 | instrumentation |
13 | Cluster level logging using GCL should create a constant load with long-living pods and ensure logs delivery | crassirostris | 0 | instrumentation |
14 | Cluster level logging using GCL should create a constant load with short-living pods and ensure logs delivery | crassirostris | 0 | instrumentation |
15 | Cluster size autoscaling should add node to the particular mig | spxtr | 1 | autoscaling |
16 | Cluster size autoscaling should correctly scale down after a node is not needed | pmorie | 1 | autoscaling |
17 | Cluster size autoscaling should correctly scale down after a node is not needed when there is non autoscaled pool | krousey | 1 | autoscaling |
18 | Cluster size autoscaling should disable node pool autoscaling | Q-Lee | 1 | autoscaling |
19 | Cluster size autoscaling should increase cluster size if pending pods are small | childsb | 1 | autoscaling |
20 | Cluster size autoscaling should increase cluster size if pending pods are small and there is another node pool that is not autoscaled | apelisse | 1 | autoscaling |
21 | Cluster size autoscaling should increase cluster size if pods are pending due to host port conflict | brendandburns | 1 | autoscaling |
22 | Cluster size autoscaling should scale up correct target pool | mikedanese | 1 | autoscaling |
23 | Cluster size autoscaling shouldn't increase cluster size if pending pod is too large | rrati | 0 | autoscaling |
24 | ClusterDns should create pod that uses dns | sttts | 0 | network |
25 | ConfigMap optional updates should be reflected in volume | timothysc | 1 | apps |
26 | ConfigMap should be consumable from pods in volume | alex-mohr | 1 | apps |
27 | ConfigMap should be consumable from pods in volume as non-root | rrati | 0 | apps |
28 | ConfigMap should be consumable from pods in volume as non-root with FSGroup | roberthbailey | 1 | apps |
29 | ConfigMap should be consumable from pods in volume as non-root with defaultMode and fsGroup set | rrati | 0 | apps |
30 | ConfigMap should be consumable from pods in volume with defaultMode set | Random-Liu | 1 | apps |
31 | ConfigMap should be consumable from pods in volume with mappings | rrati | 0 | apps |
32 | ConfigMap should be consumable from pods in volume with mappings and Item mode set | eparis | 1 | apps |
33 | ConfigMap should be consumable from pods in volume with mappings as non-root | apelisse | 1 | apps |
34 | ConfigMap should be consumable from pods in volume with mappings as non-root with FSGroup | zmerlynn | 1 | apps |
35 | ConfigMap should be consumable in multiple volumes in the same pod | caesarxuchao | 1 | apps |
36 | ConfigMap should be consumable via environment variable | ncdc | 1 | apps |
37 | ConfigMap should be consumable via the environment | rkouj | 0 | apps |
38 | ConfigMap updates should be reflected in volume | kevin-wangzefeng | 1 | apps |
39 | Container Lifecycle Hook when create a pod with lifecycle hook when it is exec hook should execute poststart exec hook properly | Random-Liu | 1 | node |
40 | Container Lifecycle Hook when create a pod with lifecycle hook when it is exec hook should execute prestop exec hook properly | rrati | 0 | node |
41 | Container Lifecycle Hook when create a pod with lifecycle hook when it is http hook should execute poststart http hook properly | vishh | 1 | node |
42 | Container Lifecycle Hook when create a pod with lifecycle hook when it is http hook should execute prestop http hook properly | freehan | 1 | node |
43 | Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image * | Random-Liu | 0 | node |
44 | Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits it should run with the expected status | luxas | 1 | node |
45 | Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits should report termination message * | alex-mohr | 1 | node |
46 | ContainerLogPath Pod with a container printed log to stdout should print log to correct log path | resouer | 0 | node |
47 | CronJob should not emit unexpected warnings | soltysh | 1 | apps |
48 | CronJob should not schedule jobs when suspended | soltysh | 1 | apps |
49 | CronJob should not schedule new jobs when ForbidConcurrent | soltysh | 1 | apps |
50 | CronJob should remove from active list jobs that have been deleted | soltysh | 1 | apps |
51 | CronJob should replace jobs when ReplaceConcurrent | soltysh | 1 | apps |
52 | CronJob should schedule multiple jobs concurrently | soltysh | 1 | apps |
53 | DNS config map should be able to change configuration | rkouj | 0 | network |
54 | DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios | MrHohn | 0 | network |
55 | DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods when cluster size changed | MrHohn | 0 | network |
56 | DNS should provide DNS for ExternalName services | rmmh | 1 | network |
57 | DNS should provide DNS for pods for Hostname and Subdomain Annotation | mtaufen | 1 | network |
58 | DNS should provide DNS for services | roberthbailey | 1 | network |
59 | DNS should provide DNS for the cluster | roberthbailey | 1 | network |
60 | Daemon set should retry creating failed daemon pods | yifan-gu | 1 | apps |
61 | Daemon set should run and stop complex daemon | jlowdermilk | 1 | apps |
62 | Daemon set should run and stop complex daemon with node affinity | erictune | 1 | apps |
63 | Daemon set should run and stop simple daemon | mtaufen | 1 | apps |
64 | DaemonRestart Controller Manager should not create/delete replicas across restart | rrati | 0 | apps |
65 | DaemonRestart Kubelet should not restart containers across restart | madhusudancs | 1 | apps |
66 | DaemonRestart Scheduler should continue assigning pods to nodes across restart | lavalamp | 1 | apps |
67 | Density create a batch of pods latency/resource should be within limit when create * pods with * interval | apelisse | 1 | scalability |
68 | Density create a batch of pods with higher API QPS latency/resource should be within limit when create * pods with * interval (QPS *) | jlowdermilk | 1 | scalability |
69 | Density create a sequence of pods latency/resource should be within limit when create * pods with * background pods | wojtek-t | 1 | scalability |
70 | Density should allow running maximum capacity pods on nodes | smarterclayton | 1 | scalability |
71 | Density should allow starting * pods per node using * with * secrets and * daemons | rkouj | 0 | scalability |
72 | Deployment RecreateDeployment should delete old pods and create new ones | kargakis | 0 | apps |
73 | Deployment RollingUpdateDeployment should delete old pods and create new ones | kargakis | 0 | apps |
74 | Deployment deployment reaping should cascade to its replica sets and pods | kargakis | 1 | apps |
75 | Deployment deployment should create new pods | kargakis | 0 | apps |
76 | Deployment deployment should delete old replica sets | kargakis | 0 | apps |
77 | Deployment deployment should label adopted RSs and pods | kargakis | 0 | apps |
78 | Deployment deployment should support rollback | kargakis | 0 | apps |
79 | Deployment deployment should support rollback when there's replica set with no revision | kargakis | 0 | apps |
80 | Deployment deployment should support rollover | kargakis | 0 | apps |
81 | Deployment iterative rollouts should eventually progress | kargakis | 0 | apps |
82 | Deployment lack of progress should be reported in the deployment status | kargakis | 0 | apps |
83 | Deployment overlapping deployment should not fight with each other | kargakis | 1 | apps |
84 | Deployment paused deployment should be able to scale | kargakis | 1 | apps |
85 | Deployment paused deployment should be ignored by the controller | kargakis | 0 | apps |
86 | Deployment scaled rollout deployment should not block on annotation check | kargakis | 1 | apps |
87 | DisruptionController evictions: * => * | rkouj | 0 | scheduling |
88 | DisruptionController should create a PodDisruptionBudget | rkouj | 0 | scheduling |
89 | DisruptionController should update PodDisruptionBudget status | rkouj | 0 | scheduling |
90 | Docker Containers should be able to override the image's default arguments (docker cmd) | maisem | 0 | node |
91 | Docker Containers should be able to override the image's default command and arguments | maisem | 0 | node |
92 | Docker Containers should be able to override the image's default command (docker entrypoint) | maisem | 0 | node |
93 | Docker Containers should use the image defaults if command and args are blank | vishh | 0 | node |
94 | Downward API should create a pod that prints his name and namespace | nhlfr | 0 | node |
95 | Downward API should provide container's limits.cpu/memory and requests.cpu/memory as env vars | deads2k | 1 | node |
96 | Downward API should provide default limits.cpu/memory from node allocatable | derekwaynecarr | 0 | node |
97 | Downward API should provide pod IP as an env var | nhlfr | 0 | node |
98 | Downward API should provide pod name and namespace as env vars | nhlfr | 0 | node |
99 | Downward API volume should provide container's cpu limit | smarterclayton | 1 | node |
100 | Downward API volume should provide container's cpu request | krousey | 1 | node |
101 | Downward API volume should provide container's memory limit | krousey | 1 | node |
102 | Downward API volume should provide container's memory request | mikedanese | 1 | node |
103 | Downward API volume should provide node allocatable (cpu) as default cpu limit if the limit is not set | lavalamp | 1 | node |
104 | Downward API volume should provide node allocatable (memory) as default memory limit if the limit is not set | freehan | 1 | node |
105 | Downward API volume should provide podname as non-root with fsgroup | rrati | 0 | node |
106 | Downward API volume should provide podname as non-root with fsgroup and defaultMode | rrati | 0 | node |
107 | Downward API volume should provide podname only | mwielgus | 1 | node |
108 | Downward API volume should set DefaultMode on files | davidopp | 1 | node |
109 | Downward API volume should set mode on item file | mtaufen | 1 | node |
110 | Downward API volume should update annotations on modification | eparis | 1 | node |
111 | Downward API volume should update labels on modification | timothysc | 1 | node |
112 | Dynamic provisioning DynamicProvisioner Alpha should create and delete alpha persistent volumes | rrati | 0 | storage |
113 | Dynamic provisioning DynamicProvisioner External should let an external dynamic provisioner create and delete persistent volumes | jsafrane | 0 | storage |
114 | Dynamic provisioning DynamicProvisioner should create and delete persistent volumes | jsafrane | 0 | storage |
115 | Dynamic provisioning DynamicProvisioner should not provision a volume in an unmanaged GCE zone. | jszczepkowski | 1 | |
116 | DynamicKubeletConfiguration When a configmap called `kubelet-` is added to the `kube-system` namespace The Kubelet on that node should restart to take up the new config | mwielgus | 1 | storage |
117 | ESIPP should handle updates to source ip annotation | MrHohn | 1 | network |
118 | ESIPP should only target nodes with endpoints | MrHohn | 0 | network |
119 | ESIPP should work for type=LoadBalancer | MrHohn | 1 | network |
120 | ESIPP should work for type=NodePort | MrHohn | 1 | network |
121 | ESIPP should work from pods | MrHohn | 1 | network |
122 | Empty starts a pod | childsb | 1 | |
123 | EmptyDir volumes should support (non-root,0644,default) | tallclair | 1 | node |
124 | EmptyDir volumes should support (non-root,0644,tmpfs) | spxtr | 1 | node |
125 | EmptyDir volumes should support (non-root,0666,default) | dchen1107 | 1 | node |
126 | EmptyDir volumes should support (non-root,0666,tmpfs) | apelisse | 1 | node |
127 | EmptyDir volumes should support (non-root,0777,default) | mwielgus | 1 | node |
128 | EmptyDir volumes should support (non-root,0777,tmpfs) | smarterclayton | 1 | node |
129 | EmptyDir volumes should support (root,0644,default) | mtaufen | 1 | node |
130 | EmptyDir volumes should support (root,0644,tmpfs) | madhusudancs | 1 | node |
131 | EmptyDir volumes should support (root,0666,default) | brendandburns | 1 | node |
132 | EmptyDir volumes should support (root,0666,tmpfs) | davidopp | 1 | node |
133 | EmptyDir volumes should support (root,0777,default) | spxtr | 1 | node |
134 | EmptyDir volumes should support (root,0777,tmpfs) | alex-mohr | 1 | node |
135 | EmptyDir volumes volume on default medium should have the correct mode | yifan-gu | 1 | node |
136 | EmptyDir volumes volume on tmpfs should have the correct mode | mwielgus | 1 | node |
137 | EmptyDir volumes when FSGroup is specified files with FSGroup ownership should support (root,0644,tmpfs) | justinsb | 1 | node |
138 | EmptyDir volumes when FSGroup is specified new files should be created with FSGroup ownership when container is non-root | brendandburns | 1 | node |
139 | EmptyDir volumes when FSGroup is specified new files should be created with FSGroup ownership when container is root | childsb | 1 | node |
140 | EmptyDir volumes when FSGroup is specified volume on default medium should have the correct mode using FSGroup | eparis | 1 | node |
141 | EmptyDir volumes when FSGroup is specified volume on tmpfs should have the correct mode using FSGroup | timothysc | 1 | node |
142 | EmptyDir wrapper volumes should not cause race condition when used for configmaps | mtaufen | 1 | node |
143 | EmptyDir wrapper volumes should not cause race condition when used for git_repo | brendandburns | 1 | node |
144 | EmptyDir wrapper volumes should not conflict | deads2k | 1 | node |
145 | Etcd failure should recover from SIGKILL | pmorie | 1 | api-machinery |
146 | Etcd failure should recover from network partition with master | justinsb | 1 | api-machinery |
147 | Events should be sent by kubelets and the scheduler about pods scheduling and running | zmerlynn | 1 | node |
148 | Firewall rule should create valid firewall rules for LoadBalancer type service | MrHohn | 0 | network |
149 | Firewall rule should have correct firewall rules for e2e cluster | MrHohn | 0 | network |
150 | GCP Volumes GlusterFS should be mountable | nikhiljindal | 0 | storage |
151 | GCP Volumes NFSv4 should be mountable for NFSv4 | nikhiljindal | 0 | storage |
152 | GKE local SSD should write and read from node local SSD | fabioy | 0 | storage |
153 | GKE node pools should create a cluster with multiple node pools | fabioy | 1 | cluster-lifecycle |
154 | Garbage Collection Test: * Should eventually garbage collect containers when we exceed the number of dead containers per container | Random-Liu | 0 | cluster-lifecycle |
155 | Garbage collector should delete RS created by deployment when not orphaning | rkouj | 0 | cluster-lifecycle |
156 | Garbage collector should delete pods created by rc when not orphaning | justinsb | 1 | cluster-lifecycle |
157 | Garbage collector should orphan RS created by deployment when deleteOptions.OrphanDependents is true | rkouj | 0 | cluster-lifecycle |
158 | Garbage collector should orphan pods created by rc if delete options say so | fabioy | 1 | cluster-lifecycle |
159 | Garbage collector should orphan pods created by rc if deleteOptions.OrphanDependents is nil | zmerlynn | 1 | cluster-lifecycle |
160 | Generated release_1_5 clientset should create pods, delete pods, watch pods | rrati | 0 | api-machinery |
161 | Generated release_1_5 clientset should create v2alpha1 cronJobs, delete cronJobs, watch cronJobs | soltysh | 1 | api-machinery |
162 | HA-master survive addition/removal replicas different zones | derekwaynecarr | 0 | api-machinery |
163 | HA-master survive addition/removal replicas multizone workers | rkouj | 0 | api-machinery |
164 | HA-master survive addition/removal replicas same zone | derekwaynecarr | 0 | api-machinery |
165 | Hazelcast should create and scale hazelcast | mikedanese | 1 | big-data |
166 | Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 1 pod to 3 pods and from 3 to 5 | jszczepkowski | 0 | autoscaling |
167 | Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 5 pods to 3 pods and from 3 to 1 | jszczepkowski | 0 | autoscaling |
168 | Horizontal pod autoscaling (scale resource: CPU) ReplicaSet Should scale from 1 pod to 3 pods and from 3 to 5 | jszczepkowski | 0 | autoscaling |
169 | Horizontal pod autoscaling (scale resource: CPU) ReplicaSet Should scale from 5 pods to 3 pods and from 3 to 1 | jszczepkowski | 0 | autoscaling |
170 | Horizontal pod autoscaling (scale resource: CPU) ReplicationController * | jszczepkowski | 0 | autoscaling |
171 | Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 1 pod to 2 pods | jszczepkowski | 0 | autoscaling |
172 | Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 2 pods to 1 pod | jszczepkowski | 0 | autoscaling |
173 | HostPath should give a volume the correct mode | thockin | 1 | node |
174 | HostPath should support r/w | luxas | 1 | node |
175 | HostPath should support subPath | sttts | 1 | node |
176 | ImageID should be set to the manifest digest (from RepoDigests) when available | rrati | 0 | node |
177 | InitContainer should invoke init containers on a RestartAlways pod | saad-ali | 1 | node |
178 | InitContainer should invoke init containers on a RestartNever pod | rrati | 0 | node |
179 | InitContainer should not start app containers and fail the pod if init containers fail on a RestartNever pod | maisem | 0 | node |
180 | InitContainer should not start app containers if init containers fail on a RestartAlways pod | maisem | 0 | node |
181 | Initial Resources should set initial resources based on historical data | piosz | 0 | node |
182 | Job should delete a job | soltysh | 1 | apps |
183 | Job should run a job to completion when tasks sometimes fail and are locally restarted | soltysh | 1 | apps |
184 | Job should run a job to completion when tasks sometimes fail and are not locally restarted | soltysh | 1 | apps |
185 | Job should run a job to completion when tasks succeed | soltysh | 1 | apps |
186 | Kibana Logging Instances Is Alive should check that the Kibana logging instance is alive | swagiaal | 0 | instrumentation |
187 | Kubectl alpha client Kubectl run CronJob should create a CronJob | soltysh | 1 | cli |
188 | Kubectl alpha client Kubectl run ScheduledJob should create a ScheduledJob | soltysh | 1 | cli |
189 | Kubectl client Guestbook application should create and stop a working application | pwittrock | 0 | cli |
190 | Kubectl client Kubectl api-versions should check if v1 is in available api versions | pwittrock | 0 | cli |
191 | Kubectl client Kubectl apply should apply a new configuration to an existing RC | pwittrock | 0 | cli |
192 | Kubectl client Kubectl apply should reuse port when apply to an existing SVC | deads2k | 0 | cli |
193 | Kubectl client Kubectl cluster-info should check if Kubernetes master services is included in cluster-info | pwittrock | 0 | cli |
194 | Kubectl client Kubectl create quota should create a quota with scopes | rrati | 0 | cli |
195 | Kubectl client Kubectl create quota should create a quota without scopes | xiang90 | 1 | cli |
196 | Kubectl client Kubectl create quota should reject quota with invalid scopes | brendandburns | 1 | cli |
197 | Kubectl client Kubectl describe should check if kubectl describe prints relevant information for rc and pods | pwittrock | 0 | cli |
198 | Kubectl client Kubectl expose should create services for rc | pwittrock | 0 | cli |
199 | Kubectl client Kubectl label should update the label on a resource | pwittrock | 0 | cli |
200 | Kubectl client Kubectl logs should be able to retrieve and filter logs | jlowdermilk | 0 | cli |
201 | Kubectl client Kubectl patch should add annotations for pods in rc | janetkuo | 0 | cli |
202 | Kubectl client Kubectl replace should update a single-container pod's image | rrati | 0 | cli |