mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
test: add extra kill after fail index triggered
This commit is contained in:
@@ -58,10 +58,9 @@ for failIndex in $(seq $failsStart $failsEnd); do
|
||||
bash ./test/utils/txs.sh "localhost:46657" &
|
||||
start_procs 1 "$failIndex"
|
||||
|
||||
# tendermint should fail when it hits the fail index
|
||||
kill -9 "$PID_DUMMY"
|
||||
wait "$PID_DUMMY"
|
||||
wait "$PID_TENDERMINT"
|
||||
# tendermint should already have paniced when it hits the fail index
|
||||
# but kill -9 for OS cleanup
|
||||
kill_procs
|
||||
|
||||
start_procs 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user