ipfs-cluster/test
Hector Sanjuan 848023e381 Fix #139: Update cluster to Raft 1.0.0
The main differences is that the new version of Raft is more strict
about starting raft peers which already contain configurations.

For a start, cluster will fail to start if the configured cluster
peers are different from the Raft peers. The user will have to
manually cleanup Raft (TODO: an ipfs-cluster-service command for it).

Additionally, this commit adds extra options to the consensus/raft
configuration section, adds tests and improves existing ones and
improves certain code sections.

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2017-11-01 12:17:33 +01:00
..
cids.go go vet fixes 2017-02-15 15:46:51 +01:00
ipfs_mock.go Issue #202: Make sure the ipfs mock repo/stat endpoint behaves like ipfs 2017-10-26 16:01:41 +02:00
rpc_api_mock.go Fix #139: Update cluster to Raft 1.0.0 2017-11-01 12:17:33 +01:00
test_test.go Issue #41: Add Replication factor 2017-02-14 19:13:08 +01:00
test.go Move testing mocks to subpackage so they can be re-used 2017-02-09 17:51:19 +01:00