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

tests: update TestCatchupOverGossip to be less parallel and use sub-tests #5731

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

cce
Copy link
Contributor

@cce cce commented Sep 8, 2023

Summary

This test creates 4 networks while it is running, so removing the call to t.Parallel should help it finish quicker, and splitting up the subtests with t.Run makes it easier to see which test network is running.

Test Plan

Existing test should pass

@cce cce added the Enhancement label Sep 8, 2023
@cce cce requested a review from algorandskiy September 8, 2023 16:37
@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Merging #5731 (568c5c4) into master (02b99bb) will decrease coverage by 4.92%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5731      +/-   ##
==========================================
- Coverage   55.54%   50.62%   -4.92%     
==========================================
  Files         476      476              
  Lines       66853    66853              
==========================================
- Hits        37131    33842    -3289     
- Misses      27193    30423    +3230     
- Partials     2529     2588      +59     

see 143 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

📢 Have feedback on the report? Share it here.

@algorandskiy algorandskiy merged commit 2082b1d into algorand:master Sep 8, 2023
@cce cce deleted the tweak-TestCatchupOverGossip branch November 16, 2023 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants