test: ensure that the message event is fired#59952
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Oct 5, 2025
Merged
Conversation
Member
Author
|
Alternative to #59885. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #59952 +/- ##
==========================================
- Coverage 88.45% 88.45% -0.01%
==========================================
Files 703 703
Lines 207826 207826
Branches 40030 40036 +6
==========================================
- Hits 183842 183826 -16
- Misses 15973 15974 +1
- Partials 8011 8026 +15 🚀 New features to boost your workflow:
|
aduh95
approved these changes
Sep 23, 2025
test/parallel/test-worker-message-port-infinite-message-loop.js
Outdated
Show resolved
Hide resolved
jakecastelli
approved these changes
Sep 23, 2025
Contributor
Failed to start CI⚠ Commits were pushed since the last approving review: ⚠ - test: ensure that the message event is fired ⚠ - Update test/parallel/test-worker-message-port-infinite-message-loop.js ✘ Refusing to run CI on potentially unsafe PRhttps://github.com/nodejs/node/actions/runs/17955820654 |
aduh95
approved these changes
Sep 23, 2025
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Use `common.mustCallAtLeast()` to verify that the `'message'` event is fired.
d4d9c67 to
097b5ed
Compare
Member
Author
|
Rebased, this needs new approvals. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Collaborator
jakecastelli
approved these changes
Oct 5, 2025
Member
Author
|
It seems that #59885 was merged. I'll open a new PR to revert it. |
lpinca
added a commit
to lpinca/node
that referenced
this pull request
Oct 5, 2025
This reverts commit 9790315. Refs: nodejs#59952
Collaborator
|
Landed in 307eaca |
targos
pushed a commit
that referenced
this pull request
Oct 6, 2025
Use `common.mustCallAtLeast()` to verify that the `'message'` event is fired. PR-URL: #59952 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
nodejs-github-bot
pushed a commit
that referenced
this pull request
Oct 13, 2025
This reverts commit 9790315. Refs: #59952 PR-URL: #60126 Reviewed-By: Antoine du Hamel <[email protected]>
aduh95
pushed a commit
that referenced
this pull request
Oct 22, 2025
Use `common.mustCallAtLeast()` to verify that the `'message'` event is fired. PR-URL: #59952 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
aduh95
pushed a commit
that referenced
this pull request
Oct 31, 2025
This reverts commit 9790315. Refs: #59952 PR-URL: #60126 Reviewed-By: Antoine du Hamel <[email protected]>
aduh95
pushed a commit
that referenced
this pull request
Nov 7, 2025
This reverts commit 9790315. Refs: #59952 PR-URL: #60126 Reviewed-By: Antoine du Hamel <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use
common.mustCallAtLeast()to verify that the'message'event is fired.