sqlite: reject deserialize() while in a callback #10443
test-shared.yml
on: pull_request
Annotations
14 errors
|
aarch64-linux: with shared openssl-3.5.7 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-3.5.7 / build:
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/_temp/node-v27.0.0-nightly2026-08-05b8a940b410-slim/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/_temp/node-v27.0.0-nightly2026-08-05b8a940b410-slim/test/parallel/test-sqlite-custom-functions.js
|
|
aarch64-linux: with shared openssl-4.0.1 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-4.0.1 / build:
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/_temp/node-v27.0.0-nightly2026-08-05b8a940b410-slim/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/_temp/node-v27.0.0-nightly2026-08-05b8a940b410-slim/test/parallel/test-sqlite-custom-functions.js
|
|
aarch64-linux: with shared openssl-1.1.1w / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-1.1.1w / build:
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/_temp/node-v27.0.0-nightly2026-08-05b8a940b410-slim/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/_temp/node-v27.0.0-nightly2026-08-05b8a940b410-slim/test/parallel/test-sqlite-custom-functions.js
|
|
aarch64-linux: with shared openssl-3.0.21 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-3.0.21 / build:
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/_temp/node-v27.0.0-nightly2026-08-05b8a940b410-slim/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/_temp/node-v27.0.0-nightly2026-08-05b8a940b410-slim/test/parallel/test-sqlite-custom-functions.js
|
|
aarch64-linux: with shared boringssl-0.20260526.0 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared boringssl-0.20260526.0 / build:
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/_temp/node-v27.0.0-nightly2026-08-05b8a940b410-slim/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/_temp/node-v27.0.0-nightly2026-08-05b8a940b410-slim/test/parallel/test-sqlite-custom-functions.js
|
|
aarch64-linux: with shared openssl-3.6.3 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-3.6.3 / build:
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/_temp/node-v27.0.0-nightly2026-08-05b8a940b410-slim/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/_temp/node-v27.0.0-nightly2026-08-05b8a940b410-slim/test/parallel/test-sqlite-custom-functions.js
|
|
x86_64-linux: with shared libraries and perfetto / build
Process completed with exit code 2.
|
|
x86_64-linux: with shared libraries and perfetto / build:
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/_temp/node-v27.0.0-nightly2026-08-05b8a940b410-slim/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/_temp/node-v27.0.0-nightly2026-08-05b8a940b410-slim/test/parallel/test-sqlite-custom-functions.js
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
node-v27.0.0-nightly2026-08-05b8a940b410-slim.tar.gz
|
47 MB |
sha256:1074cb44fc4da734566b11752fb541813531c2ecc195813f5ef86ffb7e80b225
|
|