Skip to content

🌱 Add ClusterExtension package uniqueness test - #785

Merged
tmshort merged 1 commit into
operator-framework:mainfrom
m1kola:admission_tests
Apr 25, 2024
Merged

🌱 Add ClusterExtension package uniqueness test#785
tmshort merged 1 commit into
operator-framework:mainfrom
m1kola:admission_tests

Conversation

@m1kola

Copy link
Copy Markdown
Member

Description

Follow up to #774

Reviewer Checklist

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

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
@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 Apr 25, 2024
@netlify

netlifyBot commented Apr 25, 2024

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

NameLink
🔨 Latest commit6fee898
🔍 Latest deploy loghttps://app.netlify.com/sites/olmv1/deploys/662a6f867867da000870d87a
😎 Deploy Previewhttps://deploy-preview-785--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.

ocv1alpha1 "github.com/operator-framework/operator-controller/api/v1alpha1"
)

func TestClusterExtensionPackageUniqueness(t *testing.T) {

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

Feels a bit like we are testing upstream Kubernetes... Is this test worth having?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

On the other hand - I got CEL expression wrong at first while working on #774: I blocked edits :) Given that I think it makes sense.

@m1kola
m1kola marked this pull request as ready for review April 25, 2024 15:08
@m1kola
m1kola requested a review from a team as a code ownerApril 25, 2024 15: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 Apr 25, 2024
@m1kolam1kola mentioned this pull request Apr 25, 2024
4 tasks

@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 Apr 25, 2024
@tmshort

Copy link
Copy Markdown
Contributor

/approve

@tmshort
tmshort enabled auto-merge April 25, 2024 17:45
@tmshort
tmshort added this pull request to the merge queue Apr 25, 2024
Merged via the queue into operator-framework:main with commit 265d60dApr 25, 2024
@m1kola
m1kola deleted the admission_tests branch April 26, 2024 08:05
@m1kola

Copy link
Copy Markdown
MemberAuthor

I think I introduced a flake here. Example.

I'll look into it.

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