etcd/raft/quorum
Tobias Schottdorf 1b3e0821a7 raft/tracker: visit Progress in stable order
This is helpful for upcoming testing work which allows datadriven
testing of the interaction of multiple nodes. This testing requires
determinism to work correctly.
2019-08-08 09:37:33 +02:00
..
testdata quorum: introduce library for majority and joint quorums 2019-06-19 14:19:35 +02:00
bench_test.go quorum: introduce library for majority and joint quorums 2019-06-19 14:19:35 +02:00
datadriven_test.go quorum: fix vet failure 2019-06-20 23:40:08 +02:00
joint.go raft/tracker: pull Voters and Learners into Config struct 2019-07-03 21:26:42 +02:00
majority.go raft/tracker: visit Progress in stable order 2019-08-08 09:37:33 +02:00
quick_test.go quorum: introduce library for majority and joint quorums 2019-06-19 14:19:35 +02:00
quorum.go raft/tracker: pull Voters and Learners into Config struct 2019-07-03 21:26:42 +02:00
voteresult_string.go quorum: introduce library for majority and joint quorums 2019-06-19 14:19:35 +02:00