Open easwars opened 5 months ago
Hey @easwars, I'd like to work on this issue. Could you please assign it to me?
@easwars cc @aranjans Sorry to bother you at this moment.
This is my first time addressing this type of issue, and it seems difficult to reproduce locally. I've run the following commands; am I missing anything?
Details
$ go version
go version go1.22.4 darwin/arm64
$ pwd
~/Developer/SpiffyEight77/grpc-go/xds/internal/xdsclient
$ go test -race -count=100000 -failfast -run ^Test/TimerAndWatchStateOnErrorCallback$
PASS
ok google.golang.org/grpc/xds/internal/xdsclient 429.233s
@SpiffyEight77 thanks for doing go test -race. Yeah flaky tests are hard to repro. We will add more instances to this issue if encounter any in future. Meanwhile if you want you can try to trace the code to figure the root cause and fix if any
@SpiffyEight77 thanks for doing go test -race. Yeah flaky tests are hard to repro. We will add more instances to this issue if encounter any in future. Meanwhile if you want you can try to trace the code to figure the root cause and fix if any
@purnesh42H Thank you so much for your reply, I'll take time to read the code and figure the root cause and fix it.
@SpiffyEight77 just checking if you are still working on it
@purnesh42H Apologies for my delayed response. I haven't been working on this issue recently.
https://github.com/grpc/grpc-go/actions/runs/9473148966/job/26100074724?pr=7320