-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Add basic full sync info + Add Snapshot Full sync for 2000k + height #1459
Conversation
ci/parallel_sync/sync_to_tip.sh
Outdated
NODE_RESTARTS=0 | ||
} | ||
|
||
echo "======== Sync Test Info ========== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this into a function and call it from main, so its cleaner.
ci/parallel_sync/sync_to_tip.sh
Outdated
|
||
echo "======== Sync Test Info ========== | ||
- Block range: ${START_BLOCK} - ${STOP_BLOCK} | ||
- Base snapshot: https://gcr.io/br-blockchains-dev/datadir-${START_BLOCK} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get a direct link for this? I assume this leads to a dir.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its the link to snapshot(tar) file
echo "======== Sync Test Info ========== | ||
- Block range: ${START_BLOCK} - ${STOP_BLOCK} | ||
- Base snapshot: https://gcr.io/br-blockchains-dev/datadir-${START_BLOCK} | ||
- Reference logs: | ||
- debug.log: $REF_LOG_PATH | ||
- Commands used: | ||
- $ACCOUNT_BALANCES_CMD | ||
- $LIST_ANCHORS_CMD | ||
- defid cmd: ${DEFI_CLI_CMD} | ||
- defi.conf: | ||
$(cat "$CONF_FILE") | ||
---------------------------------- | ||
" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar adaptations to the other code block
What kind of PR is this?:
/kind feature
What this PR does / why we need it:
Shows test info on CI
Full sync test for 2000k+ snapshots