Kyle Kingsbury
                                            Kyle Kingsbury
                                        
                                    As of this morning, there is a mailing list: https://groups.google.com/a/jepsen.io/forum/#!forum/talk The error you're seeing sounds to me like you changed something in the source--possibly setting the test's `:net` key to...
> However, I am unable to correctly point out those tests in the repository. I'm guessing you're reading the blog posts, since you're trying to reproduce them. The 2.4.3 code...
Ah, right, you've also got a mysterious stacktrace still: "java.lang.IllegalArgumentException: No implementation of method: :heal! of protocol: #'jepsen.net/Net found for class: nil". You're going to want to inspect the state...
Sorry, @kaibimouez, I don't know; I've never seen this before. As I noted previously, you'll want to look at the stacktrace and see where Jepsen is trying to call (heal!...
I think what's going on here is that they're trying to run a test written for Debian on Ubuntu, and the two probably don't have the same init system, but...
Like the error message says, you don't have `dot` installed--you'll need graphviz for Jepsen to render the anomalies.
In your defense, the documentation for this is basically nonexistent! That's on me, sorry!
Yeah, that would be great. I'm... still trying to summon up the wherewithal to write any kind of code this week; when I get a free 10 hours or so...
Feel free to dust the test off and upgrade it!
`memo` doesn't do any analysis and is supposed to be relatively cheap. Is there a chance you have a non-degenerate state space here? I haven't written this yet because it's...