Revert "quic: complete the internal implementation of QUIC" #84781
Annotations
2 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/sequential/test-watch-mode-worker.mjs#L102
--- stdout ---
Test failure: 'should watch changes to worker - cjs'
Location: test/sequential/test-watch-mode-worker.mjs:84: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.5357/0.js'. Waiting for file changes before restarting...",
"Restarting '/home/runner/work/node/node/node/test/.tmp.5357/0.js'",
- 'worker running',
"Completed running '/home/runner/work/node/node/node/test/.tmp.5357/0.js'. Waiting for file changes before restarting..."
]
at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/sequential/test-watch-mode-worker.mjs:102:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Test.run (node:internal/test_runner/test:1313:7)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1771:7)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:385:3) {
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% - 3075 hits, 1897 misses, 0 errors
|
|
sccache stats - test-linux
67% - 3304 hits, 1658 misses, 0 errors
|