OCPBUGS-98316: Fix SHA idempotency test in nmstate-configuration.sh#6291
OCPBUGS-98316: Fix SHA idempotency test in nmstate-configuration.sh#6291rbbratta wants to merge 1 commit into
Conversation
The applied-vs-config comparison used invalid [ test syntax without spaces, so bash never took the early-exit path and re-ran OVS cleanup on every service start. Signed-off-by: Ross Brattain <rbrattai@redhat.com> Assisted-by: Cursor
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@rbbratta: This pull request references Jira Issue OCPBUGS-98316, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe nmstate configuration template replaces a malformed SHA256 comparison with a valid Bash ChangesNmstate configuration comparison
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@rbbratta: This pull request references Jira Issue OCPBUGS-98316, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm |
|
Scheduling tests matching the |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: cybertron, rbbratta 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 |
|
/retest-required |
|
@rbbratta: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
Looks like the upgrade job may be having issues in general. Worth noting that it's not affected by this change as the service is not used on AWS. |
The applied-vs-config comparison used invalid [ test syntax without spaces, so bash never took the early-exit path and re-ran OVS cleanup on every service start.
Assisted-by: Cursor
- What I did
- How to verify it
- Description for the changelog
Summary by CodeRabbit