website: Grammar cleanup

pull/42/head
Armon Dadgar 11 years ago
parent 87a7bad335
commit 416219f2ff

@ -8,23 +8,21 @@ sidebar_current: "docs-internals-jepsen"
[Jepsen](http://aphyr.com/posts/281-call-me-maybe-carly-rae-jepsen-and-the-perils-of-network-partitions) [Jepsen](http://aphyr.com/posts/281-call-me-maybe-carly-rae-jepsen-and-the-perils-of-network-partitions)
is a tool written by Kyle Kingsbury that is designed to test the partition is a tool written by Kyle Kingsbury that is designed to test the partition
tolerance of a distributed systems. In effect, it causes various network tolerance of distributed systems. It creates network partitions while fuzzing
partitions to take place while fuzzing the system with constant operations. the system with random operations. The results are analyzed to see if the system
The results are analyzed to see if the system violates any of the consistency violates any of the consistency properties it claims to have.
properties it claims to have.
As part of our Consul testing, we ran it against Jepsen to determine if As part of our Consul testing, we ran it against Jepsen to determine if
any consistency issues could be uncovered. In our testing, we Consul any consistency issues could be uncovered. In our testing, Consul gracefully
was able to gracefully recover from partitions without introducing recovered from partitions without introducing any consistency issues.
any consistency issues.
## Running the tests ## Running the tests
At the moment, testing with Jepsen is rather complex, as it requires At the moment, testing with Jepsen is rather complex, as it requires
setting up multiple virtual machines, SSH setup, DNS configuration, setting up multiple virtual machines, SSH keys, DNS configuration,
and a working Clojure environment. We hope to be able to contribute and a working Clojure environment. We hope to contribute our Consul
our Consul testing harness upstream, and to create a Vagrant environment testing code upstream and to provide a Vagrant environment for Jepsen
to simplify the testing so that it can be done more easily. testing soon.
## Output ## Output

Loading…
Cancel
Save