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

test: wait for message from parent in embedding cctest by addaleax · Pull Request #32563 · nodejs/node · GitHub

/ node Public

test: wait for message from parent in embedding cctest - #32563

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:test-inspector-embedding-wait
Closed

test: wait for message from parent in embedding cctest#32563
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:test-inspector-embedding-wait

Conversation

Copy link
Copy Markdown
Member

I’ve seen this fail a few times in CI, presumably because the
inspector commmand did not reach the child thread in time.
Explicitly waiting seems to solve that.

Refs: #30467

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

I’ve seen this fail a few times in CI, presumably because the
inspector commmand did not reach the child thread in time.
Explicitly waiting seems to solve that.

Refs: nodejs#30467
nodejs-github-bot added the test Issues and PRs related to the tests. label Mar 30, 2020
addaleax mentioned this pull request Mar 30, 2020
4 tasks
addaleax added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Mar 30, 2020

Copy link
Copy Markdown
Collaborator

addaleax commented Apr 2, 2020

Copy link
Copy Markdown
Member Author

Landed in 6246f90

addaleax closed this Apr 2, 2020
addaleax added a commit that referenced this pull request Apr 2, 2020
I’ve seen this fail a few times in CI, presumably because the
inspector commmand did not reach the child thread in time.
Explicitly waiting seems to solve that.

Refs: #30467

PR-URL: #32563
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax deleted the test-inspector-embedding-wait branch April 2, 2020 15:44
BethGriggs pushed a commit that referenced this pull request Apr 7, 2020
I’ve seen this fail a few times in CI, presumably because the
inspector commmand did not reach the child thread in time.
Explicitly waiting seems to solve that.

Refs: #30467

PR-URL: #32563
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax added a commit to addaleax/node that referenced this pull request Sep 23, 2020
I’ve seen this fail a few times in CI, presumably because the
inspector commmand did not reach the child thread in time.
Explicitly waiting seems to solve that.

Refs: nodejs#30467

PR-URL: nodejs#32563
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax added a commit that referenced this pull request Sep 23, 2020
I’ve seen this fail a few times in CI, presumably because the
inspector commmand did not reach the child thread in time.
Explicitly waiting seems to solve that.

Refs: #30467

Backport-PR-URL: #35241
PR-URL: #32563
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
codebytere mentioned this pull request Sep 28, 2020
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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL