lib: call normalizeEncoding in fs.writeFileSync and fs.readFileSync #60539
Annotations
3 errors and 1 notice
|
Test
Process completed with exit code 2.
|
|
Test:
test/parallel/test-fs-write-file-flush.js#L31
--- stdout ---
Test failure: 'performs flush'
Location: test/parallel/test-fs-write-file-flush.js:26:11
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
0 !== 1
at TestContext.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-fs-write-file-flush.js:31:12)
at Test.runInAsyncScope (node:async_hooks:213:14)
at Test.run (node:internal/test_runner/test:1106:25)
at Test.start (node:internal/test_runner/test:1003:17)
at TestContext.test (node:internal/test_runner/test:378:20)
at TestContext.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-fs-write-file-flush.js:26:11)
at async Test.run (node:internal/test_runner/test:1113:7)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 0,
expected: 1,
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/node/node/node/test/parallel/test-fs-write-file-flush.js
|
|
Test:
test/parallel/test-fs-append-file-flush.js#L31
--- stdout ---
Test failure: 'performs flush'
Location: test/parallel/test-fs-append-file-flush.js:26:11
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
0 !== 1
at TestContext.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-fs-append-file-flush.js:31:12)
at Test.runInAsyncScope (node:async_hooks:213:14)
at Test.run (node:internal/test_runner/test:1106:25)
at Test.start (node:internal/test_runner/test:1003:17)
at TestContext.test (node:internal/test_runner/test:378:20)
at TestContext.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-fs-append-file-flush.js:26:11)
at async Test.run (node:internal/test_runner/test:1113:7)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 0,
expected: 1,
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/node/node/node/test/parallel/test-fs-append-file-flush.js
|
|
Post Set up sccache
0% - 0 hits, 0 misses, 0 errors
|
Loading