From 3bce8ff0e9602730448020f525567fb0c7d75deb Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Wed, 16 Apr 2014 17:03:33 -0700 Subject: [PATCH] website: Add note about jepsen testing --- website/source/docs/internals/jepsen.html.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/docs/internals/jepsen.html.markdown b/website/source/docs/internals/jepsen.html.markdown index 6cf57f125..64139165e 100644 --- a/website/source/docs/internals/jepsen.html.markdown +++ b/website/source/docs/internals/jepsen.html.markdown @@ -18,6 +18,14 @@ any consistency issues could be uncovered. In our testing, we Consul was able to gracefully recover from partitions without introducing any consistency issues. +## Running the tests + +At the moment, testing with Jepsen is rather complex, as it requires +setting up multiple virtual machines, SSH setup, DNS configuration, +and a working Clojure environment. We hope to be able to contribute +our Consul testing harness upstream, and to create a Vagrant environment +to simplify the testing so that it can be done more easily. + ## Output Below is the output captured from Jepsen. We ran Jepsen multiple times,