inspector: initial support storage inspection #79189
Triggered via pull request
December 25, 2025 07:30
Status
Failure
Total duration
26m 40s
Artifacts
–
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/parallel/test-inspector-dom-storage.js#L22
--- stderr ---
Debugger listening on ws://127.0.0.1:39439/6d52915d-59e2-4259-aa14-3c062efff143
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 equal:
+ actual - expected
+ 'file:///localstorage.db'
- 'file:///home/runner/work/node/node/node/localstorage.db'
at test (/home/runner/work/node/node/node/test/parallel/test-inspector-dom-storage.js:22:10) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'file:///localstorage.db',
expected: 'file:///home/runner/work/node/node/node/localstorage.db',
operator: 'strictEqual',
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-dom-storage.js#L22
--- stderr ---
Debugger listening on ws://127.0.0.1:46339/b5373118-9f8c-4561-9238-ce17dd942193
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 equal:
+ actual - expected
+ 'file:///localstorage.db'
- 'file:///home/runner/work/node/node/node/localstorage.db'
at test (/home/runner/work/node/node/node/test/parallel/test-inspector-dom-storage.js:22:10) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'file:///localstorage.db',
expected: 'file:///home/runner/work/node/node/node/localstorage.db',
operator: 'strictEqual',
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
|