jepsen-io / jepsen

A framework for distributed systems verification, with fault injection
6.84k stars 718 forks source link

Tutorial: fix where parse-long is referenced without being defined #576

Closed bootjp closed 1 year ago

bootjp commented 1 year ago

In the original tutorial, parse-long is referenced but not defined.

The definition of parse-long has been added.

aphyr commented 1 year ago

parse-long is now a part of the Clojure standard library--see https://github.com/jepsen-io/jepsen/pull/572

bootjp commented 1 year ago

Sorry, it looks like the version I am using may be out of date. I will close this pull request.