Closed jmsadair closed 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.
raft.go
requests.go
options.go
log.go
Log
InstallSnapshot
This adds additional unit tests for
raft.go
,requests.go
,options.go
, andlog.go
. Furthermore, bugs were discovered in theLog
implementation and theInstallSnapshot
RPC (via the new tests) which were fixed.