Bug #2467
closedHUB discovery scenario: does not terminate after 30 minutes
0%
Description
HUB discovery scenario fails to terminate after 30 minutes.
The problem is in test-B-stage1.sh
where ndn-autoconfig
does not terminate.
It is probably caused by a Bug in ndn-autoconfig
.
integ: d5033e909b9b79b30cfc40dfe98a7ba70118dd87
ndn-cxx: cf3a667634ef93c47c0ef3056a01c47112e49427
NFD: e46279dc8382316fb933697346b66f22cad1ee5e
Files
Updated by Junxiao Shi almost 10 years ago
- File integ20150201.tar integ20150201.tar added
After manually killing ndn-autoconfig process, the same problem occurs in stage2 and stage3 scripts as well (although I only waited for about one minute each).
Test logs are attached.
Updated by Alex Afanasyev almost 10 years ago
- Is duplicate of Bug #2459: ndn-autoconfig (daemon mode): non-deterministic timeouts for DNS resolution added
Updated by Junxiao Shi almost 10 years ago
This shouldn't be caused by #2459.
In this integration scenario, bind9
is running on host A, and /etc/resolv.conf
either points to Emulab NS server or host A.
Updated by Alex Afanasyev almost 10 years ago
The only place stage2/3 can hang is in DNS resolution (res_query
and res_search
), so it is somehow caused by #2459
Updated by Junxiao Shi almost 10 years ago
- Description updated (diff)
This scenario was working a few weeks ago. res_query
and res_search
were used in the same way back then.
All three stages have the same problem: test-B-stage1.sh
test-D-stage2.sh
test-D-stage3.sh
.
(test-B-stage2.sh
was a typo. There's no such file. It's corrected now)
Updated by Alex Afanasyev almost 10 years ago
- Is duplicate of deleted (Bug #2459: ndn-autoconfig (daemon mode): non-deterministic timeouts for DNS resolution)
Updated by Alex Afanasyev almost 10 years ago
- Related to Task #2469: ndn-autoconfig doesn't terminate in single-shot mode added
Updated by Junxiao Shi over 9 years ago
- Status changed from New to Closed
This problem is caused by #2469. It's fixed as of 20150209.