-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dot
reporter causes the terminal to clear since Node v22.8.0
#55009
Labels
confirmed-bug
Issues with confirmed bugs.
regression
Issues related to regressions.
test_runner
Issues and PRs related to the test runner subsystem.
v22.x
v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
Comments
able to reproduce @RedYetiDev |
RedYetiDev
added
repro-exists
Issues with reproductions.
regression
Issues related to regressions.
test_runner
Issues and PRs related to the test runner subsystem.
v22.x
v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
labels
Sep 19, 2024
@nodejs/test_runner - sounds like a simple fix, that is, assuming this is just one statement that clears the screen? |
I'm taking a look |
My guess is #53450 introducing |
@cjihrig, just tried, yes, the root cause is |
RedYetiDev
added
confirmed-bug
Issues with confirmed bugs.
and removed
repro-exists
Issues with reproductions.
labels
Sep 21, 2024
targos
pushed a commit
that referenced
this issue
Oct 4, 2024
PR-URL: #55013 Fixes: #55009 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
louwers
pushed a commit
to louwers/node
that referenced
this issue
Nov 2, 2024
PR-URL: nodejs#55013 Fixes: nodejs#55009 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
confirmed-bug
Issues with confirmed bugs.
regression
Issues related to regressions.
test_runner
Issues and PRs related to the test runner subsystem.
v22.x
v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
Version
22.8.0
Platform
Subsystem
No response
What steps will reproduce the bug?
Create an empty
repro.test.js
file.Run:
=> the terminal clears
Whereas it doesn't, when
--test-reporter=dot
is not provided.Both cases were working fine with Node v22.5.1.
How often does it reproduce? Is there a required condition?
Systematically.
What is the expected behavior? Why is that the expected behavior?
The terminal should not clear, so the test results and stdout from previous commands remain on screen.
What do you see instead?
Blank terminal window.
Additional information
No response
The text was updated successfully, but these errors were encountered: