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

Increase timeout when creating PVC from snapshot in test test_pvc_snapshot #11601

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

jilju
Copy link
Contributor

@jilju jilju commented Mar 11, 2025

The PVC creation from snapshot took more time to reach Bound state. Increased the timeout to 180 seconds to avoid failure.
Test : tests/functional/pv/pvc_snapshot/test_pvc_snapshot.py::TestPvcSnapshot::test_pvc_snapshot
Fixes #11600

@jilju jilju requested a review from a team as a code owner March 11, 2025 07:40
@jilju
Copy link
Contributor Author

jilju commented Mar 11, 2025

@jilju jilju added Verified Mark when PR was verified and log provided Squad/Green labels Mar 11, 2025
Copy link

openshift-ci bot commented Mar 11, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: jilju, petr-balogh, vavuthu

The full list of commands accepted by this bot can be found 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

@petr-balogh petr-balogh merged commit d4eff65 into red-hat-storage:master Mar 11, 2025
6 of 7 checks passed
@petr-balogh
Copy link
Member

@jilju please cherry-pick to lower release branches - the best will be till 4.14 please

@petr-balogh
Copy link
Member

/cherry-pick release-4.17

@petr-balogh
Copy link
Member

/cherry-pick release-4.16

@petr-balogh
Copy link
Member

/cherry-pick release-4.15

@petr-balogh
Copy link
Member

/cherry-pick release-4.14

@openshift-cherrypick-robot
Copy link
Collaborator

@petr-balogh: #11601 failed to apply on top of branch "release-4.15":

Applying: Increase timeout when creating PVC from snapshot in test test_pvc_snapshot
Using index info to reconstruct a base tree...
M	tests/functional/pv/pvc_snapshot/test_pvc_snapshot.py
Falling back to patching base and 3-way merge...
Auto-merging tests/functional/pv/pvc_snapshot/test_pvc_snapshot.py
CONFLICT (content): Merge conflict in tests/functional/pv/pvc_snapshot/test_pvc_snapshot.py
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 Increase timeout when creating PVC from snapshot in test test_pvc_snapshot

In response to this:

/cherry-pick release-4.15

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-sigs/prow repository.

@openshift-cherrypick-robot
Copy link
Collaborator

@petr-balogh: new pull request created: #11606

In response to this:

/cherry-pick release-4.17

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-sigs/prow repository.

@openshift-cherrypick-robot
Copy link
Collaborator

@petr-balogh: new pull request created: #11607

In response to this:

/cherry-pick release-4.16

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-sigs/prow repository.

@openshift-cherrypick-robot
Copy link
Collaborator

@petr-balogh: #11601 failed to apply on top of branch "release-4.14":

Applying: Increase timeout when creating PVC from snapshot in test test_pvc_snapshot
Using index info to reconstruct a base tree...
A	tests/functional/pv/pvc_snapshot/test_pvc_snapshot.py
Falling back to patching base and 3-way merge...
Auto-merging tests/manage/pv_services/pvc_snapshot/test_pvc_snapshot.py
CONFLICT (content): Merge conflict in tests/manage/pv_services/pvc_snapshot/test_pvc_snapshot.py
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 Increase timeout when creating PVC from snapshot in test test_pvc_snapshot

In response to this:

/cherry-pick release-4.14

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-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm size/XS Squad/Green Verified Mark when PR was verified and log provided
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Teat case test_pvc_snapshot[CephFileSystem] failed when waiting for PVC from snapshot
4 participants