sqlite: add limits property to DatabaseSync #2118
Triggered via pull request
January 6, 2026 23:34
Status
Failure
Total duration
1h 52m 11s
Artifacts
1
test-shared.yml
on: pull_request
Build slim tarball
1m 23s
Matrix: build
Annotations
4 errors
|
aarch64-linux: with shared libraries
Process completed with exit code 2.
|
|
aarch64-linux: with shared libraries:
test/parallel/test-sqlite-limits.js#L10
--- stderr ---
(node:84462) ExperimentalWarning: SQLite is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
--- stdout ---
Test failure: 'default limits match expected SQLite defaults'
Location: test/parallel/test-sqlite-limits.js:8:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
{
attach: 10,
column: 2000,
compoundSelect: 500,
+ exprDepth: 10000,
- exprDepth: 1000,
functionArg: 1000,
length: 1000000000,
likePatternLength: 50000,
sqlLength: 1000000000,
triggerDepth: 1000,
+ variableNumber: 250000,
- variableNumber: 32766,
vdbeOp: 250000000
}
at assert.<computed> [as deepStrictEqual] (node:internal/test_runner/test:314:18)
at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-01-06cc43800884-slim/test/parallel/test-sqlite-limits.js:10:14)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:435:3)
at node:internal/per_context/primordials:466:9 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Object],
expected: [Object],
operator: 'deepStrictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2026-01-06cc43800884-slim/test/parallel/test-sqlite-limits.js
|
|
x86_64-linux: with shared libraries
Process completed with exit code 2.
|
|
x86_64-linux: with shared libraries:
test/parallel/test-sqlite-limits.js#L10
--- stderr ---
(node:77652) ExperimentalWarning: SQLite is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
--- stdout ---
Test failure: 'default limits match expected SQLite defaults'
Location: test/parallel/test-sqlite-limits.js:8:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
{
attach: 10,
column: 2000,
compoundSelect: 500,
+ exprDepth: 10000,
- exprDepth: 1000,
functionArg: 1000,
length: 1000000000,
likePatternLength: 50000,
sqlLength: 1000000000,
triggerDepth: 1000,
+ variableNumber: 250000,
- variableNumber: 32766,
vdbeOp: 250000000
}
at assert.<computed> [as deepStrictEqual] (node:internal/test_runner/test:314:18)
at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-01-06cc43800884-slim/test/parallel/test-sqlite-limits.js:10:14)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:435:3)
at node:internal/per_context/primordials:466:9 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Object],
expected: [Object],
operator: 'deepStrictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2026-01-06cc43800884-slim/test/parallel/test-sqlite-limits.js
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
tarballs
|
47.9 MB |
sha256:17333a7600163b463b90b8203934d1130e30bb5f9faa5865544cf5e5760a6365
|
|