src: use node- prefix on thread names
#79550
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/addons/uv-thread-name/test.js#L19
--- stderr ---
node:internal/event_target:1120
process.nextTick(() => { throw err; });
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'WorkerThread'
- 'node-WorkerThread'
at Worker.<anonymous> (/home/runner/work/node/node/node/test/addons/uv-thread-name/test.js:19:12)
at Worker.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:506:15)
at Worker.emit (node:events:508:20)
at MessagePort.<anonymous> (node:internal/worker:333:53)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:845:20)
at MessagePort.<anonymous> (node:internal/per_context/messageport:23:28) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'WorkerThread',
expected: 'node-WorkerThread',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/addons/uv-thread-name/test.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/addons/uv-thread-name/test.js#L19
--- stderr ---
node:internal/event_target:1120
process.nextTick(() => { throw err; });
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'WorkerThread'
- 'node-WorkerThread'
at Worker.<anonymous> (/home/runner/work/node/node/node/test/addons/uv-thread-name/test.js:19:12)
at Worker.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:506:15)
at Worker.emit (node:events:508:20)
at MessagePort.<anonymous> (node:internal/worker:333:53)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:845:20)
at MessagePort.<anonymous> (node:internal/per_context/messageport:23:28) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'WorkerThread',
expected: 'node-WorkerThread',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/addons/uv-thread-name/test.js
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|