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: temporary remove resource check from fs read-write #56789

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

RafaelGSS
Copy link
Member

@RafaelGSS RafaelGSS commented Jan 27, 2025

@marco-ippolito informed me some permission model tests are failing on Windows and until I get some time to find out why this is flaky on Windows (I have some guesses), let's disable those checks.

Refs: #56727 (comment)

Since the last security release, the resource check has been flaky on Windows. This commit temporarily disables those checks to unblock the next regular release.

@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 27, 2025
Since the last security release, the resource check has been
flaky on Windows. This commit temporarily disables those checks
to unblock the next regular release.
@RafaelGSS RafaelGSS force-pushed the temporary-disable-resource branch from defe5b3 to c2633d9 Compare January 27, 2025 15:13
@RafaelGSS RafaelGSS added the permission Issues and PRs related to the Permission Model label Jan 27, 2025
Copy link

codecov bot commented Jan 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.22%. Comparing base (50d405a) to head (c2633d9).
Report is 19 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #56789   +/-   ##
=======================================
  Coverage   89.22%   89.22%           
=======================================
  Files         663      663           
  Lines      191974   191974           
  Branches    36926    36916   -10     
=======================================
+ Hits       171286   171295    +9     
+ Misses      13561    13558    -3     
+ Partials     7127     7121    -6     

see 36 files with indirect coverage changes

@RafaelGSS RafaelGSS added the request-ci Add this label to start a Jenkins CI on a PR. label Jan 27, 2025
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 27, 2025
@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.

@nodejs-github-bot
Copy link
Collaborator

Copy link
Member

@jasnell jasnell left a comment

Choose a reason for hiding this comment

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

LGTM but would recommend adding a comment to explain why these are commented out.

@marco-ippolito marco-ippolito added the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 29, 2025
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 29, 2025
@nodejs-github-bot nodejs-github-bot merged commit 55cc372 into nodejs:main Jan 29, 2025
65 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 55cc372

marco-ippolito pushed a commit that referenced this pull request Jan 29, 2025
Since the last security release, the resource check has been
flaky on Windows. This commit temporarily disables those checks
to unblock the next regular release.

PR-URL: #56789
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Feb 2, 2025
Since the last security release, the resource check has been
flaky on Windows. This commit temporarily disables those checks
to unblock the next regular release.

PR-URL: #56789
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ci PRs that need a full CI run. permission Issues and PRs related to the Permission Model test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants