Skip to content

Commit

Permalink
feat(ci): Use state-sync in deployment loadgen test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Mar 31, 2023
1 parent eafd61e commit 978e36e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/deployment/scripts/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cd "$NETWORK_NAME/setup"


export AG_SETUP_COSMOS_HOME=${AG_SETUP_COSMOS_HOME-$PWD}
export AG_SETUP_COSMOS_STATE_SYNC_INTERVAL=20
AGORIC_SDK_PATH=${AGORIC_SDK_PATH-$(cd "$thisdir/../../.." > /dev/null && pwd -P)}

if [ -d /usr/src/testnet-load-generator ]
Expand Down Expand Up @@ -57,6 +58,6 @@ then
--no-stage.save-storage \
--stages=3 --stage.duration=10 --stage.loadgen.cycles=4 \
--stage.loadgen.faucet.interval=6 --stage.loadgen.faucet.limit=4 \
--profile=testnet "--testnet-origin=file://$RESULTSDIR" \
--profile=testnet "--testnet-origin=file://$RESULTSDIR" --use-state-sync \
--no-reset --custom-bootstrap
fi

0 comments on commit 978e36e

Please sign in to comment.