-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Cannot run tests without network #6722
Comments
Actually, I believe the loopback interface is available, but not the local hostname. |
What the manpage says is:
|
FYI - this is the tool that I use locally to simulate the koji builders, but it is not what the koji builders have. So for Fedora tests, we should be able to use the loopback device. |
This is a pretty bad situation; we have no way to test our socket code without a loopback interface. I think the best thing to do here is to make a patch to |
Cross-linking #6171 #6030 #5945 #1879 cc: @amitmurthy |
This is a problem for distribution package build systems, which use chroot environments without networking set up:
Could parallel computations be disabled if no loopback interface is found? I've tried using
JULIA_CPU_CORES=1
, but it fails a little later. Or a simpler solution would be to create new target which would skip tests requiring network (I can of course do that manually, but then I'm likely to forget to update the list when new tests are added).The text was updated successfully, but these errors were encountered: