Retry transient oc exec errors during shiftstack pod polling - #4150
Retry transient oc exec errors during shiftstack pod polling#4150tusharjadhav3302 wants to merge 1 commit into
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Hi @tusharjadhav3302. Thanks for your PR. I'm waiting for a openstack-k8s-operators member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 33m 28s |
|
/ok-to-test |
|
recheck |
|
/ok-to-test |
e75f403 to
fb296a0
Compare
|
/retest-required |
2 similar comments
|
/retest-required |
|
/retest-required |
fb296a0 to
6df275c
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 11m 00s |
6df275c to
b18c45e
Compare
b18c45e to
2857eaa
Compare
2857eaa to
5aedad7
Compare
a06e258 to
4ac0715
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 25m 23s |
|
/retest-required |
4ac0715 to
a418566
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 34m 41s |
a418566 to
ecb6282
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 14m 30s |
|
recheck |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 44m 14s |
9c443a8 to
0937831
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 29m 33s |
|
/retest-required |
|
recheck |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 47m 32s |
|
recheck |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 10m 48s |
|
/override rdoproject.org/github-check |
|
@evallesp: Overrode contexts on behalf of evallesp: rdoproject.org/github-check DetailsIn response to this:
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. |
0937831 to
5e06ffc
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 4h 58m 04s |
…ling Long-running osp_verification tests poll shiftstackclient via oc exec. Transient API/admission failures (for example SCCExecRestrictions webhook timeouts) were treated as pod loss and aborted post-deployment early. Keep polling on configurable transient stderr patterns so the test can finish when the background command is still running. Patterns live in defaults; failure messages report actual attempt count. Related: OSPRH-36061 Signed-off-by: Tushar Jadhav <tjadhav@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
5e06ffc to
9de78d2
Compare
|
Build succeeded (check pipeline). ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 11m 24s |
|
/approved |
Summary
oc execstderr patterns as retryable while polling long-running shiftstack tests inshiftstackclientSCCExecRestrictionstimeouts) while the background command is still runningContext
shiftstack-rhel9-rhoso18.0-ocp4.22on serval70 failed in post-deployment after ~32 minutes even though:openstack-edpmwere healthyshiftstackclientcontinued and completed successfully afterwardFailure signature:
Related Jira: https://redhat.atlassian.net/browse/OSPRH-36061
Test plan
shiftstack-rhel9-rhoso18.0-ocp4.22on serval70 and confirm post-deployment survives transientoc execpolling errors duringosp_verification_4.22_nightly.yamlNotFound) still fail promptlyMade with Cursor