-
Notifications
You must be signed in to change notification settings - Fork 66
🌱 Update e2e tests for boxcutter #2136
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
🌱 Update e2e tests for boxcutter #2136
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2136 +/- ##
=======================================
Coverage 72.79% 72.79%
=======================================
Files 79 79
Lines 7340 7340
=======================================
Hits 5343 5343
- Misses 1647 1651 +4
+ Partials 350 346 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9483dd9
to
db765c3
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: joelanford 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 |
Modify the `RecoversFromInitialInstallFailedWhenFailureFixed` test to instead not create the namespace and service account, instead of having bad service account. Boxcutter will ignore the service account. Add `RecoversFromExsitingDeploymentWhenFailureFixed` test to ensure we don't adopt, and instead fail when there's an existing resource that matches the bundle (i.e. don't adopt), Signed-off-by: Todd Short <tshort@redhat.com>
/lgtm |
108d7e8
into
operator-framework:main
Modify the
RecoversFromInitialInstallFailedWhenFailureFixed
test to instead not create the namespace and service account, instead of having bad service account. Boxcutter will ignore the service account.Add
RecoversFromExsitingDeploymentWhenFailureFixed
test to ensure we don't adopt, and instead fail when there's an existing resource that matches the bundle (i.e. don't adopt),Description
Reviewer Checklist