-
Notifications
You must be signed in to change notification settings - Fork 30k
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: remove need to make fs call for zlib test #54814
Merged
Merged
Conversation
This file contains 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
nodejs-github-bot
added
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
labels
Sep 6, 2024
OnlyAviv
added
fs
Issues and PRs related to the fs subsystem / file system.
zlib
Issues and PRs related to the zlib subsystem.
labels
Sep 6, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54814 +/- ##
=======================================
Coverage 87.89% 87.89%
=======================================
Files 651 651
Lines 183364 183364
Branches 35714 35716 +2
=======================================
+ Hits 161171 161176 +5
Misses 15465 15465
+ Partials 6728 6723 -5 |
jasnell
approved these changes
Sep 7, 2024
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Sep 7, 2024
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
anonrig
force-pushed
the
zlib-flush-test
branch
from
September 10, 2024 15:04
d0c3813
to
52bc26f
Compare
jasnell
approved these changes
Sep 10, 2024
jasnell
added
commit-queue
Add this label to land a pull request using GitHub Actions.
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
and removed
needs-ci
PRs that need a full CI run.
labels
Sep 10, 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
Sep 10, 2024
Commit Queue failed- Loading data for nodejs/node/pull/54814 ✔ Done loading data for nodejs/node/pull/54814 ----------------------------------- PR info ------------------------------------ Title test: remove need to make fs call for zlib test (#54814) Author Yagiz Nizipli <[email protected]> (@anonrig) Branch anonrig:zlib-flush-test -> nodejs:main Labels fs, zlib, test, author ready Commits 1 - test: remove need to make fs call for zlib test Committers 1 - Yagiz Nizipli <[email protected]> PR-URL: https://github.com/nodejs/node/pull/54814 Reviewed-By: James M Snell <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/54814 Reviewed-By: James M Snell <[email protected]> -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 06 Sep 2024 16:25:11 GMT ✔ Approvals: 1 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/54814#pullrequestreview-2292954442 ✘ This PR needs to wait 71 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-09-10T02:21:02Z: https://ci.nodejs.org/job/node-test-pull-request/62230/ ⚠ Commits were pushed after the last Full PR CI run: ⚠ - test: remove need to make fs call for zlib test - Querying data for job/node-test-pull-request/62230/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/10797440128 |
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Sep 10, 2024
OnlyAviv
removed
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Sep 11, 2024
anonrig
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Sep 11, 2024
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Sep 11, 2024
nodejs-github-bot
added
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Sep 11, 2024
Commit Queue failed- Loading data for nodejs/node/pull/54814 ✔ Done loading data for nodejs/node/pull/54814 ----------------------------------- PR info ------------------------------------ Title test: remove need to make fs call for zlib test (#54814) Author Yagiz Nizipli <[email protected]> (@anonrig) Branch anonrig:zlib-flush-test -> nodejs:main Labels fs, zlib, test, author ready Commits 1 - test: remove need to make fs call for zlib test Committers 1 - Yagiz Nizipli <[email protected]> PR-URL: https://github.com/nodejs/node/pull/54814 Reviewed-By: James M Snell <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/54814 Reviewed-By: James M Snell <[email protected]> -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 06 Sep 2024 16:25:11 GMT ✔ Approvals: 1 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/54814#pullrequestreview-2292954442 ✘ This PR needs to wait 51 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-09-11T02:57:39Z: https://ci.nodejs.org/job/node-test-pull-request/62300/ - Querying data for job/node-test-pull-request/62300/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/10812410160 |
mcollina
approved these changes
Sep 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
mcollina
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Sep 12, 2024
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Sep 12, 2024
Landed in 8eb9353 |
aduh95
pushed a commit
that referenced
this pull request
Sep 12, 2024
PR-URL: #54814 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
aduh95
pushed a commit
that referenced
this pull request
Sep 13, 2024
PR-URL: #54814 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
aduh95
pushed a commit
that referenced
this pull request
Sep 13, 2024
PR-URL: #54814 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Merged
targos
added
the
dont-land-on-v20.x
PRs that should not land on the v20.x-staging branch and should not be released in v20.x.
label
Sep 22, 2024
louwers
pushed a commit
to louwers/node
that referenced
this pull request
Nov 2, 2024
PR-URL: nodejs#54814 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
tpoisseau
pushed a commit
to tpoisseau/node
that referenced
this pull request
Nov 21, 2024
PR-URL: nodejs#54814 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[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.
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
dont-land-on-v20.x
PRs that should not land on the v20.x-staging branch and should not be released in v20.x.
fs
Issues and PRs related to the fs subsystem / file system.
test
Issues and PRs related to the tests.
zlib
Issues and PRs related to the zlib subsystem.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removes the need for making a filesystem call to a fixture file, and wrap the test suite in test while also avoiding the call to listen for process on exit handler.