Skip to content

Commit a8c965a

Browse files
Merge pull request #806 from cncf/coverage-update-for-2023-09-23-12-05
Update APISnoop coverage 2023-09-23-12-05
2 parents 7ab4ffb + 014f7b9 commit a8c965a

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

resources/coverage/1.29.0.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7884,9 +7884,9 @@
78847884
],
78857885
"release": "1.29.0",
78867886
"sources": [
7887-
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-audit-kind-conformance/1704465056202231808",
7888-
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce/1704525958205149184",
7889-
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-gce-conformance-latest/1704489466913099776"
7887+
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-audit-kind-conformance/1705508163471544320",
7888+
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce/1705534335601348608",
7889+
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-gce-conformance-latest/1705487023583793152"
78907890
],
78917891
"endpoints": [
78927892
{
@@ -15143,15 +15143,16 @@
1514315143
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing validating webhooks should work [Conformance]",
1514415144
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a mutating webhook should work [Conformance]",
1514515145
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance]",
15146+
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny pod and configmap creation [Conformance]",
1514615147
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]",
15147-
"[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply defaults after mutation [Conformance]",
1514815148
"[sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a configMap. [Conformance]",
1514915149
"[sig-api-machinery] Watchers should be able to restart watching from the last resource version observed by the previous watch [Conformance]",
1515015150
"[sig-api-machinery] Watchers should be able to start watching from a specific resource version [Conformance]",
1515115151
"[sig-api-machinery] Watchers should observe add, update, and delete watch notifications on configmaps [Conformance]",
1515215152
"[sig-api-machinery] Watchers should observe an object deletion if it stops meeting the requirements of the selector [Conformance]",
1515315153
"[sig-api-machinery] Watchers should receive events on concurrent watches in same order [Conformance]",
1515415154
"[sig-auth] ServiceAccounts should guarantee kube-root-ca.crt exist in any namespace [Conformance]",
15155+
"[sig-autoscaling] DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios",
1515515156
"[sig-network] DNS should support configurable pod resolv.conf",
1515615157
"[sig-storage] ConfigMap optional updates should be reflected in volume [NodeConformance] [Conformance]",
1515715158
"[sig-storage] ConfigMap should be immutable if `immutable` field is set [Conformance]",
@@ -15474,6 +15475,7 @@
1547415475
"[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] Should recreate evicted statefulset [Conformance]",
1547515476
"[sig-auth] ServiceAccounts should mount projected service account token [Conformance]",
1547615477
"[sig-auth] ServiceAccounts should set ownership and permission when RunAsUser or FsGroup is present [LinuxOnly] [NodeFeature:FSGroup]",
15478+
"[sig-autoscaling] DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios",
1547715479
"[sig-cli] Kubectl client Simple pod should support inline execution and attach",
1547815480
"[sig-network] Connectivity Pod Lifecycle should be able to connect from a Pod to a terminating Pod",
1547915481
"[sig-network] Connectivity Pod Lifecycle should be able to connect to other Pod from a terminating Pod",
@@ -20385,6 +20387,7 @@
2038520387
"[sig-apps] StatefulSet Scaling StatefulSetStartOrdinal Removing .start.ordinal",
2038620388
"[sig-apps] StatefulSet Scaling StatefulSetStartOrdinal Setting .start.ordinal",
2038720389
"[sig-apps] TTLAfterFinished job should be deleted once it finishes after TTL seconds",
20390+
"[sig-autoscaling] DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios",
2038820391
"[sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance]",
2038920392
"[sig-cli] Kubectl client Kubectl describe should check if kubectl describe prints relevant information for rc and pods [Conformance]",
2039020393
"[sig-cli] Kubectl client Kubectl events should show event when pod is created",
@@ -23181,21 +23184,20 @@
2318123184
"[sig-api-machinery] OpenAPIV3 should contain OpenAPI V3 for Aggregated APIServer",
2318223185
"[sig-cli] Kubectl client Simple pod should return command exit codes should handle in-cluster config",
2318323186
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] provisioning should mount multiple PV pointing to the same storage on the same node",
23187+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] provisioning should provision storage with mount options",
2318423188
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should be able to unmount after the subpath directory is deleted [LinuxOnly]",
2318523189
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support existing directories when readOnly specified in the volumeSource",
23186-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support existing directory",
23187-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support file as subpath [LinuxOnly]",
2318823190
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support non-existent path",
2318923191
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly directory specified in the volumeMount",
2319023192
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]",
2319123193
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] volumes should allow exec of files on the volume",
2319223194
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] volumes should store data",
23195+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]",
2319323196
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should create read-only inline ephemeral volume",
23194-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should support two pods which have the same volume definition",
23195-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should create read-only inline ephemeral volume",
2319623197
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support expansion of pvcs created for ephemeral pvcs",
2319723198
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support multiple inline ephemeral volumes",
23198-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Inline-volume (default fs)] volumes should store data",
23199+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support two pods which have the same volume definition",
23200+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data",
2319923201
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]",
2320023202
null
2320123203
],
@@ -25511,6 +25513,7 @@
2551125513
"[sig-api-machinery] Watchers should observe an object deletion if it stops meeting the requirements of the selector [Conformance]",
2551225514
"[sig-auth] ServiceAccounts should guarantee kube-root-ca.crt exist in any namespace [Conformance]",
2551325515
"[sig-auth] ServiceAccounts should mount an API token into pods [Conformance]",
25516+
"[sig-autoscaling] DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios",
2551425517
"[sig-node] ConfigMap should run through a ConfigMap lifecycle [Conformance]",
2551525518
"[sig-node] ConfigMap should update ConfigMap successfully",
2551625519
"[sig-storage] ConfigMap should be immutable if `immutable` field is set [Conformance]",
@@ -26613,6 +26616,7 @@
2661326616
"[sig-network] DNS should provide DNS for ExternalName services [Conformance]",
2661426617
"[sig-network] DNS should provide DNS for pods for Subdomain [Conformance]",
2661526618
"[sig-network] DNS should provide DNS for services [Conformance]",
26619+
"[sig-network] DNS should provide DNS for the cluster [Provider:GCE]",
2661626620
"[sig-network] DNS should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance]",
2661726621
"[sig-node] ConfigMap should be consumable via environment variable [NodeConformance] [Conformance]",
2661826622
"[sig-node] ConfigMap should be consumable via the environment [NodeConformance] [Conformance]",
@@ -26749,7 +26753,6 @@
2674926753
"[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support expansion of pvcs created for ephemeral pvcs",
2675026754
"[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support multiple inline ephemeral volumes",
2675126755
"[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support two pods which have the same volume definition",
26752-
"[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Generic Ephemeral-volume (default fs)] volumeLimits should verify that all csinodes have volume limits",
2675326756
"[sig-storage] Downward API volume should provide container's cpu limit [NodeConformance] [Conformance]",
2675426757
"[sig-storage] Downward API volume should provide container's cpu request [NodeConformance] [Conformance]",
2675526758
"[sig-storage] Downward API volume should provide container's memory limit [NodeConformance] [Conformance]",
@@ -28577,6 +28580,7 @@
2857728580
"[sig-api-machinery] Watchers should observe an object deletion if it stops meeting the requirements of the selector [Conformance]",
2857828581
"[sig-api-machinery] Watchers should receive events on concurrent watches in same order [Conformance]",
2857928582
"[sig-auth] ServiceAccounts should guarantee kube-root-ca.crt exist in any namespace [Conformance]",
28583+
"[sig-autoscaling] DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios",
2858028584
"[sig-node] ConfigMap should update ConfigMap successfully",
2858128585
"[sig-storage] ConfigMap optional updates should be reflected in volume [NodeConformance] [Conformance]",
2858228586
"[sig-storage] ConfigMap should be immutable if `immutable` field is set [Conformance]",
@@ -32066,7 +32070,7 @@
3206632070
"description": "replace the specified ResourceClass"
3206732071
}
3206832072
],
32069-
"release_date": "2023-09-20T16:54:16",
32073+
"release_date": "2023-09-23T12:02:51",
3207032074
"total endpoints": 706,
3207132075
"tested endpoints": 462,
3207232076
"new conformance eligible endpoints": 0,

resources/coverage/conformance-endpoints.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14044,14 +14044,14 @@
1404414044
{
1404514045
"file": "test/e2e/apimachinery/webhook.go",
1404614046
"release": "1.16.0",
14047-
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]",
14048-
"testname": "Admission webhook, honor timeout"
14047+
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny pod and configmap creation [Conformance]",
14048+
"testname": "Admission webhook, deny create"
1404914049
},
1405014050
{
1405114051
"file": "test/e2e/apimachinery/webhook.go",
1405214052
"release": "1.16.0",
14053-
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply defaults after mutation [Conformance]",
14054-
"testname": "Admission webhook, mutation with defaulting"
14053+
"codename": "[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]",
14054+
"testname": "Admission webhook, honor timeout"
1405514055
},
1405614056
{
1405714057
"file": "test/e2e/auth/service_accounts.go",

0 commit comments

Comments
 (0)