Skip to content

test: testing validity of prefix in mkdtempSync - #12009

Closed
lucamaraschi wants to merge 1 commit into
nodejs:masterfrom
lucamaraschi:test-mkdtemp-sync-prefix-check
Closed

test: testing validity of prefix in mkdtempSync#12009
lucamaraschi wants to merge 1 commit into
nodejs:masterfrom
lucamaraschi:test-mkdtemp-sync-prefix-check

Conversation

@lucamaraschi

Copy link
Copy Markdown
Contributor

This test is checking for the validity of the path used as parameter
for mkdtempSync

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows [commit guidelines][]
Affected core subsystem(s)

test fs

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Mar 23, 2017
@mscdexmscdex added the fs Issues and PRs related to the fs subsystem / file system. label Mar 23, 2017

@cjihrigcjihrig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The test code LGTM, but why is test/parallel/test-mkdtemp-prefix-check.js showing up in the diff as "No changes"?

@targos

Copy link
Copy Markdown
Member

@cjihrig
It's a new (empty) file.

@cjihrig

Copy link
Copy Markdown
Contributor

@targos thanks. @lucamaraschi can you remove the empty file?

This test is checking for the validity of the path used as parameter
for mkdtempSync
@lucamaraschi
lucamaraschiforce-pushed the test-mkdtemp-sync-prefix-check branch from a56c067 to 6da040bCompareMarch 24, 2017 22:57
@cjihrig

Copy link
Copy Markdown
Contributor

@fhinkel

Copy link
Copy Markdown
Member

Landed in c2ead7e

@fhinkelfhinkel closed this Mar 26, 2017
fhinkel pushed a commit that referenced this pull request Mar 26, 2017
This test is checking for the validity of the path used as parameter
for mkdtempSync.
PR-URL: #12009
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
MylesBorins pushed a commit that referenced this pull request Mar 28, 2017
This test is checking for the validity of the path used as parameter
for mkdtempSync.
PR-URL: #12009
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Mar 28, 2017
@italoacasasitaloacasas mentioned this pull request Apr 10, 2017
2 tasks
MylesBorins pushed a commit that referenced this pull request Apr 18, 2017
This test is checking for the validity of the path used as parameter
for mkdtempSync.
PR-URL: #12009
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
MylesBorins pushed a commit that referenced this pull request Apr 19, 2017
This test is checking for the validity of the path used as parameter
for mkdtempSync.
PR-URL: #12009
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Apr 19, 2017
andrew749 pushed a commit to michielbaird/node that referenced this pull request Jul 19, 2017
This test is checking for the validity of the path used as parameter
for mkdtempSync.
PR-URL: nodejs/node#12009
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fsIssues and PRs related to the fs subsystem / file system.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@lucamaraschi@targos@cjihrig@fhinkel@jasnell@mscdex@MylesBorins@nodejs-github-bot