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
Pull request #18 fixes an issue with out-of-order or stray AppendEntries rejects, which is only trigger able when Little Raft is wired up with networked servers.
Let's improve the tests to simulate network delay and partitioning to attempt to catch bugs like these.
The text was updated successfully, but these errors were encountered:
@andreev-io No tests to share. All the issues I discovered so far were result of manual testing and ChiselStore is still at early stages. I think first step is to improve Little Raft tests.
Pull request #18 fixes an issue with out-of-order or stray
AppendEntries
rejects, which is only trigger able when Little Raft is wired up with networked servers.Let's improve the tests to simulate network delay and partitioning to attempt to catch bugs like these.
The text was updated successfully, but these errors were encountered: