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

tls: fix 'ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED' typo #52627

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

RedYetiDev
Copy link
Member

@RedYetiDev RedYetiDev commented Apr 21, 2024

Refs: #23188
Fixes: #52448

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/crypto

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. labels Apr 21, 2024
@RedYetiDev RedYetiDev added the semver-minor PRs that contain new features and should be released in the next minor version. label Apr 21, 2024
@panva panva added semver-major PRs that contain breaking changes and should be released in the next major version. and removed semver-minor PRs that contain new features and should be released in the next minor version. labels Apr 21, 2024
@panva
Copy link
Member

panva commented Apr 21, 2024

Changing existing error code values is always semver-major.

@RedYetiDev
Copy link
Member Author

Changing existing error code values is always semver-major.

Good to know! Thanks!

src/node_errors.h Outdated Show resolved Hide resolved
Copy link
Member

@panva panva left a comment

Choose a reason for hiding this comment

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

Would you please update the first commit message so that it reflects the subsystem?

tls: fix ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED error code typo

@RedYetiDev
Copy link
Member Author

Ack! I totally forgot to update the commit message.

I'll do it in a few hours...

@panva panva changed the title fix: fix 'ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED' typo tls: fix 'ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED' typo Apr 29, 2024
@panva panva added the request-ci Add this label to start a Jenkins CI on a PR. label Apr 29, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Apr 29, 2024
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@RedYetiDev
Copy link
Member Author

Is this good to land (semver-major)?

@RedYetiDev
Copy link
Member Author

No objections - author ready?

@daeyeon daeyeon added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Aug 23, 2024
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Aug 23, 2024
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/52627
✔  Done loading data for nodejs/node/pull/52627
----------------------------------- PR info ------------------------------------
Title      tls: fix 'ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED' typo (#52627)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     RedYetiDev:fix-tls-error-typo -> nodejs:main
Labels     crypto, c++, semver-major, author ready, needs-ci
Commits    1
 - tls: fix 'ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED' typo
Committers 1
 - RedYetiDev <38299977+RedYetiDev@users.noreply.github.com>
PR-URL: https://github.com/nodejs/node/pull/52627
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/52627
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
--------------------------------------------------------------------------------
   ℹ  This PR was created on Sun, 21 Apr 2024 19:52:53 GMT
   ✔  Approvals: 2
   ✔  - Filip Skokan (@panva): https://github.com/nodejs/node/pull/52627#pullrequestreview-2084824754
   ✔  - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/52627#pullrequestreview-2053861852
   ✘  semver-major requires at least 2 TSC approvals
   ✔  Last GitHub CI successful
   ℹ  Last Full PR CI on 2024-04-30T08:25:52Z: https://ci.nodejs.org/job/node-test-pull-request/58815/
- Querying data for job/node-test-pull-request/58815/
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/10525204300

@RedYetiDev RedYetiDev removed the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Aug 29, 2024
@RedYetiDev
Copy link
Member Author

@jasnell approved the PR, so it has enough approvals to land :-)

@RedYetiDev RedYetiDev removed the review wanted PRs that need reviews. label Aug 29, 2024
@jasnell jasnell added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 31, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 31, 2024
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@jasnell
Copy link
Member

jasnell commented Sep 8, 2024

PR is currently blocked from landing by unreliable CI.

@RedYetiDev
Copy link
Member Author

PR is currently blocked from landing by unreliable CI.

Is that still the case? Except for the skipped MacOS runner, the CI on this LGTM

@jasnell
Copy link
Member

jasnell commented Sep 11, 2024

PR should be rebased with a fresh CI run after.

Co-Authored-By: Fabian Iwand <mootari@users.noreply.github.com>
@panva panva added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 11, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 11, 2024
@nodejs-github-bot
Copy link
Collaborator

Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.06%. Comparing base (1d2603b) to head (ce040bd).
Report is 121 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #52627   +/-   ##
=======================================
  Coverage   88.06%   88.06%           
=======================================
  Files         651      651           
  Lines      183386   183386           
  Branches    35800    35795    -5     
=======================================
+ Hits       161504   161506    +2     
+ Misses      15159    15157    -2     
  Partials     6723     6723           
Files with missing lines Coverage Δ
src/crypto/crypto_tls.cc 78.73% <100.00%> (ø)
src/node_errors.h 84.21% <ø> (ø)

... and 24 files with indirect coverage changes

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@RedYetiDev
Copy link
Member Author

@nodejs/tsc per nodejs/Release#1034

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@richardlau richardlau added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 20, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 20, 2024
@nodejs-github-bot nodejs-github-bot merged commit f666a1b into nodejs:main Sep 20, 2024
56 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in f666a1b

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. c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo in error code ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED