Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🏃tests: standardize gomega/ginkgo imports #2571

Merged
merged 1 commit into from
Mar 8, 2020

Conversation

cpanato
Copy link
Member

@cpanato cpanato commented Mar 6, 2020

What this PR does / why we need it:
tests: standardize gomega/ginkgo imports

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Related to #2433

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Mar 6, 2020
@cpanato cpanato changed the title 🏃tests: standardize gomega/ginkgo imports WIP 🏃tests: standardize gomega/ginkgo imports Mar 6, 2020
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. labels Mar 6, 2020
@cpanato cpanato changed the title WIP 🏃tests: standardize gomega/ginkgo imports 🏃tests: standardize gomega/ginkgo imports Mar 6, 2020
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 6, 2020
@cpanato
Copy link
Member Author

cpanato commented Mar 6, 2020

/cc @detiber @chuckha

@k8s-ci-robot k8s-ci-robot requested a review from detiber March 6, 2020 17:06
@vincepri
Copy link
Member

vincepri commented Mar 6, 2020

@cpanato This PR is related to the issue linked, but it doesn't fully fix it. There are a lot of other unit tests that have been written with the plain go-test style which should be converted, but that can happen later, this is a great first step!

/approve
/milestone v0.3.0

@k8s-ci-robot k8s-ci-robot added this to the v0.3.0 milestone Mar 6, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cpanato, vincepri

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 6, 2020
@cpanato
Copy link
Member Author

cpanato commented Mar 6, 2020

@vincepri makes sense, updated the description

I will look in the tests and update those that needed

Thanks!

Copy link
Member

@detiber detiber left a comment

Choose a reason for hiding this comment

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

A few minor nits, otherwise lgtm pending Vince's suggestions.

cmd/clusterctl/test/e2e/config_cluster_test.go Outdated Show resolved Hide resolved
controllers/cluster_controller_test.go Outdated Show resolved Hide resolved
controllers/external/util_test.go Outdated Show resolved Hide resolved
controllers/machinehealthcheck_controller_test.go Outdated Show resolved Hide resolved
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 7, 2020
@vincepri
Copy link
Member

vincepri commented Mar 8, 2020

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 8, 2020
@k8s-ci-robot k8s-ci-robot merged commit 5f5e57f into kubernetes-sigs:master Mar 8, 2020
@cpanato cpanato deleted the GH-2433 branch March 8, 2020 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants