Skip to content

Commit b0d2bfe

Browse files
update coverage for 2023-09-16-12-06
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9c5a6c5 commit b0d2bfe

File tree

2 files changed

+126
-29
lines changed

2 files changed

+126
-29
lines changed

resources/coverage/1.29.0.json

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -922,20 +922,20 @@
922922
"promotion_release": null
923923
},
924924
{
925-
"file": null,
925+
"file": "test/e2e/apimachinery/chunking.go",
926926
"test": "[sig-api-machinery] Servers with support for API chunking should return chunks of results for list calls [Conformance]",
927927
"release": "1.29.0",
928-
"testname": null,
929-
"conformance_test": false,
930-
"promotion_release": null
928+
"testname": "API Chunking, server should return chunks of results for list calls",
929+
"conformance_test": true,
930+
"promotion_release": "1.29.0"
931931
},
932932
{
933-
"file": null,
933+
"file": "test/e2e/apimachinery/chunking.go",
934934
"test": "[sig-api-machinery] Servers with support for API chunking should support continue listing from the last key if the original version has been compacted away, though the list is inconsistent [Slow] [Conformance]",
935935
"release": "1.29.0",
936-
"testname": null,
937-
"conformance_test": false,
938-
"promotion_release": null
936+
"testname": "API Chunking, server should support continue listing from the last key even if the original version has been compacted away",
937+
"conformance_test": true,
938+
"promotion_release": "1.29.0"
939939
},
940940
{
941941
"file": "test/e2e/apimachinery/table_conversion.go",
@@ -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/1701696405703233536",
7888-
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce/1701741452549165056",
7889-
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-gce-conformance-latest/1701676272192589824"
7887+
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-audit-kind-conformance/1702967040400166912",
7888+
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-gce-conformance-latest/1702946403673706496",
7889+
"https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce/1703002776524558336"
78907890
],
78917891
"endpoints": [
78927892
{
@@ -15143,6 +15143,7 @@
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]",
1514715148
"[sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a configMap. [Conformance]",
1514815149
"[sig-api-machinery] Watchers should be able to restart watching from the last resource version observed by the previous watch [Conformance]",
@@ -18293,7 +18294,8 @@
1829318294
"group": null,
1829418295
"level": "stable",
1829518296
"tests": [
18296-
"[sig-api-machinery] Discovery should validate PreferredVersion for each APIGroup [Conformance]"
18297+
"[sig-api-machinery] Discovery should validate PreferredVersion for each APIGroup [Conformance]",
18298+
null
1829718299
],
1829818300
"action": null,
1829918301
"tested": true,
@@ -23180,24 +23182,22 @@
2318023182
"level": "stable",
2318123183
"tests": [
2318223184
"[sig-api-machinery] Aggregator Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance]",
23183-
"[sig-cli] Kubectl client Simple pod should return command exit codes should handle in-cluster config",
23185+
"[sig-api-machinery] OpenAPIV3 should contain OpenAPI V3 for Aggregated APIServer",
2318423186
"[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",
23185-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] provisioning should provision storage with mount options",
2318623187
"[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]",
2318723188
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support existing directories when readOnly specified in the volumeSource",
23188-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] volumes should allow exec of files on the volume",
23189+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support existing single file [LinuxOnly]",
23190+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support non-existent path",
23191+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]",
2318923192
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] volumes should store data",
23190-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should create read-only inline ephemeral volume",
23191-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should create read/write inline ephemeral volume",
23192-
"[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",
23193-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should create read-only inline ephemeral volume",
23194-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should create read/write inline ephemeral volume",
23193+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]",
23194+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (immediate-binding)] ephemeral should support expansion of pvcs created for ephemeral pvcs",
2319523195
"[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",
23196+
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should support multiple inline ephemeral volumes",
2319623197
"[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",
2319723198
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Inline-volume (default fs)] volumes should allow exec of files on the volume",
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: Pre-provisioned PV (default fs)] volumes should allow exec of files on the volume",
2319923200
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data",
23200-
"[sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]",
2320123201
null
2320223202
],
2320323203
"action": "list",
@@ -24519,7 +24519,8 @@
2451924519
"group": "events.k8s.io",
2452024520
"level": "stable",
2452124521
"tests": [
24522-
"[sig-instrumentation] Events API should ensure that an event can be fetched, patched, deleted, and listed [Conformance]"
24522+
"[sig-instrumentation] Events API should ensure that an event can be fetched, patched, deleted, and listed [Conformance]",
24523+
null
2452324524
],
2452424525
"action": "patch",
2452524526
"tested": true,
@@ -25132,7 +25133,8 @@
2513225133
"group": "autoscaling",
2513325134
"level": "stable",
2513425135
"tests": [
25135-
"[sig-apps] ReplicaSet Replicaset should have a working scale subresource [Conformance]"
25136+
"[sig-apps] ReplicaSet Replicaset should have a working scale subresource [Conformance]",
25137+
null
2513625138
],
2513725139
"action": "get",
2513825140
"tested": true,
@@ -26737,6 +26739,7 @@
2673726739
"[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]",
2673826740
"[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] volume-expand should not allow expansion of pvcs without AllowVolumeExpansion property",
2673926741
"[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] volumes should store data",
26742+
"[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (filesystem volmode)] volumeLimits should verify that all csinodes have volume limits",
2674026743
"[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod [LinuxOnly]",
2674126744
"[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Generic Ephemeral-volume (block volmode) (late-binding)] ephemeral should create read/write inline ephemeral volume",
2674226745
"[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Generic Ephemeral-volume (block volmode) (late-binding)] ephemeral should support expansion of pvcs created for ephemeral pvcs",
@@ -28757,7 +28760,8 @@
2875728760
"level": "stable",
2875828761
"tests": [
2875928762
"[sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance]",
28760-
"[sig-node] Pods should run through the lifecycle of Pods and PodStatus [Conformance]"
28763+
"[sig-node] Pods should run through the lifecycle of Pods and PodStatus [Conformance]",
28764+
null
2876128765
],
2876228766
"action": "put",
2876328767
"tested": true,
@@ -32068,7 +32072,7 @@
3206832072
"description": "replace the specified ResourceClass"
3206932073
}
3207032074
],
32071-
"release_date": "2023-09-13T00:35:17",
32075+
"release_date": "2023-09-16T12:03:26",
3207232076
"total endpoints": 706,
3207332077
"tested endpoints": 462,
3207432078
"new conformance eligible endpoints": 0,

0 commit comments

Comments
 (0)