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

cleanup: Make TCP connection failures a warning instead of error. #2506

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Dec 27, 2023

It's not really bad, unless all connections fail. This is currently erroring on FreeBSD tests, making them fail needlessly.


This change is Reviewable

@iphydf iphydf added this to the v0.2.19 milestone Dec 27, 2023
Copy link

codecov bot commented Dec 27, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (fad6e4e) 68.95% compared to head (bd930cc) 68.97%.

Files Patch % Lines
toxcore/network.c 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2506      +/-   ##
==========================================
+ Coverage   68.95%   68.97%   +0.02%     
==========================================
  Files          89       89              
  Lines       27772    27772              
==========================================
+ Hits        19149    19157       +8     
+ Misses       8623     8615       -8     

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

@iphydf iphydf marked this pull request as ready for review December 27, 2023 01:50
It's not really bad, unless all connections fail. This is currently
erroring on FreeBSD tests, making them fail needlessly.
Copy link
Member

@JFreegman JFreegman left a comment

Choose a reason for hiding this comment

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

Reviewed 3 of 3 files at r3, all commit messages.
Reviewable status: :shipit: complete! 1 of 1 approvals obtained

@iphydf iphydf merged commit bd930cc into TokTok:master Dec 27, 2023
51 of 52 checks passed
@iphydf iphydf deleted the connect-warning branch December 27, 2023 02:35
This pull request was closed.
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.

2 participants