TokTok / c-toxcore

The future of online communications.
https://tox.chat
GNU General Public License v3.0
2.21k stars 280 forks source link

chore: Check if TCP test is fixed on NetBSD #2730

Closed nurupo closed 3 months ago

nurupo commented 3 months ago

Just want to run the CI to see if perhaps https://github.com/TokTok/c-toxcore/pull/2369 fixed the TCP test on NetBSD.


This change is Reviewable

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.00%. Comparing base (b03b571) to head (a09e6c5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2730 +/- ## ========================================== - Coverage 73.14% 73.00% -0.14% ========================================== Files 149 149 Lines 30516 30516 ========================================== - Hits 22320 22279 -41 - Misses 8196 8237 +41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nurupo commented 3 months ago

Nope, that didn't fix it, it times out after 500 seconds, probably getting stuck somewhere.

Green-Sky commented 3 months ago

Tip: the TCP test only has a debug logger for the first test, all other tests have an empty logger, so for better debugging in ci, we should enable those.