tarantool / jepsen.tarantool

Jepsen tests for Tarantool
https://www.tarantool.io/en/
Other
7 stars 0 forks source link

Remove option `--single-mode` #36

Closed ligurio closed 4 years ago

ligurio commented 4 years ago

In a first commit option --single-mode was introduced. It is needed at least in an instance file to decide should we use cluster-specific options or not. But we can easily understand mode automatically because we have a vector with IP addresses of nodes. It makes command-line to run jepsen tests more universal.