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: cleanup and simplify test-crypto-aes-wrap #56748

Merged
merged 2 commits into from
Jan 26, 2025

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Jan 24, 2025

  • Add comment explaining purpose of the test
  • Eliminate duplicative/extraneous buffer allocations

* Add comment explaining purpose of the test
* Eliminate duplicative/extraneous buffer allocations
@jasnell jasnell requested review from mcollina and anonrig January 24, 2025 17:17
@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Jan 24, 2025
@nodejs-github-bot

This comment was marked as outdated.

@jasnell jasnell added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 24, 2025
test/parallel/test-crypto-aes-wrap.js Outdated Show resolved Hide resolved
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
@jasnell jasnell added the commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. label Jan 24, 2025
@lpinca lpinca added the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 24, 2025
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@jasnell
Copy link
Member Author

jasnell commented Jan 24, 2025

This makes me sad ... especially since a couple of the tests flaked and I'm just going to have to run them again.
image

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Jan 25, 2025

@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 26, 2025
@nodejs-github-bot nodejs-github-bot merged commit ea7ab16 into nodejs:main Jan 26, 2025
33 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in ea7ab16

aduh95 pushed a commit that referenced this pull request Jan 27, 2025
* Add comment explaining purpose of the test
* Eliminate duplicative/extraneous buffer allocations

PR-URL: #56748
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
aduh95 pushed a commit that referenced this pull request Jan 30, 2025
* Add comment explaining purpose of the test
* Eliminate duplicative/extraneous buffer allocations

PR-URL: #56748
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
hvanness pushed a commit to hvanness/node that referenced this pull request Jan 30, 2025
* Add comment explaining purpose of the test
* Eliminate duplicative/extraneous buffer allocations

PR-URL: nodejs#56748
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
aduh95 pushed a commit that referenced this pull request Jan 31, 2025
* Add comment explaining purpose of the test
* Eliminate duplicative/extraneous buffer allocations

PR-URL: #56748
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants