Skip to content
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

Merged
merged 7 commits into from
Jun 4, 2024

Conversation

linh2931
Copy link
Member

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 change
  • eosio_system_tests/producer_onblock_check failures due to proposer schedule algorithm change

Resolves
#90
#92
#93

Deployment Changes

  • Deployment Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@@ -1,6 +1,6 @@
{
"spring-dev":{
"target":"main",
"target":"default_tester",
Copy link
Member

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the reminder.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done by 9d4d6cd

@ericpassmore
Copy link
Contributor

Along with this PR you review and merge in PR #96 (picking up tokenomics changes).

@linh2931 linh2931 merged commit 229dd4f into main Jun 4, 2024
1 check passed
@linh2931 linh2931 deleted the fix_failures_by_default_tester branch June 4, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants