grpc-go/xds
Easwar Swaminathan 6768e33c1f
xds: Fix TestV2ClientBackoffAfterRecvError (#3815)
The failure seems to have been because of the following:
* After the stream failure, and after the backoff, the client tries to
  register all its existing watches. And there seems to have been a race
  between the re-register and the client close. Hence a log message was
  getting printing saying "send failed because of EOF".

I've fixed this by making sure that the test waits for the xDS request
corresponding to the re-registered watch. I've also tried running it a
1000 times without a failure.
2020-08-13 12:40:42 -07:00
..
internal xds: Fix TestV2ClientBackoffAfterRecvError (#3815) 2020-08-13 12:40:42 -07:00
xds.go xds: Client refactor in preparation for xDS v3 support (#3743) 2020-07-30 10:27:09 -07:00