refactor operator-framework-e2e#503
Merged
everettraven merged 2 commits intooperator-framework:mainfrom Nov 2, 2023
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #503 +/- ##
=======================================
Coverage 83.75% 83.75%
=======================================
Files 23 23
Lines 868 868
=======================================
Hits 727 727
Misses 96 96
Partials 45 45
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
334a059 to
dcce1ff
Compare
to perform setup in a bash script, making it easier to read+modify the setup and easier to read the e2e logic written in Go Signed-off-by: Bryce Palmer <everettraven@gmail.com>
370eecd to
74ef62e
Compare
Signed-off-by: Bryce Palmer <everettraven@gmail.com>
Member
Contributor
Author
m1kola
reviewed
Nov 2, 2023
m1kola
approved these changes
Nov 2, 2023
Member
|
Re: |
camilamacedo86
pushed a commit
to camilamacedo86/operator-controller
that referenced
this pull request
Jan 8, 2025
…prove logging (operator-framework#503) Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
setup.shto perform all the setup logic for the coast-to-coast e2e testThe combination of the changes here makes the test still generally do the same things of:
operator-sdkto:Catalogthat references a catalog image, either the one with the plain+v0 bundle or the one with the registry+v1 bundleOperatorthat references a package, either the one with the plain+v0 bundle or the one with the registry+v1 bundleOperatoreventually has the conditionInstalledwith a status ofTrueand a reason ofSuccessMotivation
make operator-developer-e2efails with podman #349make operator-developer-e2efails when container with name "local-registry" is already exists #350Open Questions
.spec.versionto be the "new" version. This implementation does not have that and instead focuses on the coast-to-coast of build, package, deploy. Is it necessary to include the "upgrading" of an operator as part of this e2e test?Reviewer Checklist