Skip to content

fs: fixes recursive fs.watch crash on Linux when deleting files #49412

fs: fixes recursive fs.watch crash on Linux when deleting files

fs: fixes recursive fs.watch crash on Linux when deleting files #49412

Triggered via pull request April 3, 2024 14:52
Status Failure
Total duration 1h 0m 1s
Artifacts

test-macos.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test-macOS: test/parallel/test-fs-watch-recursive-delete.js#L16
--- stderr --- node:assert:126 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: false !== true at FSWatcher.<anonymous> (/Users/runner/work/node/node/test/parallel/test-fs-watch-recursive-delete.js:16:10) at FSWatcher.<anonymous> (/Users/runner/work/node/node/test/common/index.js:473:15) at FSWatcher.emit (node:events:520:28) at FSWatcher._handle.onchange (node:internal/fs/watchers:215:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: 'strictEqual' } Node.js v22.0.0-pre Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/node/node/test/parallel/test-fs-watch-recursive-delete.js
test-macOS
Process completed with exit code 2.