| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
There was a problem hiding this comment.
Left some comments and have some concerns about the edge cases (which I left comments on), but looking nice.
Sorry, something went wrong.
There was a problem hiding this comment.
I really dislike this block of code for a few reasons:
Sorry, something went wrong.
|
@cjihrig I have pushed some changes addressing your feedback |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. Only one comment that I think we should address before landing (regarding testTimeoutFailures).
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/46440 ✔ Done loading data for nodejs/node/pull/46440 ----------------------------------- PR info ------------------------------------ Title test_runner: flatten TAP output when running using `--test` (#46440) Author Moshe Atlow (@MoLow) Branch MoLow:flatten-tap-output -> nodejs:main Labels author ready, needs-ci, dont-land-on-v14.x, commit-queue-squash, test_runner Commits 2 - test_runner: flatten TAP output when running using `--test` - CR Committers 1 - Moshe Atlow PR-URL: https://github.com/nodejs/node/pull/46440 Fixes: https://github.com/nodejs/node/issues/45833 Refs: https://github.com/nodejs/node/issues/45833 Reviewed-By: Colin Ihrig Reviewed-By: Benjamin Gruenbaum ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/46440 Fixes: https://github.com/nodejs/node/issues/45833 Refs: https://github.com/nodejs/node/issues/45833 Reviewed-By: Colin Ihrig Reviewed-By: Benjamin Gruenbaum -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last review: ⚠ - CR ℹ This PR was created on Tue, 31 Jan 2023 09:45:05 GMT ✔ Approvals: 2 ✔ - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/46440#pullrequestreview-1294610234 ✔ - Benjamin Gruenbaum (@benjamingr): https://github.com/nodejs/node/pull/46440#pullrequestreview-1294768331 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-02-17T11:14:48Z: https://ci.nodejs.org/job/node-test-pull-request/49624/ - Querying data for job/node-test-pull-request/49624/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/4205387741 |
Sorry, something went wrong.
There was a problem hiding this comment.
Fresh LGTM to appease the commit queue bot.
Sorry, something went wrong.
|
This doesn't land cleanly on v19.x, could it please be backported |
Sorry, something went wrong.
|
@MylesBorins v19.x-staging is missing a few commits (that land clean) that this depends on (61c65b0, 1118db7, 4c08c20, 2787e2d), |
Sorry, something went wrong.
PR-URL: nodejs#46440 Fixes: nodejs#45833 Refs: nodejs#45833 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: nodejs#46440 Fixes: nodejs#45833 Refs: nodejs#45833 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
| Back | FazBrowse Home | New Git URL |
Refs: #45833 (comment)
Fixes: #45833
this removes the reporting of a test file and reports its children's tests directly
A few notable things/edge cases:
also diff of test_runner_output_cli.out is 10X more readable when diff is set to ignore whitespaces