FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

stream: micro-optimize writable condition by orgads · Pull Request #53189 · nodejs/node · GitHub

/ node Public

stream: micro-optimize writable condition - #53189

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
orgads:streams-uoptimize
Jun 4, 2024
Merged

stream: micro-optimize writable condition#53189
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
orgads:streams-uoptimize

Conversation

orgads commented May 28, 2024

Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/streams

nodejs-github-bot added the needs-ci PRs that need a full CI run. label May 28, 2024

orgads commented May 29, 2024

Copy link
Copy Markdown
Contributor Author

Can you please run the CI?

benjamingr added the request-ci Add this label to start a Jenkins CI on a PR. label May 29, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 29, 2024

This comment was marked as outdated.

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

orgads force-pushed the streams-uoptimize branch from b83c501 to 1755e63 Compare May 29, 2024 11:00
orgads changed the title streams: micro-optimize writable condition stream: micro-optimize writable condition May 29, 2024

orgads commented May 29, 2024

Copy link
Copy Markdown
Contributor Author

The commit message had streams instead of stream. Fixed now, please retrigger CI.

ronag added the request-ci Add this label to start a Jenkins CI on a PR. label May 29, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 29, 2024

Copy link
Copy Markdown
Collaborator

MoLow added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label May 29, 2024
orgads force-pushed the streams-uoptimize branch from 1755e63 to 5975965 Compare May 30, 2024 09:55
mcollina added the request-ci Add this label to start a Jenkins CI on a PR. label May 30, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 30, 2024

Copy link
Copy Markdown
Collaborator

orgads force-pushed the streams-uoptimize branch from 5975965 to a66dd43 Compare May 30, 2024 20:51

orgads commented May 30, 2024

Copy link
Copy Markdown
Contributor Author

Rebased, please retrigger CI.

ronag added the request-ci Add this label to start a Jenkins CI on a PR. label May 30, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 30, 2024

Copy link
Copy Markdown
Collaborator

orgads commented May 31, 2024

Copy link
Copy Markdown
Contributor Author

Are these failing tests known to be flaky?

mcollina added the request-ci Add this label to start a Jenkins CI on a PR. label May 31, 2024

Copy link
Copy Markdown
Member

let's see

github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 31, 2024

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

orgads commented Jun 2, 2024

Copy link
Copy Markdown
Contributor Author

Finally!

mcollina added commit-queue Add this label to land a pull request using GitHub Actions. and removed needs-ci PRs that need a full CI run. labels Jun 4, 2024
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 Jun 4, 2024

Copy link
Copy Markdown
Collaborator
Commit Queue failed
- Loading data for nodejs/node/pull/53189
✔  Done loading data for nodejs/node/pull/53189
----------------------------------- PR info ------------------------------------
Title      stream: micro-optimize writable condition (#53189)
Author     Orgad Shaneh  (@orgads)
Branch     orgads:streams-uoptimize -> nodejs:main
Labels     author ready
Commits    1
 - stream: micro-optimize writable condition
Committers 1
 - Orgad Shaneh 
PR-URL: https://github.com/nodejs/node/pull/53189
Reviewed-By: Robert Nagy 
Reviewed-By: Benjamin Gruenbaum 
Reviewed-By: Matteo Collina 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/53189
Reviewed-By: Robert Nagy 
Reviewed-By: Benjamin Gruenbaum 
Reviewed-By: Matteo Collina 
--------------------------------------------------------------------------------
   ⚠  Commits were pushed since the last approving review:
   ⚠  - stream: micro-optimize writable condition
   ℹ  This PR was created on Tue, 28 May 2024 19:30:07 GMT
   ✔  Approvals: 3
   ✔  - Robert Nagy (@ronag) (TSC): https://github.com/nodejs/node/pull/53189#pullrequestreview-2083817619
   ✔  - Benjamin Gruenbaum (@benjamingr) (TSC): https://github.com/nodejs/node/pull/53189#pullrequestreview-2083824949
   ✔  - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/53189#pullrequestreview-2085069824
   ✔  Last GitHub CI successful
   ℹ  Last Full PR CI on 2024-06-02T18:30:19Z: https://ci.nodejs.org/job/node-test-pull-request/59621/
- Querying data for job/node-test-pull-request/59621/
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/9364333050

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

mcollina added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Jun 4, 2024
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 4, 2024
nodejs-github-bot merged commit 7d14d1f into nodejs:main Jun 4, 2024

Copy link
Copy Markdown
Collaborator

Landed in 7d14d1f

RafaelGSS pushed a commit that referenced this pull request Jun 7, 2024
PR-URL: #53189
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
RafaelGSS mentioned this pull request Jun 7, 2024
soophoo pushed a commit to soophoo/node that referenced this pull request Jun 20, 2024
PR-URL: nodejs#53189
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
marco-ippolito pushed a commit that referenced this pull request Jul 19, 2024
PR-URL: #53189
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
orgads deleted the streams-uoptimize branch April 1, 2026 06:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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 outstanding review comments, and a CI started.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL