You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.65%. Comparing base (d080801) to head (4f3a919). ⚠️ Report is 903 commits behind head on main.
trivikr
added
request-ci
Add this label to start a Jenkins CI on a PR.
and removed
request-ci-failed
Starting CI with the request-ci label failed and requires manual intervention.
labels
Jul 9, 2026
Hi @semimikoh, are you still working on this? It looks like CI hasn't passed and there's been no activity for a while. If you don't have time to continue, I'd be happy to take this over and finish the fix (with credit to your work here). Thanks!
Thanks @semimikoh Just to confirm I think you meant me (@webdevelopersrinu), as I'm the one who asked above 🙂. I'll take this over, keep your work credited with Co-authored-by, and open a PR with the fix + regression test + green CI.
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
fsIssues and PRs related to file-system APIs and the fs module.needs-ciPRs that need a full CI run.request-ci-failedStarting CI with the request-ci label failed and requires manual intervention.
5 participants
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.
Summary
cache.seencheck from children iteration loop in#addSubpatterns(sync) and#iterateSubpatterns(async)returninside the loop exits the entire method, skipping all remaining siblingscache.addat the top of each method already prevents reprocessing and infinite recursionFixes: #62897
Test plan
test-fs-glob.mjsmultiple times to verify flakiness is resolved