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
Leader should send heartbeat when the upper services call rf.Start() method. This way we can agree on the new log entry without waiting for the next heartbeat sent interval (100ms here).
But it seems that when the leader send heartbeat too fast it will crash and stop to work. So the next tests will fail if we try serval times with the args -count n in Go.
Failed Tests:
TestConcurrentStarts2B
The text was updated successfully, but these errors were encountered:
Leader should send heartbeat when the upper services call
rf.Start()
method. This way we can agree on the new log entry without waiting for the next heartbeat sent interval (100ms here).But it seems that when the leader send heartbeat too fast it will crash and stop to work. So the next tests will fail if we try serval times with the args
-count n
in Go.Failed Tests:
The text was updated successfully, but these errors were encountered: