jepsen-io / jepsen

A framework for distributed systems verification, with fault injection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need an "import" in 04-checker.md

ajdavis opened this issue · comments

I'm using Clojure for the first time in order to work through the tutorial. Following instructions in the "Checking Correctness" section, I got:

Syntax error compiling deftype* at (jepsen/foo.clj:92:1).
Unable to resolve symbol: Model in this context

I think we need (:import (knossos.model Model)) or something like that.

That seems reasonable! Want to shoot over a PR?