-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix test failures under default Savanna libtester #95
Conversation
… setup_policy to eosio_system_tester constructor for more flexibility
…ar reference contracts and Spring dependency
.cicd/defaults.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"spring-dev":{ | |||
"target":"main", | |||
"target":"default_tester", |
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.
Remember to change back to main once merged.
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.
Thanks for the reminder.
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.
Done by 9d4d6cd
Along with this PR you review and merge in PR #96 (picking up tokenomics changes). |
Change Description
Default libtester changes to run under Savanna. This exposes several test failures. This PR addresses them:
eosio_bios_if_tests/set_1_finalizer
failures due to starting from Savanna tester (should have started from Legacy tester)eosio_system_tests/producer_wtmsig and eosio_system_tests/producer_wtmsig_transition
failures due to proposer schedule algorithm changeeosio_system_tests/producer_onblock_check
failures due to proposer schedule algorithm changeResolves
#90
#92
#93
Deployment Changes
API Changes
Documentation Additions