You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test has been failing since before August 15, 2023 (latest we have Prow job history for). Other tests ("Kubernetes Master Driver Canary Latest Sidecars") are also failing with the same error.
�[1mOutput from proc 1:�[0m
Nov 7 15:57:38.735: INFO: Driver loaded from path [/home/prow/go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/test/k8s-integration/config/test-config.yaml]: &{DriverInfo:{Name:csi-gcepd-sc-balanced--no-volumesnapshotclass InTreePluginName: TestTags:[] MaxFileSize:0 SupportedSizeRange:{Max:64Ti Min:5Gi} SupportedFsType:map[:{} ext2:{} ext3:{} ext4:{} xfs:{}] SupportedMountOption:map[debug:{} noatime:{}] RequiredMountOption:map[] Capabilities:map[block:true controllerExpansion:true exec:true fsGroup:true multipods:true nodeExpansion:true offlineExpansion:true onlineExpansion:true persistence:true pvcDataSource:true topology:true] RequiredAccessModes:[] TopologyKeys:[topology.gke.io/zone] NumAllowedTopologies:1 StressTestOptions:0xc0008bb7b0 VolumeSnapshotStressTestOptions:<nil> PerformanceTestOptions:<nil>} StorageClass:{FromName:false FromFile:/home/prow/go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/test/k8s-integration/config/sc-balanced.yaml FromExistingClassName:} SnapshotClass:{FromName:false FromFile: FromExistingClassName:} InlineVolumes:[] ClientNodeName: Timeouts:map[DataSourceProvision:480s]}
�[1m�[38;5;9mUnknown Decorator�[0m
�[38;5;243mtest/e2e/storage/external/external.go:177�[0m
[Container] node was passed an unknown decorator: '"External Storage"'
�[1mLearn more at:�[0m �[38;5;14m�[4mhttp://onsi.github.io/ginkgo/#node-decorators-overview�[0m
�[1m�[38;5;9mUnknown Decorator�[0m
�[38;5;243mtest/e2e/storage/external/external.go:177�[0m
[Container] node was passed an unknown decorator: '"[Driver:
csi-gcepd-sc-balanced--no-volumesnapshotclass]"'
�[1mLearn more at:�[0m �[38;5;14m�[4mhttp://onsi.github.io/ginkgo/#node-decorators-overview�[0m
Seems that k/k test is not able to parse the passed in decorator. https://github.com/kubernetes/kubernetes/tree/master/test/e2e/storage/external/external.go. Perhaps we should switch to using --label-filter for running test (kubernetes/kubernetes#121391).
The text was updated successfully, but these errors were encountered:
k8s-ci-robot
added
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
and removed
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
labels
Mar 6, 2024
Test has been failing since before August 15, 2023 (latest we have Prow job history for). Other tests ("Kubernetes Master Driver Canary Latest Sidecars") are also failing with the same error.
Failures: https://testgrid.k8s.io/provider-gcp-compute-persistent-disk-csi-driver#Kubernetes%20Master%20Driver%20Latest
Example Failure Log: https://gist.github.com/pwschuurman/e07040e70c6fb5dc3f1ba75ed7edd3c9
Failure Snippet:
Seems that k/k test is not able to parse the passed in decorator.
https://github.com/kubernetes/kubernetes/tree/master/test/e2e/storage/external/external.go
. Perhaps we should switch to using--label-filter
for running test (kubernetes/kubernetes#121391).The text was updated successfully, but these errors were encountered: