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
We need extensive integration tests on the raft cluster covering all possibilities.
The test must use the underlying cluster package and actually create clusters instead of mocking them.
Following are the scenarios we need to consider.
Normal raft operation.
Leader failure.
Leader recovery.
Multiple leader problem.
Network partitions and their recovery.
Follower join.
Follower graceful shutdown.
Mock tests where the non-mocked node is a leader.
Mock tests where the non-mocked node is a follower.
The text was updated successfully, but these errors were encountered:
We need extensive integration tests on the raft cluster covering all possibilities.
The test must use the underlying
cluster
package and actually create clusters instead of mocking them.Following are the scenarios we need to consider.
The text was updated successfully, but these errors were encountered: