tools: fixup docs and run known_issues by default#21910
tools: fixup docs and run known_issues by default#21910maclover7 wants to merge 1 commit intonodejs:masterfrom maclover7:jm-test-fixup
Conversation
tools/test.py
Outdated
There was a problem hiding this comment.
I'm surprised known_issues is in the ignore set. Any objection to removing it?
There was a problem hiding this comment.
(probably) fine with removing it, but might be best to do in a separate PR for visibility.
There was a problem hiding this comment.
But if this lands then won't we stop running known_issues until the subsequent PR to remove it from this list lands?
There was a problem hiding this comment.
@richardlau Ah, true -- I'll remove known_issues from the list in this PR :)
Trott
left a comment
There was a problem hiding this comment.
LGTM, although I think we should be running known_issues, no?
|
Will land this as-is, and open up a separate PR re: |
|
CI before landing: https://ci.nodejs.org/job/node-test-pull-request/16006/ |
|
Nit: |
- Updates `test/README.md` with new suites - Fixes some outdated `IGNORED_SUITES` listings - Allows for `test/known_issues` suite to be run by default
|
Updated @richardlau @Trott, PTAL |
| |v8-updates |No |Tests for V8 performance integration.| | ||
|
|
||
| _When a new test directory is added, make sure to update the `CI_JS_SUITES` | ||
| variable in the `Makefile` and the `js_test_suites` variable in |
There was a problem hiding this comment.
This bottom note can probably be removed too as it looks like both CI_JS_SUITES and js_test_suites are default rather than a list of test directories. This can be done in another PR if you'd rather just land this PR as-is.
|
Landed in b1b2f7c, thank you for the reviews! |
- Updates `test/README.md` with new suites - Fixes some outdated `IGNORED_SUITES` listings - Allows for `test/known_issues` suite to be run by default PR-URL: #21910 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Lance Ball <lball@redhat.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
|
Depends on #22039 to land on |
- Updates `test/README.md` with new suites - Fixes some outdated `IGNORED_SUITES` listings - Allows for `test/known_issues` suite to be run by default PR-URL: #21910 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Lance Ball <lball@redhat.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
test/README.mdwith new suitesIGNORED_SUITESlistingsChecklist
make -j4 test(UNIX), orvcbuild test(Windows) passes