Open purnesh42H opened 1 week ago
Failure link:
The error log: https://github.com/grpc/grpc-go/actions/runs/11989223270/job/33425355899?pr=7865
pickfirstleaf_ext_test.go:700: Failed to start server: net.Listen("tcp", "127.0.0.1:39795") = listen tcp 127.0.0.1:39795: bind: address already in use
The server was shut down, it couldn't bind to the same port when it tried to start again. I'll raise a PR that uses RestartableListeners
so that the listener is not closed when the server is temporarily stopped.