inspector: initial support storage inspection #79931
Annotations
6 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-inspector-emit-protocol-event.js#L0
--- stderr ---
Debugger listening on ws://127.0.0.1:38679/b89b421e-7309-4fc0-ac88-5eb0a6691328
For help, see: https://nodejs.org/en/docs/inspector
--- stdout ---
Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/runner/work/node/node/node/test/common/index.js:464:10)
at /home/runner/work/node/node/node/test/parallel/test-inspector-emit-protocol-event.js:185:52
Command: out/Release/node --inspect=0 --experimental-network-inspection --experimental-storage-inspection /home/runner/work/node/node/node/test/parallel/test-inspector-emit-protocol-event.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-inspector-dom-storage.js#L47
--- stderr ---
Debugger listening on ws://127.0.0.1:38489/23facb04-da6c-4d97-8bf5-d50a5d8d2aed
For help, see: https://nodejs.org/en/docs/inspector
node:internal/process/promises:332
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ []
- [
- [
- '1',
- '2'
- ],
- [
- 'key1',
- 'value1'
- ],
- [
- 'key2',
- 'value2'
- ],
- [
- 'true',
- 'booleanKey'
- ]
- ]
at checkStorage (/home/runner/work/node/node/node/test/parallel/test-inspector-dom-storage.js:47:12)
at async test (/home/runner/work/node/node/node/test/parallel/test-inspector-dom-storage.js:27:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [],
expected: [
[ '1', '2' ],
[ 'key1', 'value1' ],
[ 'key2', 'value2' ],
[ 'true', 'booleanKey' ]
],
operator: 'deepStrictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --inspect=0 --experimental-storage-inspection --localstorage-file=./localstorage.db /home/runner/work/node/node/node/test/parallel/test-inspector-dom-storage.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-inspector-emit-protocol-event.js#L0
--- stderr ---
Debugger listening on ws://127.0.0.1:38119/960f5783-5176-42a3-916e-03821f0cc81b
For help, see: https://nodejs.org/en/docs/inspector
--- stdout ---
Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/runner/work/node/node/node/test/common/index.js:464:10)
at /home/runner/work/node/node/node/test/parallel/test-inspector-emit-protocol-event.js:185:52
Command: out/Release/node --inspect=0 --experimental-network-inspection --experimental-storage-inspection /home/runner/work/node/node/node/test/parallel/test-inspector-emit-protocol-event.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-inspector-dom-storage.js#L47
--- stderr ---
Debugger listening on ws://127.0.0.1:42073/dc905f02-7cbb-41ab-bc98-932ba6619fd8
For help, see: https://nodejs.org/en/docs/inspector
node:internal/process/promises:332
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ []
- [
- [
- '1',
- '2'
- ],
- [
- 'key1',
- 'value1'
- ],
- [
- 'key2',
- 'value2'
- ],
- [
- 'true',
- 'booleanKey'
- ]
- ]
at checkStorage (/home/runner/work/node/node/node/test/parallel/test-inspector-dom-storage.js:47:12)
at async test (/home/runner/work/node/node/node/test/parallel/test-inspector-dom-storage.js:27:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [],
expected: [
[ '1', '2' ],
[ 'key1', 'value1' ],
[ 'key2', 'value2' ],
[ 'true', 'booleanKey' ]
],
operator: 'deepStrictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --inspect=0 --experimental-storage-inspection --localstorage-file=./localstorage.db /home/runner/work/node/node/node/test/parallel/test-inspector-dom-storage.js
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|