Open easwars opened 1 year ago
Looks like the test can also timeout. https://github.com/grpc/grpc-go/actions/runs/4324090128/jobs/7548480827
This should be a time bound read: https://github.com/grpc/grpc-go/blob/6f44ae89b1ab4e492516fd8f1770ad16451a9f02/xds/internal/xdsclient/authority_test.go#L116
Currently, this is causing the test to exceed its 7m deadline.
There is a leaking goroutine. Please check @arvindbr8
https://github.com/grpc/grpc-go/actions/runs/5226986500/jobs/9438156233. I checked and the branch has the fix in in it's commit history, since we cut branch last week.
https://github.com/grpc/grpc-go/actions/runs/4316641977/jobs/7532681830