Skip to content

test: enhance fs-watch-recursive test - #2599

Closed
thefourtheye wants to merge 1 commit into
nodejs:masterfrom
thefourtheye:improve-fs-watch-recursive
Closed

test: enhance fs-watch-recursive test#2599
thefourtheye wants to merge 1 commit into
nodejs:masterfrom
thefourtheye:improve-fs-watch-recursive

Conversation

@thefourtheye

Copy link
Copy Markdown
Contributor

This patch

  • issues a TAP plugin parsable message for non-darwin environments
  • uses const wherever applicable
  • moves the test to parallel

CI Run: https://jenkins-iojs.nodesource.com/job/node-test-pull-request/202/

@thefourtheyethefourtheye added the test Issues and PRs related to the tests. label Aug 28, 2015
@Fishrock123

Copy link
Copy Markdown
Contributor

cc @nodejs/build again

@mscdexmscdex added the fs Issues and PRs related to the fs subsystem / file system. label Sep 14, 2015
This patch
- issues a TAP plugin parsable message on non darwin/windows boxes
- uses `const` wherever applicable
- moves the test to parallel
@thefourtheye
thefourtheyeforce-pushed the improve-fs-watch-recursive branch from 579160a to fe8d32dCompareNovember 4, 2015 20:50
@thefourtheye

Copy link
Copy Markdown
ContributorAuthor

@thefourtheye

Copy link
Copy Markdown
ContributorAuthor

Wow. Almost all green. Any reviewers? cc @nodejs/collaborators ?

@thefourtheye

Copy link
Copy Markdown
ContributorAuthor

Bump!

@bnoordhuis

Copy link
Copy Markdown
Member

LGTM

1 similar comment
@jbergstroem

Copy link
Copy Markdown
Member

LGTM

@jasnell

Copy link
Copy Markdown
Member

LGTM!

thefourtheye added a commit that referenced this pull request Nov 10, 2015
This patch
- issues a TAP plugin parsable message on non darwin/windows boxes
- uses `const` wherever applicable
- moves the test to parallel
PR-URL: #2599
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: James M Snell <jasnell@gmail.com>
@jasnell

Copy link
Copy Markdown
Member

Landed in a28b938

@jasnelljasnell closed this Nov 10, 2015
@thefourtheye
thefourtheye deleted the improve-fs-watch-recursive branch November 10, 2015 16:30
thefourtheye added a commit that referenced this pull request Nov 11, 2015
This patch
- issues a TAP plugin parsable message on non darwin/windows boxes
- uses `const` wherever applicable
- moves the test to parallel
PR-URL: #2599
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: James M Snell <jasnell@gmail.com>
@Fishrock123Fishrock123 mentioned this pull request Nov 11, 2015
thefourtheye added a commit that referenced this pull request Nov 16, 2015
This patch
- issues a TAP plugin parsable message on non darwin/windows boxes
- uses `const` wherever applicable
- moves the test to parallel
PR-URL: #2599
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorins

Copy link
Copy Markdown
Contributor

landed in lts as 75b4613

thefourtheye added a commit that referenced this pull request Dec 4, 2015
This patch
- issues a TAP plugin parsable message on non darwin/windows boxes
- uses `const` wherever applicable
- moves the test to parallel
PR-URL: #2599
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: James M Snell <jasnell@gmail.com>
@jasnelljasnell mentioned this pull request Dec 17, 2015
thefourtheye added a commit that referenced this pull request Dec 17, 2015
This patch
- issues a TAP plugin parsable message on non darwin/windows boxes
- uses `const` wherever applicable
- moves the test to parallel
PR-URL: #2599
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: James M Snell <jasnell@gmail.com>
thefourtheye added a commit that referenced this pull request Dec 23, 2015
This patch
- issues a TAP plugin parsable message on non darwin/windows boxes
- uses `const` wherever applicable
- moves the test to parallel
PR-URL: #2599
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: James M Snell <jasnell@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.

7 participants

@thefourtheye@Fishrock123@bnoordhuis@jbergstroem@jasnell@MylesBorins@mscdex