Skip to content

test: fix syntax error in test-dns-idna2008.js when failing - #26570

Merged
refack merged 1 commit into
nodejs:masterfrom
refack:fix-idna2008-test++
Mar 12, 2019
Merged

test: fix syntax error in test-dns-idna2008.js when failing#26570
refack merged 1 commit into
nodejs:masterfrom
refack:fix-idna2008-test++

Conversation

@refack

Copy link
Copy Markdown
Contributor

Refs: #25870
Refs: #26473

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@refackrefack added dns Issues and PRs related to the dns subsystem. test Issues and PRs related to the tests. flaky-test Issues and PRs related to the tests with unstable failures on the CI. labels Mar 10, 2019
@refackrefack self-assigned this Mar 10, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@refack

refack commented Mar 10, 2019

Copy link
Copy Markdown
ContributorAuthor

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 10, 2019
@refackrefack added the fast-track PRs that do not need to wait for 48 hours to land. label Mar 10, 2019
@refack

Copy link
Copy Markdown
ContributorAuthor

Actually since right now master is broken, I'd like to fast-track this.
Please 👍 here.

Comment threadtest/internet/test-dns-idna2008.js Outdated
@refack

refack commented Mar 10, 2019

Copy link
Copy Markdown
ContributorAuthor

@bnoordhuisbnoordhuis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you mention in the commit log the commit that introduced the bug? It's 9613221 "test: de-flake test-dns-idna2008.js", isn't it?

@refack
refackforce-pushed the fix-idna2008-test++ branch from 57eac2d to 8b6d454CompareMarch 11, 2019 15:50
@refack

Copy link
Copy Markdown
ContributorAuthor

Can you mention in the commit log the commit that introduced the bug

Done.

@refack

refack commented Mar 12, 2019

Copy link
Copy Markdown
ContributorAuthor

Ping @nodejs/testing, I'd like to land this tonight to unbreak master, PTAL.

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

Fixes a bug I introduced in 9613221
PR-URL: nodejs#26570
Refs: nodejs#25870
Refs: nodejs#26473
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@refackrefack removed author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fast-track PRs that do not need to wait for 48 hours to land. labels Mar 12, 2019
@refack
refackforce-pushed the fix-idna2008-test++ branch from 8b6d454 to f77555fCompareMarch 12, 2019 15:12
@refack
refack merged commit f77555f into nodejs:masterMar 12, 2019
@refack
refack deleted the fix-idna2008-test++ branch March 12, 2019 15:16
BridgeAR pushed a commit that referenced this pull request Mar 13, 2019
Fixes a bug I introduced in 9613221
PR-URL: #26570
Refs: #25870
Refs: #26473
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
BridgeAR pushed a commit that referenced this pull request Mar 14, 2019
Fixes a bug I introduced in 9613221
PR-URL: #26570
Refs: #25870
Refs: #26473
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Mar 14, 2019
Fixes a bug I introduced in 9613221
PR-URL: nodejs#26570
Refs: nodejs#25870
Refs: nodejs#26473
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
BridgeAR pushed a commit that referenced this pull request Mar 14, 2019
Fixes a bug I introduced in 9613221
PR-URL: #26570
Refs: #25870
Refs: #26473
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@refackrefack removed their assignment Mar 14, 2019
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.flaky-testIssues and PRs related to the tests with unstable failures on the CI.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@refack@nodejs-github-bot@bnoordhuis@jasnell@Trott@cjihrig@BridgeAR