Hacker News new | ask | show | jobs
by jimbokun 626 days ago
> but never quite got one over the line to working...

I've never implemented something like this. But my first thought is "how do you implement the testing system?"

I feel like once you had a robust testing system that can verify things work correctly in all the different network partition and other scenarios, and allowing rapid iteration of setting up those scenarios, the implementation would be comparatively easy.

2 comments

Check out maelstrom
Yeah, you kind of can’t test any of it until you test all of it…