You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One can use tests as a JAR file as below:
$ java -jar target/jepsen.tarantool-0.1.0-standalone.jar
Usage: lein run -- COMMAND [OPTIONS ...]
Commands: analyze, serve, test, test-all
However it is not convenient to write `java -jar ...` each time,
so shell script `run-jepsen` was added that do it for you.
$ ./run-jepsen
Usage: run-jepsen test --help
$ ./run-jepsen test --username root --nodes-file nodes --workload register
Related to #97
0 commit comments