-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Spec UDPSocket :: using IPv4 hangs on Alpine Linux #8629
Comments
specs work on 0.31.1? |
This has been broken for many releases on my personal arch machine as well. I think it's just to do with the network environment... Perhaps because I have a firewall. |
PR welcome, once you figure it out! In general I kind of wish that one hanging spec couldn't hang the entire suite, as well, but maybe that's future work :) |
@jirutka do you need any help? nc -w1 -vl 127.0.0.1 # TCP IPv4
nc -w1 -vl ::1 # TCP IPv6
nc -w1 -uvl 127.0.0.1 # UDP IPv4
nc -w1 -uvl ::1 # UDP IPv6 There is an issue if you see |
The same issue is appearing on NixOS, both on my local machine and the OfBorg environment (see https://github.com/NixOS/nixpkgs/pull/75545/checks?check_run_id=397696851) |
This spec seems to be working consistently in CI (running on Alpine linux). I think we can close this (reopen with new evidence). |
I wanted to upgrade Alpine package for Crystal from 0.31.1 to 0.32.1. It builds fine, but the specs always hang on:
I’ve tried to apply patch #8559, that looks like related, but it didn’t help.
The text was updated successfully, but these errors were encountered: