Skip to content

test: fix test-dns-idna2008.js#27208

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:fix-idna-test
Closed

test: fix test-dns-idna2008.js#27208
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:fix-idna-test

Conversation

@Trott

@Trott Trott commented Apr 13, 2019

Copy link
Copy Markdown
Member

The test should pass if ESERVFAIL is the result.

Refs: #25870 (comment)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

The test should pass if ESERVFAIL is the result.

Refs: nodejs#25870 (comment)
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Apr 13, 2019
@Trott Trott requested review from bnoordhuis and refack April 13, 2019 03:57
@Trott

Trott commented Apr 13, 2019

Copy link
Copy Markdown
Member Author

Custom CI to run internet suite: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/6166/

@refack

refack commented Apr 13, 2019

Copy link
Copy Markdown
Contributor

Did this fail on CI? Because that indicates a wonkey system DNS setup. (It's a nice canary, but not a healthy situation in any other respect).

@Trott

Trott commented Apr 13, 2019

Copy link
Copy Markdown
Member Author

Did this fail on CI? Because that indicates a wonkey system DNS setup. (It's a nice canary, but not a healthy situation in any other respect).

Yes, it failed in CI, but only showed up as yellow rather than red, which was something I was going to ask about.

https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/6132/

00:01:57 not ok 9 internet/test-dns-idna2008
00:01:57   ---
00:01:57   duration_ms: 1.413
00:01:57   severity: fail
00:01:57   exitcode: 1
00:01:57   stack: |-
00:01:57     /home/iojs/build/workspace/node-test-commit-custom-suites-freestyle/test/common/index.js:681
00:01:57     const crashOnUnhandledRejection = (err) => { throw err; };
00:01:57                                                  ^
00:01:57     
00:01:57     Error: queryA ESERVFAIL straße.de
00:01:57         at QueryReqWrap.onresolve [as oncomplete] (internal/dns/promises.js:167:17)
00:01:57   ...

@Trott Trott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 13, 2019
@refack

refack commented Apr 13, 2019

Copy link
Copy Markdown
Contributor

showed up as yellow

Should have been red. There was a bug in the CI config were it interpreted return value of 1 as UNSTABLE instead of FAIL (it's fixed now). Now I'll see what's up with https://ci.nodejs.org/computer/test-rackspace-ubuntu1604-x64-1/

@richardlau

Copy link
Copy Markdown
Member

showed up as yellow

Should have been red. There was a bug in the CI config were it interpreted return value of 1 as UNSTABLE instead of FAIL (it's fixed now). Now I'll see what's up with https://ci.nodejs.org/computer/test-rackspace-ubuntu1604-x64-1/

https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/jobConfigHistory/showDiffFiles?timestamp1=2019-04-09_11-24-54&timestamp2=2019-04-13_13-13-15 reintroduces skipping the test (e.g. on 8.x) causing the job to fail, i.e. it undoes part of #26933 (comment)

@refack

refack commented Apr 13, 2019

Copy link
Copy Markdown
Contributor

i.e. it undoes part of #26933 (comment)

https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/jobConfigHistory/showDiffFiles?timestamp1=2019-04-09_11-24-54&timestamp2=2019-04-13_13-42-35

Good eye!

Also added a comment. Hopefully I'll see it (also 2 should be more eyebrow raising then 1)
image

@Trott

Trott commented Apr 15, 2019

Copy link
Copy Markdown
Member Author

Landed in f6bd3b2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants