Add iterations with leader rotation enabled and periodic restarts

This commit is contained in:
Michael Vines 2019-01-18 12:11:12 -08:00 committed by Grimes
parent dac28e0961
commit 6282c53fe5
1 changed files with 14 additions and 3 deletions

View File

@ -19,6 +19,17 @@ _ cargo build --all --features="$FEATURES"
export PATH=$PWD/target/debug:$PATH
export USE_INSTALL=1
_ ci/localnet-sanity.sh -b -i 256
# TODO: Enable next line once leader rotation stability is fixed
#_ ci/localnet-sanity.sh -i 256
# Leader rotation disabled
_ ci/localnet-sanity.sh -b -i 128
# Leader rotation disabled, restart all nodes periodically
_ ci/localnet-sanity.sh -b -i 128 -k 16
# Leader rotation enabled
_ ci/localnet-sanity.sh -i 128
# Leader rotation enabled, restart all nodes periodically
# TODO: Enable
#_ ci/localnet-sanity.sh -i 128 -k 16
echo --- fin