Skip to content

Conversation

@Trott
Copy link
Member

@TrottTrott 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
@TrottTrott 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
MemberAuthor

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
MemberAuthor

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
MemberAuthor

Trott commented Apr 1, 2016

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

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
MemberAuthor

Trott commented Apr 1, 2016

Stress test is green. CI is green.

@Trott
Copy link
MemberAuthor

Trott commented Apr 1, 2016

@nodejs/testing

@santigimeno
Copy link
Member

LGTM

1 similar comment
@cjihrig
Copy link
Contributor

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#5996Fixes: nodejs#5554 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@Trott
Copy link
MemberAuthor

Trott commented Apr 4, 2016

Landed in 8d96300

@TrottTrott 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: #5996Fixes: #5554 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
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: #5996Fixes: #5554 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Apr 11, 2016
@TrottTrott deleted the void branch January 13, 2022 22:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dnsIssues and PRs related to the dns subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Trott@mhdawson@santigimeno@cjihrig@MylesBorins