| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@nodejs/build PTAL do you think aborting on windows will somehow create core dumps (via the unpredictable diagsvc)? |
Sorry, something went wrong.
Sorry, something went wrong.
|
Looks like abort/test-process-abort-exitcode needs a change (failing on Windows in CI). |
Sorry, something went wrong.
There was a problem hiding this comment.
typo: process
Sorry, something went wrong.
There was a problem hiding this comment.
Looks like there's a relevant test failure. Also very interested in whether we can turn off core files in test.py for Windows or not.
Sorry, something went wrong.
Windows does not generate core files by default. So it's actually a matter to finding a way to turn them on (if we find a way to validate them)... |
Sorry, something went wrong.
Awesome. Then it's just the failing test... |
Sorry, something went wrong.
|
@Trott done |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM if CI is green
Sorry, something went wrong.
PR-URL: nodejs#15056 Fixes: nodejs#14012 Refs: nodejs#14013 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: nodejs/node#15056 Fixes: nodejs/node#14012 Refs: nodejs/node#14013 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
|
This was relying on a semver major change. If possible in future please appropriately tag dont-land, thanks. |
Sorry, something went wrong.
|
It isn't relying per se. #13947 should have changed test-process-abort-exitcode.js on Windows to match the new behaviour -- Presumably this was missed because prior to this PR the abort tests weren't included in the CI runs. Perhaps this PR should have been two commits -- one to unbreak the tests (i.e. the bit that is dependent on the semver-major change) and a separate commit to enable the abort tests in the list of testsuites to run on Windows (which should be backported if #14013 is backported otherwise there'll be a disparity between the tests that are run on Windows vs. everywhere else). |
Sorry, something went wrong.
|
@richardlau please feel free to submit a backport if you think a partial change makes sense on 8.x |
Sorry, something went wrong.
|
@MylesBorins Backport PR #15460 (since it's build/test you could land it irrespective of a new release) |
Sorry, something went wrong.
PR-URL: nodejs#15056 Fixes: nodejs#14012 Refs: nodejs#14013 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
|
Should this be backported to v6.x-staging? If yes please follow the guide and raise a backport PR, if not let me know or add the dont-land-on label. |
Sorry, something went wrong.
PR-URL: nodejs#15056 Fixes: nodejs#14012 Refs: nodejs#14013 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
| Back | FazBrowse Home | New Git URL |
Fixes: #14012
Refs: #14013
CI: https://ci.nodejs.org/job/node-test-commit/12055/
/cc @nodejs/platform-windows @nodejs/testing
Checklist
Affected core subsystem(s)
test,process