| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
It looks like CI failed due to timeout in compilation phase. I've just tried a fresh compilation and a test run on this branch and they went fine on my machine. Could someone restart Travis build? |
Sorry, something went wrong.
Sorry, something went wrong.
|
Could you please add links to the originial PRs in the PR description? |
Sorry, something went wrong.
Sure thing. I've updated the description. |
Sorry, something went wrong.
|
Failed tests look weird and unrelated with this PR. Are there known flaky tests in v12.x-staging or I'm wrong and those failures are relevant? |
Sorry, something went wrong.
Sorry, something went wrong.
|
As far as I can see, failed tests (at least, some of them) are related with #32080. Namely, this regular expression has to be fixed now, as CHANGELOG.md has changed in master: Should I cherry pick that PR as well or it's better to create a separate PR to backport those changes? Also, it seems that test/parallel/test-dgram-connect* and test/parallel/test-dgram-send* tests are failing on OS X 10.15 (and only there), but I'm not sure what to do with those. They may be flaky, or there may be a fix that wasn't backported yet. |
Sorry, something went wrong.
|
I've seen the test-dgram errors on other PRs against the master branch. |
Sorry, something went wrong.
I don't think #31936 has landed on v12.x-staging yet. |
Sorry, something went wrong.
|
I've created #32146 to deal with test failures discussed above. We have to wait for it to land first before we get a green build here. |
Sorry, something went wrong.
|
I just did a rebase, as #32146 was merged today. Hopefully, CI builds should be able to pass successfully now. Could someone trigger a CI build on this one? |
Sorry, something went wrong.
|
Rebased and resolved a minor conflict (appeared after 0b3bee5). |
Sorry, something went wrong.
|
I'm seeing the following error in make -j4 test output after the rebase: Running JS linter...
/home/puzpuzpuz/projects/node/tools/doc/allhtml.js:87
if (!ids.has(match[1])) throw new Error(`link not found: ${match[1]}`);
^
Error: link not found: repl_reverse_i_search
at Object.<anonymous> (/home/puzpuzpuz/projects/node/tools/doc/allhtml.js:87:33)
at Module._compile (internal/modules/cjs/loader.js:1158:30)
...
at internal/main/run_main_module.js:18:47
Makefile:754: recipe for target 'out/doc/api/all.html' failed
Looks like the issue is not related with this PR and located in v12.x-staging (see #32280 (comment)). Update. Looks like the problem is the following. #31256 was backported, but it included this this change which depends on #31006 (and this PR wasn't backported). I've created #32282 to deal with that. |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
Thanks for running a CITGM build. The changes in this PR may introduce some regressions, indeed. I can see 20 failures in this build, but I'm not sure if they're related with this PR or they're false positives. I can see that other CITGM builds also fail with similar (if not the same) errors. Update. I went thought failed tests output and didn't find anything suspicious: they seem to be failing because of some timeouts and flaky tests. |
Sorry, something went wrong.
|
@Trott @MylesBorins could you take a look as well? |
Sorry, something went wrong.
|
CITGM results look good to me. |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
|
Rebased to the latest v12.x-staging |
Sorry, something went wrong.
Sorry, something went wrong.
|
Not sure if backporting to LTS should be delayed a little as breaking API changes are in pipeline (#31950). |
Sorry, something went wrong.
Those changes are about ALS, while this PR backports executionAsyncResounce only. |
Sorry, something went wrong.
|
Yep. That change should not impact this. Also, I would argue to not consider it breaking as ALS is experimental and still very new. I think we should consider those changes not major and therefore backportable. |
Sorry, something went wrong.
|
yes, sorry. mixed this up. |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Remove the need for the destroy hook in the basic APM case. Co-authored-by: Stephen Belanger <admin@stephenbelanger.com> PR-URL: nodejs#30959 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Ensure that resource returned by executionAsyncResource() in before and after hook matches that resource causing this before/after calls. PR-URL: nodejs#31821 Refs: nodejs#30959 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
PR-URL: nodejs#31944 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
This was an oversight in 9fdb6e6. Fixing this is necessary to make `executionAsyncResource()` work as expected. Refs: nodejs#30959 Fixes: nodejs#32060 PR-URL: nodejs#32063 Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
Landed on my release preparation branch: https://github.com/targos/node/commits/prepare-minor |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Backports executionAsyncResource into v12.x. I've cherry picked the following commits/PRs:
Had to resolve only a single (minor) conflict in lib/internal/async_hooks.js -> emitBeforeScript.
cc @Qard @vdeturckheim @addaleax @Flarna
Checklist