node icon indicating copy to clipboard operation
node copied to clipboard

tls: fix 'ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED' typo

Open redyetidev opened this issue 10 months ago • 11 comments

Fixes #52448

redyetidev avatar Apr 21 '24 19:04 redyetidev

Review requested:

  • [ ] @nodejs/crypto

nodejs-github-bot avatar Apr 21 '24 19:04 nodejs-github-bot

Changing existing error code values is always semver-major.

panva avatar Apr 21 '24 20:04 panva

Changing existing error code values is always semver-major.

Good to know! Thanks!

redyetidev avatar Apr 21 '24 21:04 redyetidev

Ack! I totally forgot to update the commit message.

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

redyetidev avatar Apr 29 '24 02:04 redyetidev

CI: https://ci.nodejs.org/job/node-test-pull-request/58802/

nodejs-github-bot avatar Apr 29 '24 16:04 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/58815/

nodejs-github-bot avatar Apr 30 '24 08:04 nodejs-github-bot

Is this good to land (semver-major)?

redyetidev avatar Aug 06 '24 15:08 redyetidev

No objections - author ready?

redyetidev avatar Aug 17 '24 23:08 redyetidev

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 <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/52627
Reviewed-By: Filip Skokan <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/52627
Reviewed-By: Filip Skokan <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
--------------------------------------------------------------------------------
   ℹ  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

nodejs-github-bot avatar Aug 23 '24 11:08 nodejs-github-bot

semver-major requires at least 2 TSC approvals

The more you know the more you know...

redyetidev avatar Aug 23 '24 18:08 redyetidev

This PR needs one more TSC approval to land. I've added the review wanted label.

redyetidev avatar Aug 26 '24 20:08 redyetidev

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

redyetidev avatar Aug 29 '24 16:08 redyetidev

CI: https://ci.nodejs.org/job/node-test-pull-request/61755/

nodejs-github-bot avatar Aug 31 '24 18:08 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/62040/

nodejs-github-bot avatar Sep 06 '24 08:09 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/62139/

nodejs-github-bot avatar Sep 07 '24 23:09 nodejs-github-bot

PR is currently blocked from landing by unreliable CI.

jasnell avatar Sep 08 '24 03:09 jasnell

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

redyetidev avatar Sep 10 '24 19:09 redyetidev

PR should be rebased with a fresh CI run after.

jasnell avatar Sep 11 '24 14:09 jasnell

CI: https://ci.nodejs.org/job/node-test-pull-request/62329/

nodejs-github-bot avatar Sep 11 '24 15:09 nodejs-github-bot

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

codecov[bot] avatar Sep 11 '24 17:09 codecov[bot]

CI: https://ci.nodejs.org/job/node-test-pull-request/62502/

nodejs-github-bot avatar Sep 17 '24 15:09 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/62529/

nodejs-github-bot avatar Sep 18 '24 15:09 nodejs-github-bot

@nodejs/tsc per https://github.com/nodejs/Release/issues/1034

redyetidev avatar Sep 19 '24 15:09 redyetidev

CI: https://ci.nodejs.org/job/node-test-pull-request/62564/

nodejs-github-bot avatar Sep 19 '24 15:09 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/62585/

nodejs-github-bot avatar Sep 20 '24 07:09 nodejs-github-bot

Landed in f666a1b754a028652f167573d8c6b8d7b0ecc5c7

nodejs-github-bot avatar Sep 20 '24 17:09 nodejs-github-bot