mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #135] testcase validate_printed_urls fail on macos #66
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @holymonson on GitHub (Sep 15, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/135
Problem
I'm trying to pack dufs on nixpkgs, but it fails some tests. Should it be fixed or just ignorable?
Log
Environment:
3b3ea71@sigoden commented on GitHub (Sep 16, 2022):
How can I reproduce this problem?
@holymonson commented on GitHub (Sep 16, 2022):
I think I found the reason, it's not thing to do with macos. I'm in VPN environment, some links are peer-to-peer. While dufs listening on all IPs, those IP won't response requests from local, so the testcase will fail with timeout.