-
Notifications
You must be signed in to change notification settings - Fork 336
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
test(nns): Stop using NnsCanisterUpgrade nns function in integration tests #3841
Conversation
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.
If this pull request affects the behavior of any canister owned by
the Governance team, remember to update the corresponding
unreleased_changes.md file(s).
To acknowldge this reminder (and unblock the PR), dismiss this
code review by going to the bottom of the pull request page, and
supply one of the following reasons:
-
Done.
-
No canister behavior changes.
No canister behavior changes
c31dbec
to
e0a7057
Compare
ba8ce35
to
b65da0f
Compare
b65da0f
to
2a0ab7e
Compare
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.
Since this changed code in rs/tests, I added a tag to trigger all targets.
…tests (#3841) # Why `NnsCanisterUpgrade` NNS function is deprecated. Stop using it in tests. # What * The last param of `nns_propose_upgrade_nns_canister` is always `true`. Remove it and simplify the branching. * Switch `ic_xc_ledger_suite_orchestrator_test` to using `install_nns_canister_by_proposal` and `upgrade_nns_canister_with_args_by_proposal` Co-authored-by: Paul Liu <[email protected]>
Why
NnsCanisterUpgrade
NNS function is deprecated. Stop using it in tests.What
nns_propose_upgrade_nns_canister
is alwaystrue
. Remove it and simplify the branching.ic_xc_ledger_suite_orchestrator_test
to usinginstall_nns_canister_by_proposal
andupgrade_nns_canister_with_args_by_proposal