-
Notifications
You must be signed in to change notification settings - Fork 388
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 crash when deleting the Secret storing BGP passwords #7042
Fix crash when deleting the Secret storing BGP passwords #7042
Conversation
fa5a63b
to
6597614
Compare
updatedIPv4Peer3Config.Password = "updated-" + peer3AuthPassword | ||
mockBGPServer.EXPECT().UpdatePeer(gomock.Any(), updatedIPv4Peer1Config) | ||
mockBGPServer.EXPECT().UpdatePeer(gomock.Any(), updatedIPv4Peer3Config) | ||
copiedIPv4Peer1Config := ipv4Peer1Config |
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.
for the variable names, maybe something like expectedIPv4Peer1Config
would make more sense, since you are using these variables to set expectations on mockBGPServer
. I find the copied
prefix a bit misleading in this context.
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.
Updated.
Signed-off-by: Hongliang Liu <[email protected]>
6597614
to
dc120bc
Compare
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.
LGTM
/test-all |
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.
LGTM
) Signed-off-by: Hongliang Liu <[email protected]>
) Signed-off-by: Hongliang Liu <[email protected]>
) Signed-off-by: Hongliang Liu <[email protected]>
Signed-off-by: Hongliang Liu <[email protected]>
Signed-off-by: Hongliang Liu <[email protected]>
Signed-off-by: Hongliang Liu <[email protected]>
No description provided.