Skip to content

Conversation

@Trott
Copy link
Member

@TrottTrott commented Dec 6, 2017

Make sure event loop remains open long enough for signal to be received.

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

test async-hooks

@TrottTrott added async_hooks Issues and PRs related to the async hooks subsystem. flaky-test Issues and PRs related to the tests with unstable failures on the CI. wip Issues and PRs that are still a work in progress. test Issues and PRs related to the tests. labels Dec 6, 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 Dec 6, 2017
Make sure event loop remains open long enough for signal to be received. Fixes: nodejs#14568
@Trott
Copy link
MemberAuthor

Trott commented Dec 6, 2017

Stress test on master showing failures (although only 2 failures in 19200 runs):
https://ci.nodejs.org/job/node-stress-single-test/1559/nodes=centos7-64/console

Stress test with this PR: https://ci.nodejs.org/job/node-stress-single-test/1561/nodes=centos7-64/console

@Trott
Copy link
MemberAuthor

Trott commented Dec 6, 2017

Stress test came back green! Removing the in progress label.

@TrottTrott removed the wip Issues and PRs that are still a work in progress. label Dec 6, 2017
@Trott
Copy link
MemberAuthor

Trott commented Dec 7, 2017

@Trott
Copy link
MemberAuthor

Trott commented Dec 7, 2017

Lint error appears to be caused by #17460 and unrelated to this.

@Trott
Copy link
MemberAuthor

Trott commented Dec 7, 2017

Running CI again now that linter has been unbroken. Unrelated build failure on macOS too, so canceled the whole thing and starting again...

CI: https://ci.nodejs.org/job/node-test-pull-request/11928/

@Trott
Copy link
MemberAuthor

Trott commented Dec 7, 2017

CI failures are two known unrelated flaky tests and a build failure.

Re-running the build failure: https://ci.nodejs.org/job/node-test-commit-linuxone/10970/

Trott added a commit to Trott/io.js that referenced this pull request Dec 8, 2017
Make sure event loop remains open long enough for signal to be received. PR-URL: nodejs#17509Fixes: nodejs#14568 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
@Trott
Copy link
MemberAuthor

Trott commented Dec 8, 2017

Landed in 8997026

@TrottTrott closed this Dec 8, 2017
MylesBorins pushed a commit that referenced this pull request Dec 12, 2017
Make sure event loop remains open long enough for signal to be received. PR-URL: #17509Fixes: #14568 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
MylesBorins pushed a commit that referenced this pull request Dec 12, 2017
Make sure event loop remains open long enough for signal to be received. PR-URL: #17509Fixes: #14568 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
MylesBorins pushed a commit that referenced this pull request Dec 12, 2017
Make sure event loop remains open long enough for signal to be received. PR-URL: #17509Fixes: #14568 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Dec 12, 2017
gibfahn pushed a commit that referenced this pull request Dec 19, 2017
Make sure event loop remains open long enough for signal to be received. PR-URL: #17509Fixes: #14568 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
@gibfahngibfahn mentioned this pull request Dec 20, 2017
gibfahn pushed a commit that referenced this pull request Dec 20, 2017
Make sure event loop remains open long enough for signal to be received. PR-URL: #17509Fixes: #14568 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
@gibfahngibfahn mentioned this pull request Dec 20, 2017
@TrottTrott deleted the fix-flake branch January 13, 2022 22:48
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.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

@Trott@refack@evanlucas@cjihrig@richardlau@gibfahn@nodejs-github-bot