FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: fix flaky async-hooks/test-tlswrap by Trott · Pull Request #15744 · nodejs/node · GitHub

/ node Public

test: fix flaky async-hooks/test-tlswrap - #15744

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

test: fix flaky async-hooks/test-tlswrap#15744
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:fix-14404

Conversation

Trott commented Oct 2, 2017

Copy link
Copy Markdown
Member

There is a race condition in async-hooks/test-tlswrap. This addresses it
by waiting 5 more ticks if the client has not been destroyed yet.

Fixes: #14404

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

test tls async_hooks

There is a race condition in async-hooks/test-tlswrap. This addresses it
by waiting 5 more ticks if the client has not been destroyed yet.

Fixes: nodejs#14404
Trott added async_hooks Issues and PRs related to the async hooks subsystem. test Issues and PRs related to the tests. tls Issues and PRs related to the tls subsystem. labels Oct 2, 2017
nodejs-github-bot added async_hooks Issues and PRs related to the async hooks subsystem. test Issues and PRs related to the tests. labels Oct 2, 2017

Trott commented Oct 2, 2017

Copy link
Copy Markdown
Member Author

Trott commented Oct 2, 2017

Copy link
Copy Markdown
Member Author

CI stress test on master (should be red): https://ci.nodejs.org/job/node-stress-single-test/1436/nodes=osx1010/console

CI stress test on this PR (should be green): https://ci.nodejs.org/job/node-stress-single-test/1437/nodes=osx1010/console

Trott added a commit to Trott/io.js that referenced this pull request Oct 5, 2017
There is a race condition in async-hooks/test-tlswrap. This addresses it
by waiting 5 more ticks if the client has not been destroyed yet.

PR-URL: nodejs#15744
Fixes: nodejs#14404
Reviewed-By: Refael Ackermann <refack@gmail.com>

Trott commented Oct 5, 2017

Copy link
Copy Markdown
Member Author

Landed in ad652af

Trott closed this Oct 5, 2017
MylesBorins pushed a commit that referenced this pull request Oct 7, 2017
There is a race condition in async-hooks/test-tlswrap. This addresses it
by waiting 5 more ticks if the client has not been destroyed yet.

PR-URL: #15744
Fixes: #14404
Reviewed-By: Refael Ackermann <refack@gmail.com>
MylesBorins mentioned this pull request Oct 7, 2017
MylesBorins pushed a commit that referenced this pull request Oct 11, 2017
There is a race condition in async-hooks/test-tlswrap. This addresses it
by waiting 5 more ticks if the client has not been destroyed yet.

PR-URL: #15744
Fixes: #14404
Reviewed-By: Refael Ackermann <refack@gmail.com>
addaleax pushed a commit to addaleax/ayo that referenced this pull request Oct 12, 2017
There is a race condition in async-hooks/test-tlswrap. This addresses it
by waiting 5 more ticks if the client has not been destroyed yet.

PR-URL: nodejs/node#15744
Fixes: nodejs/node#14404
Reviewed-By: Refael Ackermann <refack@gmail.com>
Trott deleted the fix-14404 branch January 13, 2022 22:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

async_hooks Issues and PRs related to the async hooks subsystem. test Issues and PRs related to the tests. tls Issues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test: investigate async-hooks/test-tlswrap

4 participants


Back | FazBrowse Home | New Git URL