Skip to content

test: refactor async-hooks test-callback-error - #13554

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:refactor-async-hooks
Closed

test: refactor async-hooks test-callback-error#13554
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:refactor-async-hooks

Conversation

@Trott

@TrottTrott commented Jun 8, 2017

Copy link
Copy Markdown
Member

Two child processes have their logic in a switch statement and a third
uses an if statement to detect it. Move all three child process tasks
into switch statement.

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

test async_hooks

Two child processes have their logic in a switch statement and a third
uses an `if` statement to detect it. Move all three child process tasks
into switch statement.
@TrottTrott added async_hooks Issues and PRs related to the async hooks subsystem. test Issues and PRs related to the tests. labels Jun 8, 2017
@nodejs-github-botnodejs-github-bot added async_hooks Issues and PRs related to the async hooks subsystem. test Issues and PRs related to the tests. labels Jun 8, 2017

@trevnorristrevnorris left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks innocuous. If CI is happy then LGTM.

@Trott

Trott commented Jun 8, 2017

Copy link
Copy Markdown
MemberAuthor

@refack

Copy link
Copy Markdown
Contributor

I feel like sisyphus

985	parallel/test-net-write-after-close duration_ms	60.143
severity	fail
stack	timeout

https://ci.nodejs.org/job/node-test-commit-freebsd/9623/nodes=freebsd10-64/

@Trott

Copy link
Copy Markdown
MemberAuthor

Landed in a08b59f

Trott added a commit to Trott/io.js that referenced this pull request Jun 11, 2017
Two child processes have their logic in a switch statement and a third
uses an `if` statement to detect it. Move all three child process tasks
into switch statement.
PR-URL: nodejs#13554
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: David Cai <davidcai1993@yahoo.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
@TrottTrott closed this Jun 11, 2017
addaleax pushed a commit that referenced this pull request Jun 12, 2017
Two child processes have their logic in a switch statement and a third
uses an `if` statement to detect it. Move all three child process tasks
into switch statement.
PR-URL: #13554
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: David Cai <davidcai1993@yahoo.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
@addaleaxaddaleax mentioned this pull request Jun 12, 2017
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
@Trott
Trott deleted the refactor-async-hooks branch January 13, 2022 22:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

async_hooksIssues and PRs related to the async hooks subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@Trott@refack@trevnorris@jasnell@lpinca@cjihrig@hiroppy@DavidCai1111@MylesBorins@nodejs-github-bot