-
Notifications
You must be signed in to change notification settings - Fork 472
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
Rectified Conformance Test Name Generation #1290
Conversation
Hi @abhijit-dev82. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
While resolving merge conflicts the original #1283 got closed, hence had to open a new PR. |
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.
Thanks @abhijit-dev82! This LGTM, works well for me, just a couple tiny nits.
/ok-to-test
conformance/utils/http/http.go
Outdated
// Get User-defined test case name or generate from expected response to a given request. | ||
func (er *ExpectedResponse) GetTestCaseName(i int) string { | ||
|
||
/* If TestCase name is provided then use that or else generate one */ |
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.
Tiny nit: Would expect this to be a line comment (//
instead of /*
) per https://go.dev/doc/effective_go#commentary.
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.
Corrected.
6a189f7
to
6f5a7b2
Compare
a9400ce
to
39d7532
Compare
b832011
to
39d7532
Compare
39d7532
to
0c923e3
Compare
/reopen |
@abhijit-dev82: Reopened this PR. 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. |
Rectified Conformance Test Name Generation Rectified Conformance Test Name Generation
e3ea198
to
66ee517
Compare
Thanks @abhijit-dev82! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhijit-dev82, robscott 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 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Conformance Test Name Generation is Flawed
Which issue(s) this PR fixes:
Fixes #1272
Does this PR introduce a user-facing change?:
No