-
Notifications
You must be signed in to change notification settings - Fork 43
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
OCPBUGS-15576: fix: ensure panic safety in PVC controller for non set storageClassName #369
OCPBUGS-15576: fix: ensure panic safety in PVC controller for non set storageClassName #369
Conversation
@jakobmoellerdev: This pull request references Jira Issue OCPBUGS-15576, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In 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/test-infra repository. |
Skipping CI for Draft Pull Request. |
/jira refresh |
@jakobmoellerdev: This pull request references Jira Issue OCPBUGS-15576, which is invalid:
Comment In 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/test-infra repository. |
/jira refresh |
@jakobmoellerdev: This pull request references Jira Issue OCPBUGS-15576, which is invalid:
Comment In 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/test-infra repository. |
/jira refresh |
@qJkee: This pull request references Jira Issue OCPBUGS-15576, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
In 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/test-infra repository. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #369 +/- ##
==========================================
+ Coverage 14.38% 16.55% +2.16%
==========================================
Files 23 24 +1
Lines 1932 2060 +128
==========================================
+ Hits 278 341 +63
- Misses 1630 1693 +63
- Partials 24 26 +2
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥲
eda99c3
to
96b239d
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jakobmoellerdev, jeff-roche 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 |
/hold for one more review |
96b239d
to
5942590
Compare
d30d1bf
to
5f3feee
Compare
5f3feee
to
798630d
Compare
/lgtm |
@jeff-roche e2e test is still flaky right? Should we wait for them to be fixed or do you want to force this merge in? |
I will run the e2e tests manually and report back |
Also removes unnecessary API Reader and cleans up logging, introduces test cases for ignore cases
798630d
to
deac46e
Compare
Manually tested |
@jeff-roche: Overrode contexts on behalf of jeff-roche: ci/prow/lvm-operator-bundle-e2e-aws In 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/test-infra repository. |
/lgtm |
Manually tested |
@jeff-roche: Overrode contexts on behalf of jeff-roche: ci/prow/lvm-operator-bundle-e2e-aws In 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/test-infra repository. |
@jakobmoellerdev: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
@jakobmoellerdev: Jira Issue OCPBUGS-15576: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-15576 has been moved to the MODIFIED state. In 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/test-infra repository. |
Otherwise if a PVC is created without storageClassName, LVM Operator will crash and cause a panic.
Also removes unnecessary API Reader in PVC controller and cleans up logging, introduces test cases for ignore cases