Hoverbear / old-raft-rs

[Incomplete] A Raft implementation in Rust
https://hoverbear.github.io/raft-rs/raft/
MIT License
266 stars 41 forks source link

debug test failures under linux #48

Closed danburkert closed 9 years ago

danburkert commented 9 years ago

Fixes all but one of the remaining test failures under linux. I'm still working on the last one, but it doesn't appear to be a correctness issue. The test can safely be commented out locally until I get a real fix in.

Hoverbear commented 9 years ago

Thanks, Dan!