Skip to content

test_runner: fix missing test diagnostics - #46450

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
MoLow:emit-test-diagnotsics
Feb 2, 2023
Merged

test_runner: fix missing test diagnostics#46450
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
MoLow:emit-test-diagnotsics

Conversation

@MoLow

Copy link
Copy Markdown
Member

Fixes: #45911

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/test_runner

@nodejs-github-botnodejs-github-bot added dont-land-on-v14.x needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem. labels Jan 31, 2023
@MoLow

Copy link
Copy Markdown
MemberAuthor

CC @nodejs/test_runner @manekinekko

Comment threadlib/internal/test_runner/runner.js Outdated
@MoLow
MoLowforce-pushed the emit-test-diagnotsics branch from 391a2e1 to 0d76e4dCompareJanuary 31, 2023 20:06
@MoLowMoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Jan 31, 2023
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 31, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@manekinekkomanekinekko left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@MoLowMoLow added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 1, 2023
@aduh95aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 1, 2023
@MoLow
MoLowforce-pushed the emit-test-diagnotsics branch from 0d76e4d to f9b919dCompareFebruary 2, 2023 10:50
@MoLow

MoLow commented Feb 2, 2023

Copy link
Copy Markdown
MemberAuthor

I've had to rebase after #46441 has landed
can someone re-approve for the sake of commit-queueAdd this label to land a pull request using GitHub Actions. working?
CC @nodejs/test_runner

1 similar comment
@MoLow

This comment was marked as outdated.

@MoLowMoLow added request-ci Add this label to start a Jenkins CI on a PR. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Feb 2, 2023
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 2, 2023
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@aduh95aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 2, 2023
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 2, 2023
@nodejs-github-bot
nodejs-github-bot merged commit 1118db7 into nodejs:mainFeb 2, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 1118db7

@MoLow
MoLow deleted the emit-test-diagnotsics branch February 4, 2023 18:10
MoLow added a commit to MoLow/node-core-test that referenced this pull request Feb 7, 2023
PR-URL: nodejs/node#46450Fixes: nodejs/node#45911
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
(cherry picked from commit 1118db718c8429f5f343aca90ccb570244e282b4)
MoLow added a commit to MoLow/node-core-test that referenced this pull request Feb 7, 2023
PR-URL: nodejs/node#46450Fixes: nodejs/node#45911
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
(cherry picked from commit 1118db718c8429f5f343aca90ccb570244e282b4)
MoLow added a commit to nodejs/node-core-test that referenced this pull request Feb 8, 2023
PR-URL: nodejs/node#46450Fixes: nodejs/node#45911
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
(cherry picked from commit 1118db718c8429f5f343aca90ccb570244e282b4)
MylesBorins pushed a commit that referenced this pull request Feb 18, 2023
PR-URL: #46450Fixes: #45911
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Feb 19, 2023
MoLow added a commit to MoLow/node that referenced this pull request Feb 25, 2023
PR-URL: nodejs#46450Fixes: nodejs#45911
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
juanarbol pushed a commit that referenced this pull request Mar 3, 2023
PR-URL: #46450
Backport-PR-URL: #46839Fixes: #45911
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
@juanarboljuanarbol mentioned this pull request Mar 3, 2023
juanarbol pushed a commit that referenced this pull request Mar 5, 2023
PR-URL: #46450
Backport-PR-URL: #46839Fixes: #45911
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.needs-ciPRs that need a full CI run.test_runnerIssues and PRs related to the test runner subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test diagnostics are ommited when running with --test

6 participants

@MoLow@nodejs-github-bot@manekinekko@cjihrig@aduh95@tony-go