grpc / grpc-go

The Go language implementation of gRPC. HTTP/2 based RPC
https://grpc.io
Apache License 2.0
21.15k stars 4.4k forks source link

xds: revert workarounds in tests when go-control-plane issue is fixed #7807

Open easwars opened 4 weeks ago

easwars commented 4 weeks ago

https://github.com/envoyproxy/go-control-plane/issues/431 is a bug in the go-control-plane implementation that results in the server not sending resources in certain cases. We have some workaround in some tests for this. Once the bug is closed, we should revert these workarounds.

So far:

purnesh42H commented 6 days ago

@easwars do we need to keep this open if nothing is expected from us? Can we tag it as blocked?