jmsadair / raft

An implementation of the Raft consensus protocol.
MIT License
35 stars 3 forks source link

Tests #24

Closed jmsadair closed 1 year ago

jmsadair commented 1 year ago

This adds additional unit tests for raft.go, requests.go, options.go, and log.go. Furthermore, bugs were discovered in the Log implementation and the InstallSnapshot RPC (via the new tests) which were fixed.