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

rpcsrv: fix concurrent test TestClient_IteratorSessions #3344

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

AliceInHunterland
Copy link
Contributor

@AliceInHunterland AliceInHunterland commented Mar 7, 2024

Close #3300

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.67%. Comparing base (0e47d66) to head (588d7c6).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3344      +/-   ##
==========================================
- Coverage   84.67%   84.67%   -0.01%     
==========================================
  Files         331      331              
  Lines       44932    44932              
==========================================
- Hits        38047    38046       -1     
  Misses       5373     5373              
- Partials     1512     1513       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@roman-khimov roman-khimov left a comment

Choose a reason for hiding this comment

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

The default for MaxConnsPerHost is "no limit", so it'll use as many connections as it can (potentially hitting MacOS limits). 50 seems to be a lot as well, but we want concurrency in this test, so if it works then OK.

@AnnaShaleva
Copy link
Member

Please, rebase onto fresh master.

The default for `MaxConnsPerHost` is "no limit", so it'll use as many
connections as it can (potentially hitting MacOS/Windows limits
golang/go#20960 (comment) ).

Close #3300

Signed-off-by: Ekaterina Pavlova <[email protected]>
@AnnaShaleva AnnaShaleva merged commit b12ef70 into master Mar 11, 2024
17 of 20 checks passed
@AnnaShaleva AnnaShaleva deleted the concurrent-test branch March 11, 2024 21:04
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.

TestClient_IteratorSessions doesnt work on Mac and occasionally on Windows
3 participants