-
Notifications
You must be signed in to change notification settings - Fork 304
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
fix a bug where ingress GC will remove wanted LB if the namespace+nam… #688
Conversation
pkg/loadbalancers/l7s_test.go
Outdated
expectLBs []string | ||
}{ | ||
{ | ||
"empty", |
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 we use the labeled struct format, I find this hard to follow
desc: "...",
keys: []string{...}
pkg/loadbalancers/l7s_test.go
Outdated
desc string | ||
keys []string | ||
existingLBs []string | ||
expectLBs []string |
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.
extraExpectedLBs (any in ingressLBs must appear here, don't need to specify them separately.
pkg/loadbalancers/l7s_test.go
Outdated
testCases := []struct { | ||
desc string | ||
keys []string | ||
existingLBs []string |
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.
gcpLBs
pkg/loadbalancers/l7s_test.go
Outdated
cloud := l7sPool.cloud | ||
testCases := []struct { | ||
desc string | ||
keys []string |
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.
ingressLBs
pkg/loadbalancers/l7s_test.go
Outdated
} | ||
|
||
for _, tc := range testCases { | ||
for _, key := range tc.existingLBs { |
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.
tc := tc
t.Run(tc.desc, func(t*testing.T){
...
})
Ready for another round |
Pushed |
…e length is between 44-47 chars
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bowei, freehan 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 |
Cherry pick #688 into release.15
fix a bug where ingress GC will remove wanted LB if the namespace+name length is between 44-47 chars Introduced by this commit: c74db67#diff-b1f4c09e8d55ceb3fe65799b21e57d43