sqlite: reject deserialize() while in a callback #89691
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-sqlite-custom-functions.js#L15
--- stdout ---
Test failure: 'cannot close the database while a statement is executing'
Location: test/parallel/test-sqlite-custom-functions.js:9:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Comparison {
code: 'ERR_INVALID_STATE',
+ message: 'database cannot be closed while in a callback'
- message: 'cannot close database while a statement is executing'
}
at assert.<computed> [as throws] (node:internal/test_runner/test:346:18)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-sqlite-custom-functions.js:15:14)
at Test.runInAsyncScope (node:async_hooks:227:14)
at Test.run (node:internal/test_runner/test:1397:25)
at Test.start (node:internal/test_runner/test:1257:17)
at node:internal/test_runner/test:1887:71
at node:internal/per_context/primordials:504:82
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:478:3)
at node:internal/per_context/primordials:504:9 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Error],
expected: [Object],
operator: 'throws',
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/parallel/test-sqlite-custom-functions.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-sqlite-custom-functions.js#L15
--- stdout ---
Test failure: 'cannot close the database while a statement is executing'
Location: test/parallel/test-sqlite-custom-functions.js:9:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Comparison {
code: 'ERR_INVALID_STATE',
+ message: 'database cannot be closed while in a callback'
- message: 'cannot close database while a statement is executing'
}
at assert.<computed> [as throws] (node:internal/test_runner/test:346:18)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-sqlite-custom-functions.js:15:14)
at Test.runInAsyncScope (node:async_hooks:227:14)
at Test.run (node:internal/test_runner/test:1397:25)
at Test.start (node:internal/test_runner/test:1257:17)
at node:internal/test_runner/test:1887:71
at node:internal/per_context/primordials:504:82
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:478:3)
at node:internal/per_context/primordials:504:9 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Error],
expected: [Object],
operator: 'throws',
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/parallel/test-sqlite-custom-functions.js
|
|
sccache stats - test-linux
78% - 3910 hits, 1119 misses, 0 errors
|
|
sccache stats - test-linux
85% - 4275 hits, 765 misses, 0 errors
|