| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
|
Please fix the commit message, and update snapshots (NODE_REGENERATE_SNAPSHOTS=1 ./node test/parallel/test-runner-output.mjs) |
Sorry, something went wrong.
There was a problem hiding this comment.
Good start, see Moshe's comments on how to proceed, thanks 🙏
Sorry, something went wrong.
|
Hi, I'm getting a zsh: Permission Denied when attempting to update the snapshots. |
Sorry, something went wrong.
perhaps you checked out the repo with another user/with sudo? you might need to chown/chmod |
Sorry, something went wrong.
|
Just reworked the commit message and ran the command given after being able to get access. I'm unsure of the purpose of snapshots - it ended up returning errors that were contained in a file I had no touched and I'm unsure of what to do with the statements returned. Any advice would be appreciated, thanks for all the help! Errors returned from snapshot: Thanks! |
Sorry, something went wrong.
|
Snapshot tests are in place to validate that the output of test runner reporters stays the same across commits. |
Sorry, something went wrong.
|
Yes, the error persists on the main branch. |
Sorry, something went wrong.
Awesome!
As Moshe explained, snapshots are files containing the expected output for a test. We use these to ensure the reporters work as expected as well as other things, and as this PR proposes a change to the dot reporters output, the snapshots require an update.
Does rebuilding the Nodejs executable work? (make -j4) |
Sorry, something went wrong.
|
Calling make -j4 returns an error of: Sorry for all of the issues! I appreciate all of the aid given and hopefully theres an easy solution hidden in plain sight that I'm just missing, I'll keep digging for it. |
Sorry, something went wrong.
Could you try pasting the entire output, or the error throughout the process? |
Sorry, something went wrong.
|
Fortunately the make -j4 appears to have fixed the issue and the Does this mean that the code is able to be submitted? There are still a few checks that appear to be failing within the pull request. |
Sorry, something went wrong.
|
you should commit all changed snapshot files that are changed by NODE_REGENERATE_SNAPSHOTS=1 ./node test/parallel/test-runner-output.mjs |
Sorry, something went wrong.
|
Hey @Aidan7757 are you still interested in implementing this? |
Sorry, something went wrong.
|
Closing in favor of #53450, which implements a similar change, and has (an) approval(s). |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Refs: #51770
First time contributing - if there are any procedural or code changes that need to be made let me know. Thanks!
Aidan Chadha