Skip to content

Conversation

@Trott
Copy link
Member

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

test vm

Description of change

Make sure the child process close callback runs exactly one time.

/cc @addaleax

@TrottTrott added vm Issues and PRs related to the vm subsystem. test Issues and PRs related to the tests. labels Jul 16, 2016
@Trott
Copy link
MemberAuthor

@addaleax
Copy link
Member

LGTM, thanks

@mscdex
Copy link
Contributor

mscdex commented Jul 16, 2016

Minor nit, but perhaps s/insure/ensure/ in the commit message?

@addaleax
Copy link
Member

@cjihrig
Copy link
Contributor

LGTM even if the test is not ultimately fixed.

@Trott
Copy link
MemberAuthor

@mscdex s/insure/ensure/ done

@mscdexmscdex changed the title test: insure callback runs in test-vm-siginttest: ensure callback runs in test-vm-sigintJul 19, 2016
@Trott
Copy link
MemberAuthor

@addaleax Still looks good to you even though it doesn't fix the test? (I still think it's a minor improvement but I don't want to make assumptions that anyone agrees with that.)

@addaleax
Copy link
Member

Yep, I never expected this to fix the test in the first place. :)

Trott added a commit to Trott/io.js that referenced this pull request Jul 20, 2016
PR-URL: nodejs#7768 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@Trott
Copy link
MemberAuthor

Landed in fd02c93

@TrottTrott closed this Jul 20, 2016
evanlucas pushed a commit that referenced this pull request Jul 21, 2016
PR-URL: #7768 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@evanlucasevanlucas mentioned this pull request Jul 21, 2016
@TrottTrott deleted the mustcall branch January 13, 2022 22:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.vmIssues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Trott@addaleax@mscdex@cjihrig@MylesBorins