grpc-go/xds/internal
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
..
balancer xds: add LRS balancing policy (#3799) 2020-08-13 11:47:23 -07:00
client xds: Fix TestV2ClientBackoffAfterRecvError (#3815) 2020-08-13 12:40:42 -07:00
resolver xds: Client refactor in preparation for xDS v3 support (#3743) 2020-07-30 10:27:09 -07:00
testutils xds: Improve TestClientWrapperWatchEDS. (#3783) 2020-08-06 15:36:15 -07:00
version xds: Client refactor in preparation for xDS v3 support (#3743) 2020-07-30 10:27:09 -07:00
internal.go xds: add LRS balancing policy (#3799) 2020-08-13 11:47:23 -07:00
internal_test.go rename to LocalityID (#3522) 2020-04-14 09:04:53 -07:00