process: do not truncate long strings in --print
#80133
Annotations
4 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-cli-print-promise.mjs#L56
--- stdout ---
Test failure: 'should output something if process exits before promise settles'
Location: test/parallel/test-cli-print-promise.mjs:50:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
{
code: 0,
signal: null,
stderr: '',
+ stdout: ''
- stdout: 'Promise { <pending> }\n'
}
at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-cli-print-promise.mjs:56:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Test.run (node:internal/test_runner/test:1116:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:786:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Object],
expected: [Object],
operator: 'deepStrictEqual',
diff: 'simple'
}
Test failure: 'should respect exit code when process exits before promise settles'
Location: test/parallel/test-cli-print-promise.mjs:64:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
{
code: 42,
signal: null,
stderr: '',
+ stdout: ''
- stdout: 'Promise { <pending> }\n'
}
at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-cli-print-promise.mjs:70:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Test.run (node:internal/test_runner/test:1116:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:786:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Object],
expected: [Object],
operator: 'deepStrictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-cli-print-promise.mjs
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-cli-print-promise.mjs#L56
--- stdout ---
Test failure: 'should output something if process exits before promise settles'
Location: test/parallel/test-cli-print-promise.mjs:50:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
{
code: 0,
signal: null,
stderr: '',
+ stdout: ''
- stdout: 'Promise { <pending> }\n'
}
at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-cli-print-promise.mjs:56:12)
at async Test.run (node:internal/test_runner/test:1116:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:786:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Object],
expected: [Object],
operator: 'deepStrictEqual',
diff: 'simple'
}
Test failure: 'should respect exit code when process exits before promise settles'
Location: test/parallel/test-cli-print-promise.mjs:64:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
{
code: 42,
signal: null,
stderr: '',
+ stdout: ''
- stdout: 'Promise { <pending> }\n'
}
at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-cli-print-promise.mjs:70:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Test.run (node:internal/test_runner/test:1116:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:786:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Object],
expected: [Object],
operator: 'deepStrictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-cli-print-promise.mjs
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|