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

Configure only 1 finalizer for default libtester to save voting time #266

Merged
merged 3 commits into from
Jun 11, 2024

Conversation

linh2931
Copy link
Member

@linh2931 linh2931 commented Jun 10, 2024

Currently default Savanna libtester is configured with 4 finalizers. It is unnecessary and slows down testing. For example, eosio_system_tests on a local Ubuntu22:

  • Legacy tester: 6m32.055s
  • Savanna tester with 4 local BLS keys (current configuration): 18m19.707s
  • Savanna tester with 1 local BLS key: 13m31.346s

In CICD, libtester tests using Legacy tester usually takes 3 minutes and 10 seconds, with the changes by the PR, they take about 7 minutes, within the 8 minutes time limit.

@ericpassmore
Copy link
Contributor

Note:start
group: STABILITY
category: TEST
summary: To save on voting time configure single finalizer for default libtester.
Note:end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure: libtester tests exit code 143
4 participants