RegionalGCLBForVIP() Fix#969
Conversation
|
Hi @spencerhance. Thanks for your PR. I'm waiting for a kubernetes 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. 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/test-infra repository. |
Fixes a bug where the ilb e2e test helper function may confuse multiple forwarding rules from different VPCs with the same VIP
c3eb7c1 to
910d9ca
Compare
|
/assign @freehan |
|
/unhold |
|
/ok-to-test |
pkg/fuzz/gcp.go
Outdated
| if err := RegionalGCLBForVIP(ctx, c, gclb, params); err != nil { | ||
| return nil, err | ||
| } | ||
| return gclb, nil |
There was a problem hiding this comment.
How about this?
err := RegionalGCLBForVIP(.....
return gclb, err
There was a problem hiding this comment.
ooh much nicer, fixed
0c32528 to
01a1808
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: freehan, spencerhance 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 |
Fixes a bug where the ilb e2e test helper function may confuse multiple forwarding rules
from different VPCs with the same VIP
Will require another PR first to add the network flag to internal tests
/hold
Blocked by #971