Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Flaky] gce-cos-master-default CSIInlineVolumes should support ephemeral VolumeLifecycleMode in CSIDriver API #111740

Closed
shuheiktgw opened this issue Aug 8, 2022 · 2 comments · Fixed by #111751
Assignees
Labels
kind/flake Categorizes issue or PR as related to a flaky test. sig/storage Categorizes an issue or PR as relevant to SIG Storage. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@shuheiktgw
Copy link
Contributor

Which jobs are flaking?

https://k8s-testgrid.appspot.com/sig-release-master-blocking#gce-cos-master-default

Which tests are flaking?

CSIInlineVolumes should support ephemeral VolumeLifecycleMode in CSIDriver API

Since when has it been flaking?

8/5

Testgrid link

https://k8s-testgrid.appspot.com/sig-release-master-blocking#gce-cos-master-default

Reason for failure (if possible)

{Aug  7 03:56:07.635: list should have 4 items, got: &CSIDriverList{ListMeta:{ 41396  <nil>},Items:[]CSIDriver{CSIDriver{ObjectMeta:{csi-hostpath-ephemeral-1697    d2c06aa7-5bf6-40e3-a7d4-c929685aa006 39221 0 2022-08-07 03:55:04 +0000 UTC <nil> <nil> map[app.kubernetes.io/component:csi-driver app.kubernetes.io/instance:hostpath.csi.k8s.io app.kubernetes.io/name:hostpath.csi.k8s.io app.kubernetes.io/part-of:csi-driver-host-path] map[] [] [] [{e2e.test Update storage.k8s.io/v1 2022-08-07 03:55:04 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:app.kubernetes.io/component":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/name":{},"f:app.kubernetes.io/part-of":{}}},"f:spec":{"f:attachRequired":{},"f:fsGroupPolicy":{},"f:podInfoOnMount":{},"f:requiresRepublish":{},"f:storageCapacity":{},"f:volumeLifecycleModes":{".":{},"v:\"Ephemeral\"":{},"v:\"Persistent\"":{}}}} }]},Spec:CSIDriverSpec{AttachRequired:*true,PodInfoOnMount:*true,VolumeLifecycleModes:[Persistent Ephemeral],StorageCapacity:*false,FSGroupPolicy:*ReadWriteOnceWithFSType,TokenRequests:[]TokenRequest{},RequiresRepublish:*false,SELinuxMount:nil,},},CSIDriver{ObjectMeta:{inline-driver-8a80ae0c-50ec-4219-adb0-befff8601640    198aa945-8e34-4026-a70b-79e8305eb558 41369 0 2022-08-07 03:56:06 +0000 UTC <nil> <nil> map[] map[] [] [] [{e2e.test Update storage.k8s.io/v1 2022-08-07 03:56:06 +0000 UTC FieldsV1 {"f:spec":{"f:attachRequired":{},"f:fsGroupPolicy":{},"f:podInfoOnMount":{},"f:requiresRepublish":{},"f:storageCapacity":{},"f:volumeLifecycleModes":{".":{},"v:\"Ephemeral\"":{},"v:\"Persistent\"":{}}}} }]},Spec:CSIDriverSpec{AttachRequired:*true,PodInfoOnMount:*false,VolumeLifecycleModes:[Persistent Ephemeral],StorageCapacity:*false,FSGroupPolicy:*ReadWriteOnceWithFSType,TokenRequests:[]TokenRequest{},RequiresRepublish:*false,SELinuxMount:nil,},},CSIDriver{ObjectMeta:{inline-driver-bcf923b9-f33c-4b49-9580-73d1c7cc4542    adcf44ed-0b31-4be5-9afa-1c3f02ef5e92 41363 0 2022-08-07 03:56:06 +0000 UTC <nil> <nil> map[] map[] [] [] [{e2e.test Update storage.k8s.io/v1 2022-08-07 03:56:06 +0000 UTC FieldsV1 {"f:spec":{"f:attachRequired":{},"f:fsGroupPolicy":{},"f:podInfoOnMount":{},"f:requiresRepublish":{},"f:storageCapacity":{},"f:volumeLifecycleModes":{".":{},"v:\"Ephemeral\"":{}}}} }]},Spec:CSIDriverSpec{AttachRequired:*true,PodInfoOnMount:*false,VolumeLifecycleModes:[Ephemeral],StorageCapacity:*false,FSGroupPolicy:*ReadWriteOnceWithFSType,TokenRequests:[]TokenRequest{},RequiresRepublish:*false,SELinuxMount:nil,},},},}
Expected
    <int>: 3
to equal
    <int>: 4 failed test/e2e/storage/csi_inline.go:100
k8s.io/kubernetes/test/e2e/storage.glob..func1.1()
	test/e2e/storage/csi_inline.go:100 +0x7f9}

Anything else we need to know?

No response

Relevant SIG(s)

/sig storage

@shuheiktgw shuheiktgw added the kind/flake Categorizes issue or PR as related to a flaky test. label Aug 8, 2022
@k8s-ci-robot k8s-ci-robot added sig/storage Categorizes an issue or PR as relevant to SIG Storage. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Aug 8, 2022
@shuheiktgw
Copy link
Contributor Author

/triage accepted

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Aug 8, 2022
@msau42
Copy link
Member

msau42 commented Aug 8, 2022

/assign @dobsonj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/flake Categorizes issue or PR as related to a flaky test. sig/storage Categorizes an issue or PR as relevant to SIG Storage. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
Development

Successfully merging a pull request may close this issue.

4 participants