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

Run TSS tests in parallel #1049

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from
Draft

Run TSS tests in parallel #1049

wants to merge 25 commits into from

Conversation

HCastano
Copy link
Collaborator

@HCastano HCastano commented Sep 12, 2024

As mentioned in #1032, the runtime of our tests is now pushing an hour. This PR changes
how our tests are setup in order to allow tests to run in parallel instead of serially.

For example, now the following command runs in parallel:

cargo test -p entropy-tss --release -- signature_request_with_derived_account_works test_signature_requests_fail_on_different_conditions --nocapture

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 32 filtered out; finished in 139.16s

vs. running this on master

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 30 filtered out; finished in 240.54s

I'll add more details here once it's out of a draft state.

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.

1 participant