| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
This needs a require('../common') as the first require
Sorry, something went wrong.
There was a problem hiding this comment.
Also, it would be helpful to have a comment in here that explains what this is testing for.
Sorry, something went wrong.
There was a problem hiding this comment.
if the console.log() statements are not required, then let's not have them. If they are required for the test, please add a comment so folks don't remove them
Sorry, something went wrong.
|
@BridgeAR Oops, didn't notice that there was a PR already and got closed. May be I can back-port the same testing file here? |
Sorry, something went wrong.
|
@BridgeAR I just ran the test file https://raw.githubusercontent.com/BridgeAR/node/da7eaa8ef0fac2444f6892753c9db5cae39f6e1a/test/parallel/test-async-hooks-async-await-regression.js, looks like test is failing. |
Sorry, something went wrong.
|
Thanks @jasnell, addressed your comments. @BridgeAR I'm not really sure why the test case that you have written over here : https://raw.githubusercontent.com/BridgeAR/node/da7eaa8ef0fac2444f6892753c9db5cae39f6e1a/test/parallel/test-async-hooks-async-await-regression.js, fails. But the test case included in this PR is working fine. Also, I ran same on node version 9 too (as the original issue claimed it stopped working from version 10). Things looks good to me. Note: Test case from this PR: #20467, even fails on node version 9. |
Sorry, something went wrong.
|
@antsmartian don't worry. I am not sure about the test anymore. It has been a while. As far as I remember the console.log did have a purpose though. @bmeurer @MayaLekova PTAL |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
This PR needs a rebase against master to avoid the git failure in the CI. |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
lint issue: the common is never used. Just make this...
require('./common'); without assigning it to anything.
Sorry, something went wrong.
There was a problem hiding this comment.
@jasnell: Taken care also, rebased with master. So CI should be green now.
Sorry, something went wrong.
Sorry, something went wrong.
|
(the previous one is an infra failure and I doubt it will be resumable) |
Sorry, something went wrong.
|
@nodejs/build this is blocked on nodejs/build#1469. |
Sorry, something went wrong.
Sorry, something went wrong.
|
You are welcome! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This #20274 (comment) is fixed by V8 update. This PR adds a regression test case.
Checklist