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

UDP: burst testing to improve coverage #1892

Merged
merged 4 commits into from
Oct 13, 2024
Merged

UDP: burst testing to improve coverage #1892

merged 4 commits into from
Oct 13, 2024

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented Oct 13, 2024

We are finding that on darwin its very easy for us to lose UDP messages as the socket buffer appears to be depressingly small.

fixes #

Note that the above format should be used in your git commit comments.
You agree that by submitting a PR, you have read and agreed to our
contributing guidelines.

We are finding that on darwin its very easy for us to lose UDP messages
as the socket buffer appears to be depressingly small.
Copy link

codecov bot commented Oct 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.51%. Comparing base (0bef8c0) to head (f9591be).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1892      +/-   ##
==========================================
- Coverage   79.54%   79.51%   -0.03%     
==========================================
  Files          95       95              
  Lines       22339    22359      +20     
  Branches     3388     3390       +2     
==========================================
+ Hits        17769    17779      +10     
- Misses       4496     4505       +9     
- Partials       74       75       +1     

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

@gdamore gdamore merged commit f9591be into main Oct 13, 2024
14 of 16 checks passed
@gdamore gdamore deleted the gdamore/udp-burst branch October 13, 2024 20:46
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