-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
From https://github.com/nodejs/reliability/blob/main/reports/2025-08-26.md
Example
not ok 319 parallel/test-fastutf8stream-flush-mocks
---
duration_ms: 928.99500
severity: fail
exitcode: 1
stack: |-
Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.302
Files blocking: [
'fastutf8stream-2252-1756150137626-0.log',
'fastutf8stream-2252-1756150137632-2.log'
]
C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:80
throw e;
^
Error: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.302'
at Object.rmdirSync (node:fs:1206:11)
at _rmdirSync (node:internal/fs/rimraf:261:21)
at rimrafSync (node:internal/fs/rimraf:194:7)
at Object.rmSync (node:fs:1252:10)
at rmSync (C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:31:8)
at onexit (C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:65:5)
at process.<anonymous> (C:\workspace\no...
Example
not ok 314 parallel/test-fastutf8stream-sync
---
duration_ms: 1050.01600
severity: fail
exitcode: 1
stack: |-
Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.304
Files blocking: [
'fastutf8stream-4936-1756150148470-2.log',
'fastutf8stream-4936-1756150148534-7.log'
]
C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:80
throw e;
^
Error: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.304'
at Object.rmdirSync (node:fs:1206:11)
at _rmdirSync (node:internal/fs/rimraf:261:21)
at rimrafSync (node:internal/fs/rimraf:194:7)
at Object.rmSync (node:fs:1252:10)
at rmSync (C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:31:8)
at onexit (C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:65:5)
at process.<anonymous> (C:\workspace\node-tes...
These tests were introduced in #58897
Metadata
Metadata
Assignees
Labels
flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.