Skip to content
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: fix flaky cluster unix socket test #18263

Merged
merged 1 commit into from
Jan 26, 2018

Conversation

bnoordhuis
Copy link
Member

Ensure common.tmpDir exists before trying to chdir into it. Fixes a
"ENOENT: no such file or directory, uv_chdir" error when the temporary
directory is removed before running the test.

Ensure `common.tmpDir` exists before trying to chdir into it.  Fixes a
"ENOENT: no such file or directory, uv_chdir" error when the temporary
directory is removed before running the test.
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Jan 20, 2018
@targos
Copy link
Member

targos commented Jan 20, 2018

@bnoordhuis
Copy link
Member Author

Running the CI one more time to check that the freebsd failure isn't some weak interaction between cluster tests: https://ci.nodejs.org/job/node-test-commit/15552/

@maclover7
Copy link
Contributor

Landing...

@maclover7 maclover7 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 26, 2018
@maclover7 maclover7 self-assigned this Jan 26, 2018
@maclover7 maclover7 merged this pull request into nodejs:master Jan 26, 2018
@maclover7
Copy link
Contributor

Landed in 64ed366e6fc62af434b28c8b3ebd815e6ba51c69

MylesBorins pushed a commit that referenced this pull request Feb 27, 2018
Ensure `common.tmpDir` exists before trying to chdir into it.  Fixes a
"ENOENT: no such file or directory, uv_chdir" error when the temporary
directory is removed before running the test.

PR-URL: #18263
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants