Skip to content

🌱 Remove E2E test testing rukpak - #946

Merged
tmshort merged 1 commit into
operator-framework:mainfrom
m1kola:remove_e2e_test
Jun 18, 2024
Merged

🌱 Remove E2E test testing rukpak#946
tmshort merged 1 commit into
operator-framework:mainfrom
m1kola:remove_e2e_test

Conversation

@m1kola

@m1kolam1kola commented Jun 17, 2024

Copy link
Copy Markdown
Member

Description

We use rukpak as a library at the moment and want rukpak to have own tests covering limitations such not allowing to install content with webhooks.

This is a follow up for this discussion: #924 (comment)

Added extra coverage for rukpak: operator-framework/rukpak#922

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

@openshift-ciopenshift-ciBot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 17, 2024
@netlify

netlifyBot commented Jun 17, 2024

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

NameLink
🔨 Latest commit74297c3
🔍 Latest deploy loghttps://app.netlify.com/sites/olmv1/deploys/66705bef231d1100083648ae
😎 Deploy Previewhttps://deploy-preview-946--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov

codecovBot commented Jun 17, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.96%. Comparing base (b4c928c) to head (74297c3).
Report is 2 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #946 +/- ##
==========================================
- Coverage 80.41% 79.96% -0.46% 
==========================================
Files 16 16 Lines 1103 1103 ==========================================
- Hits 887 882 -5 - Misses 150 153 +3 - Partials 66 68 +2 
FlagCoverage Δ
e2e57.66% <ø> (-1.55%)⬇️
unit53.85% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@m1kola
m1kola marked this pull request as ready for review June 17, 2024 12:02
@m1kola
m1kola requested a review from a team as a code ownerJune 17, 2024 12:02
@openshift-ciopenshift-ciBot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 17, 2024
@m1kola

Copy link
Copy Markdown
MemberAuthor

Something wrong with code coverage report: it dropped to 0 for e2e tests. Even cmd/manager/main.go doesn't have any coverage which is clearly not the case because we run other E2E tests.

@m1kola
m1kola marked this pull request as draft June 17, 2024 14:44
@openshift-ciopenshift-ciBot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 17, 2024
@m1kola
m1kolaforce-pushed the remove_e2e_test branch 3 times, most recently from 908e105 to 3719edfCompareJune 17, 2024 15:38
We use rukpak as a library at the moment and want
rukpak to have own tests covering limitations such
not allowing to install content with webhooks.
Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
@m1kola

Copy link
Copy Markdown
MemberAuthor

Something wrong with code coverage report: it dropped to 0 for e2e tests. Even cmd/manager/main.go doesn't have any coverage which is clearly not the case because we run other E2E tests.

No longer can reproduce after rebased on top of main.

@m1kola
m1kola marked this pull request as ready for review June 17, 2024 16:08
@openshift-ciopenshift-ciBot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 17, 2024

@tmshorttmshort left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ciopenshift-ciBot added the lgtm Indicates that a PR is ready to be merged. label Jun 18, 2024
@tmshort
tmshort added this pull request to the merge queue Jun 18, 2024
Merged via the queue into operator-framework:main with commit bfd4142Jun 18, 2024
@m1kola
m1kola deleted the remove_e2e_test branch June 18, 2024 14:50
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtmIndicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@m1kola@tmshort