You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if i understood it, This wouldn't cause an issue in the unit tests as both (creation and comparison) use same constant. I found this issue while working on a v3 xds-controller . The control plane was sending a different type and grpc-go was failing while validating type with its constants.
Updating the test to this below caused a failure though..
What version of gRPC are you using?
1.34.0
What version of Go are you using (
go version
)?1.15.3
What operating system (Linux, Windows, …) and version?
Linux
Minor issue with http_connection_manager @
grpc-go/xds/internal/version/version.go
Line 48 in f4a20d2
This is causing validation failures and nacks on the xds response for envoy v3 resources. This should instead be..
Would be happy to submit a PR if it helps.. https://github.com/pradeepmvn/grpc-go/blob/90d23d53d5be6785267882cbe283461c27df071e/xds/internal/version/version.go#L48
The text was updated successfully, but these errors were encountered: