CNF-23388: mockgen deprecated: use uber-go/mock instead#131
Conversation
Karthik-K-N
left a comment
There was a problem hiding this comment.
Thank you for the PR
Test failure is unrelated to this Platform
/lgtm
/approve
|
/test okd-scos-e2e-aws-ovn |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Karthik-K-N, sebrandon1 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/override okd-scos-e2e-aws-ovn |
|
@Karthik-K-N: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. DetailsIn 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-sigs/prow repository. |
|
Since the failure is not related to the platform PowerVS /override ci/prow/okd-scos-e2e-aws-ovn |
|
@Karthik-K-N: Overrode contexts on behalf of Karthik-K-N: ci/prow/okd-scos-e2e-aws-ovn DetailsIn 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-sigs/prow repository. |
6251f1c to
236f8a5
Compare
|
New changes are detected. LGTM label has been removed. |
|
/retest |
236f8a5 to
485f24f
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (293)
📒 Files selected for processing (7)
✅ Files skipped from review due to trivial changes (4)
WalkthroughThis PR migrates mock tooling and imports from github.com/golang/mock to go.uber.org/mock, updates go.mod dependency versions, updates go:generate directives and tools imports, and regenerates mock code (updated imports, an added isgomock field, and recorder parameters changed to any). ChangesMock migration cohort
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes
🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
485f24f to
a69b36f
Compare
|
@sebrandon1: This pull request references CNF-23388 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/retest |
a69b36f to
0b34353
Compare
0b34353 to
12116b0
Compare
|
@sebrandon1: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
https://github.com/golang/mock is marked as archived as of
June 27, 2023. They recommend using go.uber.org/mock.This PR attempts to change the dependency to one that is maintained.
Tracking issue: redhat-best-practices-for-k8s/telco-bot#45
Summary by CodeRabbit
Chores
Refactor