Skip to content

Conversation

@MoLow
Copy link
Member

@MoLowMoLow commented Dec 5, 2023

this test should have caught a bug introduced in #50982 (review)
this causes the test to catch such bugs

@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Dec 5, 2023
Copy link
Member

@rluvatonrluvaton left a comment

Choose a reason for hiding this comment

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

Don't you need to update the snapshot as well?

@MoLow
Copy link
MemberAuthor

MoLow commented Dec 5, 2023

CC @pulkit-30

@MoLow
Copy link
MemberAuthor

MoLow commented Dec 5, 2023

Don't you need to update the snapshot as well?

the snapshot is correct, FORCE_COLOR is passed by

if(opts.root.harness.shouldColorizeTestFiles){
env.FORCE_COLOR='1';
}

which was attempted to be affected by #50982

@MoLowMoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 5, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 5, 2023
@nodejs-github-bot
Copy link
Collaborator

@MoLowMoLowforce-pushed the fix-test-runner-colors-test branch from 9f54bab to 85b2070CompareDecember 6, 2023 07:01
@MoLowMoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 6, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 6, 2023
@nodejs-github-bot
Copy link
Collaborator

@MoLowMoLowforce-pushed the fix-test-runner-colors-test branch 3 times, most recently from d001c60 to 64b76e1CompareDecember 6, 2023 17:32
@MoLowMoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 6, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 6, 2023
@nodejs-github-bot
Copy link
Collaborator

@MoLowMoLowforce-pushed the fix-test-runner-colors-test branch from 64b76e1 to 764ba19CompareDecember 7, 2023 20:45
@MoLowMoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 7, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 7, 2023
@nodejs-github-bot
Copy link
Collaborator

@MoLowMoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 8, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 8, 2023
@nodejs-github-bot
Copy link
Collaborator

@MoLowMoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 8, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 8, 2023
@nodejs-github-bot
Copy link
Collaborator

@MoLowMoLowforce-pushed the fix-test-runner-colors-test branch from 1d5f540 to 3c78ee4CompareDecember 8, 2023 08:53
@MoLowMoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 8, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 8, 2023
@nodejs-github-bot
Copy link
Collaborator

@MoLowMoLowforce-pushed the fix-test-runner-colors-test branch from 3c78ee4 to 4dacfb7CompareDecember 8, 2023 09:22
@MoLowMoLow added request-ci Add this label to start a Jenkins CI on a PR. and removed request-ci Add this label to start a Jenkins CI on a PR. labels Dec 8, 2023
@nodejs-github-bot
Copy link
Collaborator

@MoLowMoLow requested a review from rluvatonDecember 8, 2023 10:32
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@MoLowMoLow added commit-queue Add this label to land a pull request using GitHub Actions. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Dec 10, 2023
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 10, 2023
@nodejs-github-botnodejs-github-bot merged commit cb08703 into nodejs:mainDec 10, 2023
@nodejs-github-bot
Copy link
Collaborator

Landed in cb08703

@MoLowMoLow deleted the fix-test-runner-colors-test branch December 10, 2023 07:46
RafaelGSS pushed a commit that referenced this pull request Dec 15, 2023
PR-URL: #51064 Reviewed-By: Raz Luvaton <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]>
@RafaelGSSRafaelGSS mentioned this pull request Dec 15, 2023
richardlau pushed a commit that referenced this pull request Mar 25, 2024
PR-URL: #51064 Reviewed-By: Raz Luvaton <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]>
@richardlaurichardlau mentioned this pull request Mar 25, 2024
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.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@MoLow@nodejs-github-bot@jasnell@benjamingr@rluvaton@atlowChemi