-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
test: removes FIXME parallel/test-repl-persistent-history #8756
Conversation
When NODE_REPL_HISTORY isn't defined `repl` defaults to temporary file This prevents the temporary file from being cleared and removes check on fixture Refs: nodejs#4640
CI again: https://ci.nodejs.org/job/node-test-pull-request/4294/ Windows error-d on the build, pretty strange. Changes LGTM, awaiting a clean CI. |
It seems that most of the builds are failing https://ci.nodejs.org/job/node-test-pull-request/ maybe infrastructure issues still? |
CI fail on Windows seems unrelated:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM -- Landing as is with amendments to the commit message. @ALJCepeda in the future could you please make sure the first commit message line is not more than 50 characters long, and the following lines are no longer than 72? Thanks! |
Landed in 8e81e91 -- thanks for taking care of this! 🎉 |
(Oh one other thing: please use full URLs to refer to issues. I caught that for ya here.) |
@Fishrock123 Copy on the commit message but I don't understand what you mean by using full URLS for issues? |
e.g. |
does this make sense to backport? |
i mean if you want to otherwise why bother |
Checklist
make -j8 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
Description of change
When NODE_REPL_HISTORY isn't defined
repl
defaults to temporary fileThis prevents the temporary file from being cleared and removes check on fixture
Refs: #4640
/cc @Fishrock123