-
Notifications
You must be signed in to change notification settings - Fork 303
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
Cleanup code #1791
Cleanup code #1791
Conversation
826b038
to
0af506a
Compare
/assign panslava |
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.
Can I ask you to move endpoints refactoring to separate PR? Let's leave here only renaming
pkg/loadbalancers/l4netlb_test.go
Outdated
@@ -169,7 +169,7 @@ func TestHealthCheckFirewallDeletionWithILB(t *testing.T) { | |||
l4NetLB := NewL4NetLB(netlbSvc, fakeGCE, meta.Regional, namer, record.NewFakeRecorder(100)) | |||
|
|||
// make sure both ilb and netlb use the same l4 healtcheck instance | |||
l4NetLB.l4HealthChecks = l4ilb.l4HealthChecks | |||
l4NetLB.l4HealthChecks = l4ilb.healthChecks |
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.
if we change l4healthChecks -> healthChecks on ILB struct should we also change it on NetLB?
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.
yes, done
- get rid of one letter variables named 'L/l/I/|/!/1' - removed unused parameters from assert func in l4 tests no business logic or test logic has been changed in this commit
0af506a
to
28095d8
Compare
- get rid of one letter variables named 'L/l/I/|/!/1' - removed unused parameters from assert func in l4 tests - use better field names no business logic or test logic has been changed in this commit
@panslava I chave move the neg calculators refactoring to pr/1792 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cezarygerard, panslava 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 |
Cleanup code:
no business logic or test logic has been changed in this commit