Skip to content

test: finish code coverage for lib/internal/worker.js - #27995

Merged
Trott merged 2 commits into
nodejs:masterfrom
Trott:unserializable-error
Jun 2, 2019
Merged

test: finish code coverage for lib/internal/worker.js#27995
Trott merged 2 commits into
nodejs:masterfrom
Trott:unserializable-error

Conversation

@Trott

@TrottTrott commented May 31, 2019

Copy link
Copy Markdown
Member

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
Copy Markdown
Collaborator

Comment threadtest/parallel/test-worker-message-not-serializable.js Outdated
@Trott
Trottforce-pushed the unserializable-error branch from 0b5ebc7 to ffd6e60CompareMay 31, 2019 20:39
@nodejs-github-bot

Copy link
Copy Markdown
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

@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.

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 <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Check that main thread handles an unknown message type from a worker
thread as expected.
PR-URL: nodejs#27995
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@Trott
Trottforce-pushed the unserializable-error branch from ffd6e60 to e8f3119CompareJune 2, 2019 15:51
@Trott

Trott commented Jun 2, 2019

Copy link
Copy Markdown
MemberAuthor

Landed in df339bc...e8f3119

@Trott
Trott 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 <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
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 <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@targostargos mentioned this pull request Jun 3, 2019
@Trott
Trott 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