-
Notifications
You must be signed in to change notification settings - Fork 817
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
Small typo in test #1526
Small typo in test #1526
Conversation
@@ -1253,7 +1253,7 @@ func TestGameServerPod_ContainerNotFound_ErrReturned(t *testing.T) { | |||
|
|||
} | |||
|
|||
func TestGameServerPod_WithSidecar_NoErrros(t *testing.T) { | |||
func TestGameServerPod_WithSidecar_NoErrors(t *testing.T) { |
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.
Somehow this slipped in, and I missed it - can we get rid of the _
, while we are in here please :D
It's not to Go naming conventions.
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.
By the way underscore is fine for Example functions in tests, probably that's why golint
did not show an error:
https://golang.org/pkg/testing/#hdr-Examples
But I was expecting that this name would generate a linter error. More context:
golang/lint#5
Build Failed 😱 Build Id: dd832000-daef-43d1-b0bf-85cfeceb182e To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Been seeing this a bit today: Flakiness.
|
Build Succeeded 👏 Build Id: 6ce8f51a-d6e1-4092-8996-efa97e745a2f The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: d1e91e98-85f2-443c-9b89-e1e75737de8f The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
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.
Yay
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, markmandel 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 |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 286fba28-fe3a-41d9-ab4b-d5b4752d97d6 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Co-authored-by: Mark Mandel <markmandel@google.com>
Cleanup the func name.
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Closes #
Special notes for your reviewer: