-
Notifications
You must be signed in to change notification settings - Fork 203
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
tests/ip hangs #185
Comments
The tests have infinite timeouts. If DNS is not accessible, the test will hang. |
dns is working in all of my other apps
which is not ideal with i replaced it with ideas? |
First things first: Can you resolve www.example.org from the machine in question?
|
yes already tried with the resolveip tool
my router is just slow at DNS, but it does work i also tried ... as suggested by
and
without success |
Ok, so looking at your debug output it looks like the test exits al right:
What am I missing? |
only after i replaced now the loop runs 4 times for ipv4 and 4 times for ipv6, even with the lookup should be done in 13 ms but it takes forever with 100% cpu load, with the original code also i dont see the ip address anywhere, im gonna have a closer look at your dns lookup functions later ps, libdill seems to work [note to self, verify] |
I have the exact same problem. |
tests/ip hangs with 100% cpu load
in libmill-git-2dd13ae at
make check
tc.bash stop
did not help [stop traffic shaping]me clueless
but at least the tests should be wrapped in
timeout -k $sec $sec $cmd
The text was updated successfully, but these errors were encountered: