Skip to content

test: fix external test failure #1578

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

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Conversation

andyzhangx
Copy link
Member

What type of PR is this?
/kind failing-test

What this PR does / why we need it:
test: fix external test failure

original external test is trying to expand premium file share with 6GB size, and failed with following error:

I1120 12:37:47.522673       1 utils.go:76] GRPC call: /csi.v1.Controller/ControllerExpandVolume
I1120 12:37:47.522688       1 utils.go:77] GRPC request: {"capacity_range":{"required_bytes":6442450944},"volume_capability":{"AccessType":{"Mount":{"mount_flags":["dir_mode=0777","file_mode=0777","mfsymlinks","cache=strict","nosharesock","actimeo=30"]}},"access_mode":{"mode":7}},"volume_id":"capz-yh200k#f6f8bd190baf14f198b41b5#pvc-af526e92-c040-4ab5-9b31-a4ba1ab60ef3###volume-expand-6158"}
I1120 12:37:47.522896       1 azurefile.go:550] got storage account(f6f8bd190baf14f198b41b5) from secret
I1120 12:37:47.525989       1 azure_metrics.go:115] "Observed Request Latency" latency_seconds=0.003096173 request="azurefile_csi_driver_controller_expand_volume" resource_group="capz-yh200k" subscription_id="0e46bd28-a80f-4d3a-8200-d9eb8d80cb2e" source="test.csi.azure.com" volumeid="capz-yh200k#f6f8bd190baf14f198b41b5#pvc-af526e92-c040-4ab5-9b31-a4ba1ab60ef3###volume-expand-6158" result_code="failed_csi_driver_controller_expand_volume"
E1120 12:37:47.526007       1 utils.go:81] GRPC error: rpc error: code = Internal desc = expand volume error: failed to set quota on file share pvc-af526e92-c040-4ab5-9b31-a4ba1ab60ef3, err: storage: service returned error: StatusCode=400, ErrorCode=InvalidHeaderValue, ErrorMessage=The value for one of the HTTP headers is not in the correct format.
RequestId:87359983-d01a-0099-5aae-1b8f8b000000
Time:2023-11-20T12:37:47.5277155Z, Req

Which issue(s) this PR fixes:

Fixes #

Requirements:

Special notes for your reviewer:

Release note:

none

@k8s-ci-robot k8s-ci-robot added kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Nov 20, 2023
@k8s-ci-robot k8s-ci-robot requested review from cvvz and gnufied November 20, 2023 13:17
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 20, 2023
@andyzhangx
Copy link
Member Author

/retest

1 similar comment
@andyzhangx
Copy link
Member Author

/retest

@andyzhangx andyzhangx merged commit c23dca3 into master Nov 21, 2023
@andyzhangx
Copy link
Member Author

/cherrypick release-1.29

@andyzhangx
Copy link
Member Author

/cherrypick release-1.28

@k8s-infra-cherrypick-robot

@andyzhangx: new pull request created: #1582

In response to this:

/cherrypick release-1.29

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-infra-cherrypick-robot

@andyzhangx: new pull request created: #1583

In response to this:

/cherrypick release-1.28

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@andyzhangx
Copy link
Member Author

/cherrypick release-1.27

@andyzhangx
Copy link
Member Author

/cherrypick release-1.26

@k8s-infra-cherrypick-robot

@andyzhangx: new pull request created: #1584

In response to this:

/cherrypick release-1.27

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-infra-cherrypick-robot

@andyzhangx: #1578 failed to apply on top of branch "release-1.26":

Applying: test: fix external test failure
Using index info to reconstruct a base tree...
M	test/external-e2e/run.sh
M	test/external-e2e/testdriver-nfs.yaml
Falling back to patching base and 3-way merge...
Auto-merging test/external-e2e/testdriver-nfs.yaml
CONFLICT (content): Merge conflict in test/external-e2e/testdriver-nfs.yaml
Auto-merging test/external-e2e/run.sh
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 test: fix external test failure
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

In response to this:

/cherrypick release-1.26

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@andyzhangx andyzhangx deleted the fix-external-test-failure branch November 21, 2023 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants