-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
xds client: Updated v3 type for http connection manager #4137
Conversation
|
Can you try changing grpc-go/xds/internal/client/client_lds_test.go Lines 90 to 97 in f4a20d2
To cmAny, _ := ptypes.MarshalAny(cm)
...
{
ApiListener: cmAny,
} And see if this would catch the bug? Thanks! |
ok sure. Misunderstood it. let me test using ptypes on ConnectionManager. |
Rolling back CM type to and updating the unit test cases to ptype marshal caught the issue.
updating to new type
|
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.
Thanks so much for the fix and the test! LGTM!
Fix for Issue #4136
I am unable to validate the failure running unit tests for
client_lds_tests.go