Project

General

Profile

Actions

Bug #2786

closed

UtilDns test suite fails with some (faulty?) DNS resolver configuration

Added by Alex Afanasyev about 9 years ago. Updated almost 7 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Network
Target version:
-
Start date:
05/04/2015
Due date:
% Done:

0%

Estimated time:

Description

This may be related to #2653, but I cannot confirm this.

The following are the steps with vagrant that I was able to reproduce the error:

mkdir test
cd test
vagrant up ubuntu/vivid64
vagrant ssh
# install ndn-cxx dependencies
# build ndn-cxx with tests and optimized mode

./build/unit-tests -t UtilDns -l all

Expected:

  • test passed

Actual:

  • tests failed

There is something funky with default VirtualBox DNS settings. The error goes away when the following is added into vagrant configuration:

config.vm.provider "virtualbox" do |vb|
  vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
end

Some related info is here: http://serverfault.com/questions/453185/vagrant-virtualbox-dns-10-0-2-3-not-working


Related issues 1 (0 open1 closed)

Is duplicate of ndn-cxx - Bug #3270: Occasional non-reproducible test failure in UtilDns/AsynchronousV6Closed

Actions
Actions #1

Updated by Davide Pesavento about 9 years ago

What fails exactly, and how? is it a timeout?

Actions #2

Updated by Alex Afanasyev almost 9 years ago

I'm still not sure. According to Eric, the failure is caused by the fact that caching resolver does not give IPv6 records when resolving hostname. The solution that was applied on some jenkins bots is adding 8.8.8.8 to the list of caching resolvers.

Actions #3

Updated by Davide Pesavento almost 9 years ago

What caching resolver are you using? Do you have control over its configuration?

Btw why don't we hardcode the addresses in /etc/hosts on the jenkins machines?

Actions #4

Updated by Junxiao Shi almost 7 years ago

  • Is duplicate of Bug #3270: Occasional non-reproducible test failure in UtilDns/AsynchronousV6 added
Actions #5

Updated by Junxiao Shi almost 7 years ago

  • Category changed from Utils to Network
  • Status changed from New to Duplicate
Actions

Also available in: Atom PDF