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

test: permit test-graph.signal to work without test runner by Trott · Pull Request #28305 · nodejs/node · GitHub

/ node Public

test: permit test-graph.signal to work without test runner - #28305

Merged
Trott merged 1 commit into
nodejs:masterfrom
Trott:denver-1
Jun 22, 2019
Merged

test: permit test-graph.signal to work without test runner#28305
Trott merged 1 commit into
nodejs:masterfrom
Trott:denver-1

Conversation

Trott commented Jun 19, 2019

Copy link
Copy Markdown
Member

test/async-hooks/test-graph.signal.js passes with the test.py test runner
but fails if run directly with the node executable. Modify the test so
it passes in both cases.

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

nodejs-github-bot added async_hooks Issues and PRs related to the async hooks subsystem. test Issues and PRs related to the tests. labels Jun 19, 2019

Copy link
Copy Markdown
Member

Do you know why the difference occurs (and the same question for #28306 too)?

Trott commented Jun 19, 2019

Copy link
Copy Markdown
Member Author

Do you know why the difference occurs (and the same question for #28306 too)?

No, I don't, and I found an even stranger and more troubling difference in behavior: #28304

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Trott added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Jun 20, 2019
test/async-hooks/test-graph.signal.js passes with the test.py test
runner but fails if run directly with the `node` executable. Modify
the test so it passes in both cases.

PR-URL: nodejs#28305
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

Trott commented Jun 22, 2019

Copy link
Copy Markdown
Member Author

Landed in e4136c1

Trott merged commit e4136c1 into nodejs:master Jun 22, 2019
targos pushed a commit that referenced this pull request Jul 2, 2019
test/async-hooks/test-graph.signal.js passes with the test.py test
runner but fails if run directly with the `node` executable. Modify
the test so it passes in both cases.

PR-URL: #28305
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos mentioned this pull request Jul 2, 2019
Trott deleted the denver-1 branch January 13, 2022 22:51
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. 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