test_runner: expose worker ID for concurrent test execution #79777
Triggered via pull request
January 15, 2026 22:10
Status
Failure
Total duration
2h 2m 7s
Artifacts
–
Annotations
4 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 1.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-runner-worker-id.js#L0
--- stdout ---
Test failure: 'worker IDs are reused when more tests than concurrency'
Location: test/parallel/test-runner-worker-id.js:89:1
AssertionError [ERR_ASSERTION]: Test failed:
1 !== 0
at TestContext.<anonymous> (/home/runner/work/node/node/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/parallel/test-runner-worker-id.js:118:10)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1106:25)
at Test.processPendingSubtests (node:internal/test_runner/test:783:18)
at Test.postRun (node:internal/test_runner/test:1235:19)
at Test.run (node:internal/test_runner/test:1163:12)
at async Test.processPendingSubtests (node:internal/test_runner/test:783:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout "/home/runner/work/node/node/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/parallel/test-runner-worker-id.js"
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 1.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-runner-worker-id.js#L0
--- stdout ---
Test failure: 'worker IDs are reused when more tests than concurrency'
Location: test/parallel/test-runner-worker-id.js:89:1
AssertionError [ERR_ASSERTION]: Test failed:
1 !== 0
at TestContext.<anonymous> (/home/runner/work/node/node/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/parallel/test-runner-worker-id.js:118:10)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1106:25)
at Test.processPendingSubtests (node:internal/test_runner/test:783:18)
at Test.postRun (node:internal/test_runner/test:1235:19)
at Test.run (node:internal/test_runner/test:1163:12)
at async Test.processPendingSubtests (node:internal/test_runner/test:783:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout "/home/runner/work/node/node/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/parallel/test-runner-worker-id.js"
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|