Skip to content

Xiaotian0726/NJU-DisSys-2017

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

NJU-DisSys-2017

This is the resource repository for the course Distributed System, Fall 2017, CS@NJU.

In Assignment 2 and Assignment 3, you should primarily focus on /src/raft/...

Notes

Edit PATH variable and project GOPATH:

export PATH=$PATH:/usr/local/go/bin
export GOPATH=/home/hxt/NJU-DisSys-2017

Part1 test

go test -run Election
#

Part2 test

go test -run FailNoAgree
go test -run ConcurrentStarts
go test -run Rejoin
go test -run Backup
#

Part3 test

go test -run Persist1
go test -run Persist2
go test -run Persist3
#

Total test

go test -run Election
go test -run FailNoAgree
go test -run ConcurrentStarts
go test -run Rejoin
go test -run Backup
go test -run Persist1
go test -run Persist2
go test -run Persist3
#

References

  • sworduo/MIT6.824.git
  • D0ub1ePieR/Distrubted-system-raft.git

About

Distributed System, Fall 2017, CS@NJU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%