src: remove unused using declarations in node_task_queue #84779
Annotations
2 errors and 2 notices
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/sequential/test-watch-mode-worker.mjs#L201
--- stdout ---
Test failure: 'should watch changes to worker - esm'
Location: test/sequential/test-watch-mode-worker.mjs:183:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
[
'worker running',
"Completed running '/home/runner/work/node/node/node/test/.tmp.5547/3.mjs'. Waiting for file changes before restarting...",
"Restarting '/home/runner/work/node/node/node/test/.tmp.5547/3.mjs'",
- 'worker running',
"Completed running '/home/runner/work/node/node/node/test/.tmp.5547/3.mjs'. Waiting for file changes before restarting..."
]
at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/sequential/test-watch-mode-worker.mjs:201:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Test.run (node:internal/test_runner/test:1313:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:897:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Array],
expected: [Array],
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/sequential/test-watch-mode-worker.mjs
|
|
sccache stats - test-linux
62% - 3060 hits, 1902 misses, 0 errors
|
|
sccache stats - test-linux
57% - 2837 hits, 2135 misses, 0 errors
|