You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makes a Raft UT more lenient to fix flake. The flake happens
when leader initiate leadership transfer too fast, that follower
hasn't applied reconfig yet. In this case, follower will eventually
be able to claim leadership after election timeout. Instead of
asserting intermediate procedures, we could simply assert the final
result - after certainly amount of ticks, the only remaining node
in cluster will be able to elect itself.
Change-Id: I9d5d3927e8234fc9070b4b9b61fa31e144838e6f
Signed-off-by: Jay Guo <guojiannan1101@gmail.com>
0 commit comments