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

test: fix test-dns.js flakiness #5996

Closed
wants to merge 1 commit into from
Closed

test: fix test-dns.js flakiness #5996

wants to merge 1 commit into from

Conversation

Trott
Copy link
Member

@Trott Trott commented Apr 1, 2016

Pull Request check-list

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with
    this change (including linting)?
  • Is the commit message formatted according to [CONTRIBUTING.md][0]?

Affected core subsystem(s)

test, dns

Description of change

Use empty string instead of www.google.com for tests where we are just
doing parameter evaluation. This will avoid DNS lookups which appear to
be causing flakiness on Raspberry Pi devices in CI.

Fixes: #5554

Use empty string instead of `www.google.com` for tests where we are just
doing parameter evaluation. This will avoid DNS lookups which appear to
be causing flakiness on Raspberry Pi devices in CI.

Fixes: nodejs#5554
@Trott Trott added dns Issues and PRs related to the dns subsystem. test Issues and PRs related to the tests. lts-watch-v4.x labels Apr 1, 2016
@Trott
Copy link
Member Author

Trott commented Apr 1, 2016

Stress test showing current test on master is flaky: https://ci.nodejs.org/job/node-stress-single-test/nodes=pi2-raspbian-wheezy/577/console

@Trott
Copy link
Member Author

Trott commented Apr 1, 2016

Stress test that will (hopefully) show this version of the test is not flaky: https://ci.nodejs.org/job/node-stress-single-test/582/nodes=pi2-raspbian-wheezy/console

@Trott
Copy link
Member Author

Trott commented Apr 1, 2016

@Trott Trott mentioned this pull request Apr 1, 2016
@mhdawson
Copy link
Member

mhdawson commented Apr 1, 2016

LGTM. From earlier discussion any test that has an external dependency should not be in parallel so this change makes sense to me,

@Trott
Copy link
Member Author

Trott commented Apr 1, 2016

Stress test is green. CI is green.

@Trott
Copy link
Member Author

Trott commented Apr 1, 2016

@nodejs/testing

@santigimeno
Copy link
Member

LGTM

1 similar comment
@cjihrig
Copy link
Contributor

cjihrig commented Apr 1, 2016

LGTM

Trott added a commit to Trott/io.js that referenced this pull request Apr 4, 2016
Use empty string instead of `www.google.com` for tests where we are just
doing parameter evaluation. This will avoid DNS lookups which appear to
be causing flakiness on Raspberry Pi devices in CI.

PR-URL: nodejs#5996
Fixes: nodejs#5554
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@Trott
Copy link
Member Author

Trott commented Apr 4, 2016

Landed in 8d96300

@Trott Trott closed this Apr 4, 2016
MylesBorins pushed a commit that referenced this pull request Apr 5, 2016
Use empty string instead of `www.google.com` for tests where we are just
doing parameter evaluation. This will avoid DNS lookups which appear to
be causing flakiness on Raspberry Pi devices in CI.

PR-URL: #5996
Fixes: #5554
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This was referenced Apr 5, 2016
MylesBorins pushed a commit that referenced this pull request Apr 11, 2016
Use empty string instead of `www.google.com` for tests where we are just
doing parameter evaluation. This will avoid DNS lookups which appear to
be causing flakiness on Raspberry Pi devices in CI.

PR-URL: #5996
Fixes: #5554
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@MylesBorins MylesBorins mentioned this pull request Apr 11, 2016
@Trott Trott deleted the void branch January 13, 2022 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dns Issues and PRs related to the dns subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants