mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
getting lease and keys info through raw rpcs rarely experience error such as EOF. This is considered as a failure and causes tester to clean up. however, they are just transient problem with temporary connection issue which should not be considered as a testing failure. so we add retry logic in case of transient failure. FIX #6754