We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The run_prepare.sh failed but didn't halt the build: Agoric/agoric-sdk#9204 (comment)
run_prepare.sh
It wasn't discovered until the run_execute.sh:
run_execute.sh
#25 [use-upgrade-next execute-upgrade-next 7/7] RUN ./run_execute.sh UNRELEASED_UPGRADE #25 0.179 #25 0.179 _______ _ _ _______ _______ _ _ _______ _______ #25 0.179 |______ \___/ |______ | | | | |______ #25 0.179 |______ _/ \_ |______ |_____ |_____| | |______ #25 0.179 #25 0.179 _ _ _____ ______ ______ _______ ______ _______ #25 0.179 | | |_____] | ____ |_____/ |_____| | \ |______ #25 0.179 |_____| | |_____| | \_ | | |_____/ |______ #25 0.179 #25 0.179 Execute the upgrade in consensus #25 0.179 ENV_SETUP starting #25 0.427 ENV_SETUP finished #25 0.455 FAIL: Upgrade plan name agoric-upgrade-14 does not match the expected value UNRELEASED_UPGRADE #25 ERROR: process "/bin/bash -c ./run_execute.sh UNRELEASED_UPGRADE" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
I thought by now all .sh scripts had fail on error? Maybe agd CLI doesn't error in this case, which would be surprising.
.sh
agd
Sorry, something went wrong.
Seems it isn't.
agoric-3-proposals/packages/synthetic-chain/public/upgrade-test-scripts/run_prepare.sh
Line 4 in 2e9d4c1
The execution got down to agd tx which failed and the script didn't.
agd tx
I think some commands "succeed" but return a code != 0, which really is counter productive IMO
No branches or pull requests
The
run_prepare.sh
failed but didn't halt the build:Agoric/agoric-sdk#9204 (comment)
It wasn't discovered until the
run_execute.sh
:The text was updated successfully, but these errors were encountered: