Skip to content

Conversation

@Trott
Copy link
Member

@TrottTrott commented Mar 3, 2020

Cover an previously uncovered exception possible in the internal start
function for FSWatcher.

While at it, remove convenience function for internal assertions from testing common module. It is only used once.

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 Mar 3, 2020
@nodejs-github-bot
Copy link
Collaborator

@Trott
Copy link
MemberAuthor

Trott commented Mar 3, 2020

@nodejs/testing

@Trott
Copy link
MemberAuthor

Trott commented Mar 4, 2020

@nodejs/fs

@Trott
Copy link
MemberAuthor

Trott commented Mar 4, 2020

This could use a review or two. @nodejs/collaborators

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 5, 2020
Trott added a commit to Trott/io.js that referenced this pull request Mar 5, 2020
Remove convenience function for internal assertions. It is only used once. Signed-off-by: Rich Trott <[email protected]> PR-URL: nodejs#32057 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anto Aravinth <[email protected]>
Trott added a commit to Trott/io.js that referenced this pull request Mar 5, 2020
Cover an previously uncovered exception possible in the internal start function for FSWatcher. Signed-off-by: Rich Trott <[email protected]> PR-URL: nodejs#32057 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anto Aravinth <[email protected]>
@TrottTrott closed this Mar 5, 2020
@TrottTrottforce-pushed the common-int-assert branch from c175ff1 to b1d4c13CompareMarch 5, 2020 15:10
@Trott
Copy link
MemberAuthor

Trott commented Mar 5, 2020

Landed in 757e203...b1d4c13

@TrottTrott deleted the common-int-assert branch March 5, 2020 15:10
MylesBorins pushed a commit that referenced this pull request Mar 9, 2020
Remove convenience function for internal assertions. It is only used once. Signed-off-by: Rich Trott <[email protected]> PR-URL: #32057 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anto Aravinth <[email protected]>
MylesBorins pushed a commit that referenced this pull request Mar 9, 2020
Cover an previously uncovered exception possible in the internal start function for FSWatcher. Signed-off-by: Rich Trott <[email protected]> PR-URL: #32057 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anto Aravinth <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Mar 10, 2020
@codebytere
Copy link
Member

@Trott is this applicable to v12.x? It looks like common is still used several places in the file that was refactored so it might not be. I'll set the dont-land label for now but feel free to update it or open a manual backport if you do feel it should go back!

@Trott
Copy link
MemberAuthor

I'll set the dont-land label for now but feel free to update it or open a manual backport if you do feel it should go back!

This just adds some test coverage and is inessential, so I think dont-land should be fine.

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.

5 participants

@Trott@nodejs-github-bot@codebytere@antsmartian@lpinca