Uh oh!
There was an error while loading. Please reload this page.
⚠️ Remove status.resolution - #1315
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
2e39ba5 to
fe6f857Comparee29c5e0 to
26bdc55CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| require.NoError(t, cl.DeleteAllOf(ctx, &ocv1alpha1.ClusterExtension{})) | ||
| } | ||
| func verifyInvariants(ctx context.Context, t *testing.T, c client.Client, ext *ocv1alpha1.ClusterExtension) { |
There was a problem hiding this comment.
Interesting that the first test is the only place this is being called. So much for invariants if we only test them in one scenario. Haha.
I think we've decided to loosen our invariant checks, but want to call this out to make sure we talk about it.
There was a problem hiding this comment.
The lint pointed out that , these functions are not used anymore.
Uh oh!
There was an error while loading. Please reload this page.
26bdc55 to
c214b0bCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
c214b0b to
febe76eCompare
everettraven
left a comment
There was a problem hiding this comment.
From what I can tell this looks good!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #1315 +/- ##
==========================================
+ Coverage 75.99% 76.13% +0.13%
==========================================
Files 41 41 Lines 2429 2409 -20 ==========================================
- Hits 1846 1834 -12 + Misses 410 402 -8
Partials 173 173
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c9767f7 to
e2f605cCompareFixesoperator-framework#1306 Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
replacing below code with require.NotNil(ct, cond)
```
if !assert.NotNil(ct, cond) {
return
}
```
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>e2f605c to
5cf7d39CompareUh oh!
There was an error while loading. Please reload this page.
e2e-kind failed for the last merge queue test : https://github.com/operator-framework/operator-controller/actions/runs/11114103134/job/30879887774 |
Uh oh!
There was an error while loading. Please reload this page.
LalatenduMohanty
commented
Sep 30, 2024
This time e2e-kind passed but unit tests failed with |
#1323 is merged to fix the unit test race condition. |
Fixes#1306
Description
Reviewer Checklist