jepsen-io / jepsen

A framework for distributed systems verification, with fault injection
6.78k stars 714 forks source link

Documentation for jepsen/docker #496

Closed samarism closed 2 years ago

samarism commented 3 years ago

when trying to run ./up as written in readme.md; i get the following error:

./up: line 84: POSITIONAL[@]: unbound variable
aphyr commented 3 years ago

Maybe a shell thing?

samarism commented 3 years ago

Dont fully understand the use of POSITIONAL, For now i commented out the set -- "${POSITIONAL[@]}" line.

aphyr commented 3 years ago

Honestly not sure myself! @mkcp, your shell is better than mine--know what's up with this? I've just had some folks testing this on recent OS X builds and it seems to work for them, but not for @samarism.

aphyr commented 2 years ago

This is apparently a thing that happens with older versions of bash on OS X, and can be fixed by upgrading bash.