Skip to content

test: move buffer-as-path symlink test to its own test file - #34569

Closed
Trott wants to merge 0 commit into
nodejs:masterfrom
Trott:symlink
Closed

test: move buffer-as-path symlink test to its own test file#34569
Trott wants to merge 0 commit into
nodejs:masterfrom
Trott:symlink

Conversation

@Trott

Copy link
Copy Markdown
Member

The buffer-as-path test for fs.symlinkSync() is a bit unusual and
potentially error-prone embedded in the general fs.symlink() test. Move
it to its own test file.

Refs: https://github.com/nodejs/node/pull/34540/files#r463168354

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Jul 30, 2020

@TrottTrottJul 30, 2020

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

We don't usually include the Joyent copyright in newly-written tests but this one was substantially copied from test-fs-symlink.js so the copyright is included.

@TrottTrott mentioned this pull request Jul 30, 2020
3 tasks
@mmarchinimmarchini added the request-ci Add this label to start a Jenkins CI on a PR. label Jul 31, 2020
@Trott

Trott commented Aug 1, 2020

Copy link
Copy Markdown
MemberAuthor

@nodejs/testing

@nodejs-github-bot

This comment has been minimized.

@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 1, 2020
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

nodejs-github-bot commented Aug 1, 2020

Copy link
Copy Markdown
Collaborator

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 1, 2020
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

nodejs-github-bot commented Aug 2, 2020

Copy link
Copy Markdown
Collaborator

@Trott

Trott commented Aug 2, 2020

Copy link
Copy Markdown
MemberAuthor

@nodejs/fs

@Trott

Trott commented Aug 2, 2020

Copy link
Copy Markdown
MemberAuthor

@nodejs/collaborators This could use another review.

@Trott

Trott commented Aug 3, 2020

Copy link
Copy Markdown
MemberAuthor

Landed in a9c5b87

Trott added a commit that referenced this pull request Aug 3, 2020
The buffer-as-path test for fs.symlinkSync() is a bit unusual and
potentially error-prone embedded in the general fs.symlink() test. Move
it to its own test file.
Refs: https://github.com/nodejs/node/pull/34540/files#r463168354
PR-URL: #34569
Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
@TrottTrott closed this Aug 3, 2020
@Trott
Trott deleted the symlink branch August 3, 2020 00:39
codebytere pushed a commit that referenced this pull request Aug 5, 2020
The buffer-as-path test for fs.symlinkSync() is a bit unusual and
potentially error-prone embedded in the general fs.symlink() test. Move
it to its own test file.
Refs: https://github.com/nodejs/node/pull/34540/files#r463168354
PR-URL: #34569
Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
@codebyterecodebytere mentioned this pull request Aug 10, 2020
MylesBorins pushed a commit that referenced this pull request Aug 17, 2020
The buffer-as-path test for fs.symlinkSync() is a bit unusual and
potentially error-prone embedded in the general fs.symlink() test. Move
it to its own test file.
Refs: https://github.com/nodejs/node/pull/34540/files#r463168354
PR-URL: #34569
Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
@danielleadamsdanielleadams mentioned this pull request Aug 20, 2020
targos pushed a commit that referenced this pull request May 1, 2021
The buffer-as-path test for fs.symlinkSync() is a bit unusual and
potentially error-prone embedded in the general fs.symlink() test. Move
it to its own test file.
Refs: https://github.com/nodejs/node/pull/34540/files#r463168354
PR-URL: #34569
Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
@danielleadamsdanielleadams mentioned this pull request May 3, 2021
danielleadams pushed a commit that referenced this pull request May 8, 2021
The buffer-as-path test for fs.symlinkSync() is a bit unusual and
potentially error-prone embedded in the general fs.symlink() test. Move
it to its own test file.
Refs: https://github.com/nodejs/node/pull/34540/files#r463168354
PR-URL: #34569
Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@Trott@nodejs-github-bot@addaleax@Flarna@rexagod@targos@mmarchini@BethGriggs