Skip to content

Commit

Permalink
fix(deployment): capture flight-recorder.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Feb 7, 2022
1 parent dacb47d commit 451a817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/deployment/scripts/capture-integration-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ for node in validator{0,1}; do
home=/home/ag-chain-cosmos/.ag-chain-cosmos
"$thisdir/setup.sh" ssh "$node" cat "$home/config/genesis.json" > "$RESULTSDIR/$node-genesis.json" || true
"$thisdir/setup.sh" ssh "$node" cat "$home/data/chain.slog" > "$RESULTSDIR/$node.slog" || true
"$thisdir/setup.sh" ssh "$node" cat "$home/data/ag-cosmos-chain-state/flight-recorder.bin" > "$RESULTSDIR/$node-flight-recorder.bin" || true
"$thisdir/setup.sh" ssh "$node" cat "$home/data/kvstore.trace" > "$RESULTSDIR/$node-kvstore.trace" || true
done

0 comments on commit 451a817

Please sign in to comment.