Skip to content

dlarocque/raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raft

Based off of MIT Distributed Systems Lab 2: https://pdos.csail.mit.edu/6.824/labs/lab-raft.html

Run tests

In internal/raft,

go test

Running Tests With Logging

If you have internal/raft/dslogs in your path,

VERBOSE=1 go test | dslogs -c <num_columns>

To run a specific test with logs,

VERBOSE=1 go test -run <test_name> | dslogs -c <num_columns>

Releases

No releases published

Packages

No packages published