Skip to content
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

smartos: use Google DNS servers #156

Merged
merged 1 commit into from
Aug 21, 2015

Conversation

joaocgreis
Copy link
Member

As seen recently in nodejs/node-v0.x-archive#25858 , DNS configuration is sensitive for the tests. The test machines should be configured to use Google DNS servers, and using other servers may cause tests to fail, as discussed in nodejs/node-v0.x-archive#8056 .

I changed the DNS configuration in the SmartOS slaves by editing /etc/resolv.conf. This PR makes this change permanent by adding it to the ansible playbook.

Fixes: nodejs/node-v0.x-archive#25858
Fixes: #155

@joaocgreis
Copy link
Member Author

cc @nodejs/build

@rvagg
Copy link
Member

rvagg commented Aug 21, 2015

rubber-stamp lgtm but I'd like to see input from @jbergstroem if he has time

@geek
Copy link
Member

geek commented Aug 21, 2015

LGTM

1 similar comment
@jbergstroem
Copy link
Member

LGTM

DNS tests are sensible to which DNS servers are used. Google DNS servers
are known to work and should provide a stable DNS environment to run the
tests.

Fixes: nodejs/node-v0.x-archive#25858
Fixes: nodejs#155
PR-URL: nodejs#156
Reviewed-By: Rod Vagg <[email protected]>
Reviewed-By: Wyatt Preul <[email protected]>
Reviewed-By: Johan Bergström <[email protected]>
@joaocgreis joaocgreis merged commit 18b3608 into nodejs:master Aug 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants