Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: update wpt test for streams #54129

Merged
merged 3 commits into from
Aug 6, 2024

Conversation

Nahee-Park
Copy link
Contributor

Updating the web platform tests for the streams.

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/web-standards

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. web streams labels Jul 31, 2024
Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.08%. Comparing base (a5decd4) to head (3891587).
Report is 55 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #54129   +/-   ##
=======================================
  Coverage   87.07%   87.08%           
=======================================
  Files         643      643           
  Lines      181581   181576    -5     
  Branches    34893    34896    +3     
=======================================
+ Hits       158118   158125    +7     
+ Misses      16742    16730   -12     
  Partials     6721     6721           

see 28 files with indirect coverage changes

@Nahee-Park
Copy link
Contributor Author

@daeyeon
Thank you for the feedback !
I have pushed the updates : )

"readable-streams/from.any.js": {
"fail": {
"expected": [
"ReadableStream.from ignores a null @@asyncIterator"
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to fix this in a follow-up PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@MattiasBuelens I think we might need to address this issue. It seems like some basic error handling might be necessary. I'm also open to contributing to a follow-up PR to help resolve this.

@Nahee-Park Nahee-Park requested a review from daeyeon August 1, 2024 06:21
@daeyeon daeyeon added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 1, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 1, 2024
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@daeyeon daeyeon added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 5, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 5, 2024
@nodejs-github-bot

This comment was marked as outdated.

@daeyeon daeyeon added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels Aug 5, 2024
@nodejs-github-bot
Copy link
Collaborator

@aduh95 aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 6, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 6, 2024
@nodejs-github-bot nodejs-github-bot merged commit 1bcdba2 into nodejs:main Aug 6, 2024
65 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 1bcdba2

targos pushed a commit that referenced this pull request Aug 14, 2024
PR-URL: #54129
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
@RafaelGSS RafaelGSS mentioned this pull request Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. web streams
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants