Add partial network outage before test functionality (#17291)
* Add partial network outage before testing functionality Allow a percentage of the stake to go offline before an automation test starts * code review fixes
This commit is contained in:
@ -705,7 +705,7 @@ stopNode() {
|
||||
declare pid=$!
|
||||
ln -sf "stop-validator-$ipAddress.log" "$netLogDir/stop-validator-$pid.log"
|
||||
if $block; then
|
||||
wait $pid
|
||||
wait $pid || true
|
||||
else
|
||||
pids+=("$pid")
|
||||
fi
|
||||
|
Reference in New Issue
Block a user