Doug Fawley
Doug Fawley
Thanks for the PRs @Clement-Jean . IIUC the only remaining thing is channelz, which is blocked on #6969.
Yes, I think we're all clear now to finish it. Unfortunately, it looks like we'll still keep the dependency in perpetuity because of testing in https://github.com/grpc/grpc-go/blob/cce163274b6cb9de2b2bf0bc742384e5755fee42/reflection/grpc_testing_not_regenerate/testv3.go#L41C9-L41C41
Hi @ZhenLian, We're trying to deflake all our tests, and this one seems to be a pretty significant source of flakiness. Could you please take a look or reassign if...
Can we adjust the test to not fail when the flaky behavior is seen? Or does that defeat the purpose of the test? Is it possible to retry until it...
> One way I can think of to solve the flakiness fundamentally is to fake the Ticker in the watcher. We could expose a Ticker field in pemfile.Options{} so that...
https://github.com/grpc/grpc-go/actions/runs/5754612753/job/15600281057?pr=6501#step:8:203
I'll take a look at this as part of my channelz reworking.
Failing 22/10k on google3.
Replacing this notice with #6472 to encompass all the new things required by [gRFC A61](https://github.com/grpc/proposal/pull/356) as well.
Based on the updates on https://github.com/googleapis/google-cloud-go/issues/6037, I don't _think_ we should do anything here until there is broader agreement.