kubernetes-sigs / azuredisk-csi-driver

Azure Disk CSI Driver
Apache License 2.0
147 stars 192 forks source link

fix pull-azuredisk-csi-driver-external-e2e-single-az test failure #2534

Open andyzhangx opened 2 months ago

andyzhangx commented 2 months ago

Is your feature request related to a problem?/Why is this needed

Describe the solution you'd like in detail

https://[storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_azuredisk-csi-driver/2526/pull-azuredisk-csi-driver-external-e2e-single-az/1836952385784647680/build-log.txt](https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_azuredisk-csi-driver/2526/pull-azuredisk-csi-driver-external-e2e-single-az/1836952385784647680/build-log.txt)

Summarizing 2 Failures:

[Fail] External Storage [Driver: test.csi.azure.com] [Testpattern: Dynamic PV (block volmode)(allowExpansion)] volume-expand [It] Verify if offline PVC expansion works 
test/e2e/storage/testsuites/volume_expand.go:222

[Fail] External Storage [Driver: test.csi.azure.com] [Testpattern: Dynamic PV (default fs)(allowExpansion)] volume-expand [It] Verify if offline PVC expansion works 
test/e2e/storage/testsuites/volume_expand.go:222

Ran 95 of 7227 Specs in 980.898 seconds
FAIL! -- 93 Passed | 2 Failed | 0 Pending | 7132 Skipped
• Failure [339.127 seconds]
External Storage [Driver: test.csi.azure.com]
test/e2e/storage/external/external.go:174
  [Testpattern: Dynamic PV (block volmode)(allowExpansion)] volume-expand
  test/e2e/storage/framework/testsuite.go:50
    Verify if offline PVC expansion works [It]
    test/e2e/storage/testsuites/volume_expand.go:176

    Sep 20 02:57:47.745: While waiting for pvc to have fs resizing condition
    Unexpected error:
        <*errors.errorString | 0xc0025ff530>: {
            s: "error waiting for pvc \"test.csi.azure.coml5vg9\" to have filesystem resize status: timed out waiting for the condition",
        }
        error waiting for pvc "test.csi.azure.coml5vg9" to have filesystem resize status: timed out waiting for the condition
    occurred

    test/e2e/storage/testsuites/volume_expand.go:222
------------------------------
{"msg":"FAILED External Storage [Driver: test.csi.azure.com] [Testpattern: Dynamic PV (block volmode)(allowExpansion)] volume-expand Verify if offline PVC expansion works","total":-1,"completed":1,"skipped":55,"failed":1,"failures":["External Storage [Driver: test.csi.azure.com] [Testpattern: Dynamic PV (block volmode)(allowExpansion)] volume-expand Verify if offline PVC expansion works"]}

Describe alternatives you've considered

Additional context