mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Problem: TestLeaseGrantAndList is flaky because lists won't match at the end. Test uses revision to verify that all members got leases. But checking for revision isn't enough. Solution: use size of the list to stop polling.