Skip to content

Conversation

@Trott
Copy link
Member

@TrottTrott commented May 31, 2019

Two commits to complete code coverage for lib/internal/worker.js.

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

@TrottTrott added test Issues and PRs related to the tests. worker Issues and PRs related to Worker support. labels May 31, 2019
@nodejs-github-bot
Copy link
Collaborator

@TrottTrottforce-pushed the unserializable-error branch from 0b5ebc7 to ffd6e60CompareMay 31, 2019 20:39
@nodejs-github-bot
Copy link
Collaborator

@TrottTrott changed the title test: finish code coverage for lib/internal/worker.js.html test: finish code coverage for lib/internal/worker.jsMay 31, 2019
Copy link
Contributor

@cjihrigcjihrig left a comment

Choose a reason for hiding this comment

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

LGTM if the CI is happy.

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jun 1, 2019
Trott added 2 commits June 2, 2019 17:50
Check that the main thread handles unserializable errors in a worker thread as expected. PR-URL: nodejs#27995 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Check that main thread handles an unknown message type from a worker thread as expected. PR-URL: nodejs#27995 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@TrottTrottforce-pushed the unserializable-error branch from ffd6e60 to e8f3119CompareJune 2, 2019 15:51
@Trott
Copy link
MemberAuthor

Trott commented Jun 2, 2019

Landed in df339bc...e8f3119

@TrottTrott merged commit e8f3119 into nodejs:masterJun 2, 2019
targos pushed a commit that referenced this pull request Jun 3, 2019
Check that the main thread handles unserializable errors in a worker thread as expected. PR-URL: #27995 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
targos pushed a commit that referenced this pull request Jun 3, 2019
Check that main thread handles an unknown message type from a worker thread as expected. PR-URL: #27995 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@targostargos mentioned this pull request Jun 3, 2019
@TrottTrott deleted the unserializable-error branch January 13, 2022 22:51
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.workerIssues and PRs related to Worker support.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Trott@nodejs-github-bot@lpinca@cjihrig