inspector: add initial support for network inspection #48420
Annotations
5 errors
test/parallel/test-http-agent-timeout.js#L24
--- stderr ---
/home/runner/work/node/node/test/parallel/test-http-agent-timeout.js:24
http.get({ port: server.address().port, agent })
^
TypeError: Cannot read properties of null (reading 'port')
at Socket.<anonymous> (/home/runner/work/node/node/test/parallel/test-http-agent-timeout.js:24:44)
at Socket.<anonymous> (/home/runner/work/node/node/test/common/index.js:487:15)
at Socket.emit (node:events:532:35)
at emitFreeNT (node:_http_client:801:16)
at process.processTicksAndRejections (node:internal/process/task_queues:81:21)
Node.js v23.0.0-pre
Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /home/runner/work/node/node/test/parallel/test-http-agent-timeout.js
|
test/parallel/test-http-agent-uninitialized-with-handle.js#L1
--- stderr ---
node:_http_client:733
const asyncId = socket._handle ? socket._handle.getAsyncId() : undefined;
^
TypeError: socket._handle.getAsyncId is not a function
at responseKeepAlive (node:_http_client:733:51)
at IncomingMessage.responseOnEnd (node:_http_client:776:5)
at IncomingMessage.emit (node:events:532:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Node.js v23.0.0-pre
Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /home/runner/work/node/node/test/parallel/test-http-agent-uninitialized-with-handle.js
|
test/parallel/test-tls-set-secure-context.js#L54
--- stderr ---
node:internal/process/promises:391
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
'' !== 'success'
at makeRemainingRequests (/home/runner/work/node/node/test/parallel/test-tls-set-secure-context.js:54:12)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '',
expected: 'success',
operator: 'strictEqual'
}
Node.js v23.0.0-pre
Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /home/runner/work/node/node/test/parallel/test-tls-set-secure-context.js
|
test/es-module/test-http-imports.mjs#L1
--- stderr ---
(node:179248) ExperimentalWarning: Network Imports is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
node:internal/modules/run_main:115
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ []
- [
- 'default',
- 'url'
- ]
at file:///home/runner/work/node/node/test/es-module/test-http-imports.mjs:104:19
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [],
expected: [ 'default', 'url' ],
operator: 'deepStrictEqual'
}
Node.js v23.0.0-pre
Command: out/Release/node --experimental-network-imports --dns-result-order=ipv4first --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /home/runner/work/node/node/test/es-module/test-http-imports.mjs
|
|
This job failed
Loading