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

src: handle errors correctly in webstorage #54544

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

targos
Copy link
Member

@targos targos commented Aug 24, 2024

No description provided.

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Aug 24, 2024
Copy link

codecov bot commented Aug 24, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 37 lines in your changes missing coverage. Please review.

Project coverage is 87.32%. Comparing base (c062b52) to head (9c5158f).
Report is 76 commits behind head on main.

Files with missing lines Patch % Lines
src/node_webstorage.cc 50.00% 9 Missing and 28 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #54544      +/-   ##
==========================================
- Coverage   87.32%   87.32%   -0.01%     
==========================================
  Files         649      649              
  Lines      182602   182599       -3     
  Branches    35033    35038       +5     
==========================================
- Hits       159461   159458       -3     
- Misses      16396    16403       +7     
+ Partials     6745     6738       -7     
Files with missing lines Coverage Δ
src/node_webstorage.h 40.00% <ø> (ø)
src/node_webstorage.cc 72.20% <50.00%> (-1.44%) ⬇️

... and 21 files with indirect coverage changes

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

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Collaborator

@targos targos added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 25, 2024
@RedYetiDev RedYetiDev added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 25, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 26, 2024
@nodejs-github-bot nodejs-github-bot merged commit 4f1c27a into nodejs:main Aug 26, 2024
58 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 4f1c27a

@targos targos deleted the maybe-webstorage branch August 26, 2024 17:43
@RafaelGSS
Copy link
Member

@targos This commit didn't land cleanly on v22.x-staging due to #54418. Would you mind creating a manual backport?

@RafaelGSS RafaelGSS added the backport-requested-v22.x PRs awaiting manual backport to the v22.x-staging branch. label Aug 30, 2024
@targos targos added backport-open-v22.x Indicate that the PR has an open backport and removed backport-requested-v22.x PRs awaiting manual backport to the v22.x-staging branch. labels Sep 1, 2024
targos added a commit to targos/node that referenced this pull request Sep 1, 2024
PR-URL: nodejs#54544
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
@targos
Copy link
Member Author

targos commented Sep 1, 2024

Backport PR: #54683

targos added a commit to targos/node that referenced this pull request Sep 5, 2024
PR-URL: nodejs#54544
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
targos added a commit to targos/node that referenced this pull request Sep 16, 2024
PR-URL: nodejs#54544
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
targos added a commit that referenced this pull request Oct 6, 2024
PR-URL: #54544
Backport-PR-URL: #54683
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
@aduh95 aduh95 mentioned this pull request Oct 9, 2024
louwers pushed a commit to louwers/node that referenced this pull request Nov 2, 2024
PR-URL: nodejs#54544
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
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. backport-open-v22.x Indicate that the PR has an open backport c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants