consul/agent/grpc
Daniel Nephin d19657404f agent/grpc: fix a flaky test by performing more retries
Instead of using retry.Run, which appears to have problems in some cases where it does not
emit an error message, use a for loop.

Increase the number of attempts and remove any sleep, since this operation is not that expensive to do
in a tight loop
2020-10-27 16:34:17 -04:00
..
internal/testservice grpc: add Datacenter field to testing service response 2020-09-14 19:02:09 -04:00
resolver agent/grpc/resolver: namespace the server ID with the DC name 2020-10-27 16:34:15 -04:00
client.go agent/grpc: always close the conn when dialing fails. 2020-09-24 12:53:14 -04:00
client_test.go agent/grpc: fix a flaky test by performing more retries 2020-10-27 16:34:17 -04:00
handler.go agent/grpc: use a separate channel for closing the Accept 2020-10-27 16:34:15 -04:00
server_test.go agent/grpc: remove misleading warnings from test output 2020-10-27 16:34:16 -04:00
stats.go agent/grpc: make TestHandler_EmitsStats predictable 2020-09-14 19:05:22 -04:00
stats_test.go agent/grpc: fix a flaky test by performing more retries 2020-10-27 16:34:17 -04:00