Description
In RaftBasicTests.testWithLoad, it asserts if
- each server contains ALL the message and the number of such servers must be in majority.
It is over strict. It should assert if
- each message is contained in a majority of servers.
In RaftBasicTests.testWithLoad, it asserts if
It is over strict. It should assert if