test: add error only reporter for node:test #59227
Annotations
2 errors and 1 notice
test-macOS:
test/parallel/test-runner-cli-concurrency.js#L26
--- stdout ---
::debug::starting to run default concurrency
::debug::completed running default concurrency
::debug::starting to run concurrency of one
::debug::completed running concurrency of one
::debug::starting to run concurrency of two
::error title=concurrency of two,file=test/parallel/test-runner-cli-concurrency.js,line=26,col=9::[Error [ERR_TEST_FAILURE]: bye] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: Error: bye
at TestContext.<anonymous> (/Users/runner/work/node/node/test/parallel/test-runner-cli-concurrency.js:26:9)
at Test.runInAsyncScope (node:async_hooks:211:14)
at Test.run (node:internal/test_runner/test:931:25)
at Test.processPendingSubtests (node:internal/test_runner/test:629:18)
at Test.postRun (node:internal/test_runner/test:1042:19)
at Test.run (node:internal/test_runner/test:970:12)
at async Test.processPendingSubtests (node:internal/test_runner/test:629:7)
}
Test failure: 'concurrency of two'
Location: test/parallel/test-runner-cli-concurrency.js:22:1
Error: bye
at TestContext.<anonymous> (/Users/runner/work/node/node/test/parallel/test-runner-cli-concurrency.js:26:9)
at Test.runInAsyncScope (node:async_hooks:211:14)
at Test.run (node:internal/test_runner/test:931:25)
at Test.processPendingSubtests (node:internal/test_runner/test:629:18)
at Test.postRun (node:internal/test_runner/test:1042:19)
at Test.run (node:internal/test_runner/test:970:12)
at async Test.processPendingSubtests (node:internal/test_runner/test:629:7)
::debug::starting to run isolation=none uses a concurrency of one
::debug::completed running isolation=none uses a concurrency of one
::debug::starting to run isolation=none overrides --test-concurrency
::debug::completed running isolation=none overrides --test-concurrency
::notice file=test/parallel/test-runner-cli-concurrency.js,line=1,col=1::tests 5
::notice file=test/parallel/test-runner-cli-concurrency.js,line=1,col=1::suites 0
::notice file=test/parallel/test-runner-cli-concurrency.js,line=1,col=1::pass 4
::notice file=test/parallel/test-runner-cli-concurrency.js,line=1,col=1::fail 1
::notice file=test/parallel/test-runner-cli-concurrency.js,line=1,col=1::cancelled 0
::notice file=test/parallel/test-runner-cli-concurrency.js,line=1,col=1::skipped 0
::notice file=test/parallel/test-runner-cli-concurrency.js,line=1,col=1::todo 0
::notice file=test/parallel/test-runner-cli-concurrency.js,line=1,col=1::duration_ms 1457.217333
::group::Test results (4 passed, 1 failed)
::notice::
::endgroup::
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/node/node/test/parallel/test-runner-cli-concurrency.js
|
test-macOS
Process completed with exit code 2.
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|