🌱 Update catalogd e2e and update e2e#1222
🌱 Update catalogd e2e and update e2e#1222tmshort wants to merge 1 commit intooperator-framework:mainfrom
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
The upgrade-e2e failure is likely, due to the addition of a webhook |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1222 +/- ##
=======================================
Coverage 76.53% 76.53%
=======================================
Files 40 40
Lines 2340 2340
=======================================
Hits 1791 1791
Misses 392 392
Partials 157 157
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
| } | ||
| } | ||
|
|
||
| func TestClusterCatalogLabels(t *testing.T) { |
There was a problem hiding this comment.
Do we need this separate test in operator-controller? It seems like
- it is functionality that is fully encompassed (and now tested) in catalogd.
- we are already testing this indirectly via operator-controller's support of catalog selectors in its ClusterExtension API.
There was a problem hiding this comment.
If catalogd's behavior changes, then this would detect it, but so would other tests. I can live without it
There was a problem hiding this comment.
but so would other tests
Right, our other tests depend on that functionality working now.
There was a problem hiding this comment.
+1 on not testing catalogd's behavior explicitly in operator-controller
baec0ed to
2e1c781
Compare
|
It would seem that using |
|
/lgtm |
Why is that? |
Because the |
* Use proper labels from catalogd * Add better deployment checking * Fix broken test This test seems broken, it's supposed to resolve again, and the test implies that this should be the 2.0.0 version, but it's checking against 1.2.0 (which was the original version installed) Signed-off-by: Todd Short <tshort@redhat.com>
e5a0563 to
b17f1c1
Compare
|
New changes are detected. LGTM label has been removed. |
Fixes: #1115
Description
Reviewer Checklist