-
Notifications
You must be signed in to change notification settings - Fork 243
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
Migrate to ginkgo v2 #5809
Migrate to ginkgo v2 #5809
Conversation
✅ Deploy Preview for odo-docusaurus-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
d7df6ab
to
2d7ca85
Compare
2d7ca85
to
e2d86d4
Compare
e2d86d4
to
7cf8650
Compare
/retest |
a0fc119
to
82075ff
Compare
4dc83fe
to
244649e
Compare
5461d84
to
8a478af
Compare
/test v4.10-integration-e2e |
1 similar comment
/test v4.10-integration-e2e |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: feloy 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 |
@@ -0,0 +1,30 @@ | |||
#!/bin/sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@feloy Unless I've missed something about the usage of this script, I'm wondering if it wouldn't make sense to run this as part of CI, to detect cases where the go.mod
file would be edited directly without updating this script (e.g, Dependabot PRs or someone updating/adding a new dependency). This way, we would be aware of editing this file if there is a diff.
But I guess it might not be straightforward especially where this script might potentially update dependencies with go get -u
..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree that I would make sense. I remember we discussd to put in place a script to check these kind of generated code (mocks at least); that would be part of this work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, I also remember a discussion around such checks. I'll try to find a related issue (or create a new one) to track this.
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
0001050
to
2f96d0a
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/override ci/prow/unit |
@feloy: Overrode contexts on behalf of feloy: ci/prow/unit, ci/prow/v4.10-integration-e2e In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
* migrate to ginkgo v2 for tests Signed-off-by: anandrkskd <anandrkskd@gmail.com> * update to ginkgo/v2 Signed-off-by: anandrkskd <anandrkskd@gmail.com> * update to ginkgo v2 Signed-off-by: anandrkskd <anandrkskd@gmail.com> * use ginkgo binary for tests Signed-off-by: anandrkskd <anandrkskd@gmail.com> * update to ginkgo v2 Signed-off-by: anandrkskd <anandrkskd@gmail.com> * remove GOFLAG while downloading ginkgo Signed-off-by: anandrkskd <anandrkskd@gmail.com> * remove FlakeAttempts from tests Signed-off-by: anandrkskd <anandrkskd@gmail.com> * use ginkgo v2.1.4 Signed-off-by: anandrkskd <anandrkskd@gmail.com> * mod cleanup and use mod to run ginkgo Signed-off-by: anandrkskd <anandrkskd@gmail.com> * remove unnecessary goget-ginkgo from sctipt Signed-off-by: anandrkskd <anandrkskd@gmail.com>
What type of PR is this:
/kind tests
What does this PR do / why we need it:
Which issue(s) this PR fixes:
Fixes #5791
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: