SQLite Async API #1247
test-shared.yml
on: pull_request
Build slim tarball
1m 32s
Matrix: build
Annotations
8 errors
|
aarch64-linux: with shared libraries
Process completed with exit code 2.
|
|
x86_64-linux: with shared libraries
Process completed with exit code 2.
|
|
aarch64-darwin: with shared libraries
Process completed with exit code 2.
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-sqlite-database-sync.js#L353
--- stderr ---
(node:51968) 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: 'returns a prepared statement'
Location: test/parallel/test-sqlite-database-sync.js:349:3
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
t.assert.ok(stmt instanceof StatementSync)
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-28711e0d8b93-slim/test/parallel/test-sqlite-database-sync.js:353:14)
at Test.runInAsyncScope (node:async_hooks:213: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
at Array.map (<anonymous>) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-28711e0d8b93-slim/test/parallel/test-sqlite-database-sync.js
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-sqlite-config.js#L32
--- stderr ---
(node:51955) 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: 'when passing { defensive: true } as config, defensive mode is on'
Location: test/parallel/test-sqlite-config.js:28:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at assert.<computed> [as strictEqual] (node:internal/test_runner/test:314:18)
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-28711e0d8b93-slim/test/parallel/test-sqlite-config.js:32:12)
at Test.runInAsyncScope (node:async_hooks:213:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.processPendingSubtests (node:internal/test_runner/test:777:18)
at Test.postRun (node:internal/test_runner/test:1224:19)
at Test.run (node:internal/test_runner/test:1152:12)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'throws if options.defensive is provided but is not a boolean'
Location: test/parallel/test-sqlite-config.js:49:1
AssertionError [ERR_ASSERTION]: Missing expected exception.
at assert.<computed> [as throws] (node:internal/test_runner/test:314:18)
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-28711e0d8b93-slim/test/parallel/test-sqlite-config.js:50:12)
at Test.runInAsyncScope (node:async_hooks:213:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.processPendingSubtests (node:internal/test_runner/test:777:18)
at Test.postRun (node:internal/test_runner/test:1224:19)
at Test.run (node:internal/test_runner/test:1152:12)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: [Object],
operator: 'throws',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-28711e0d8b93-slim/test/parallel/test-sqlite-config.js
|
|
x86_64-darwin: with shared libraries
Process completed with exit code 2.
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-sqlite-database-sync.js#L353
--- stderr ---
(node:26160) 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: 'returns a prepared statement'
Location: test/parallel/test-sqlite-database-sync.js:349:3
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
t.assert.ok(stmt instanceof StatementSync)
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-28711e0d8b93-slim/test/parallel/test-sqlite-database-sync.js:353:14)
at Test.runInAsyncScope (node:async_hooks:213: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
at Array.map (<anonymous>) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-28711e0d8b93-slim/test/parallel/test-sqlite-database-sync.js
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-sqlite-config.js#L32
--- stderr ---
(node:26135) 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: 'when passing { defensive: true } as config, defensive mode is on'
Location: test/parallel/test-sqlite-config.js:28:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at assert.<computed> [as strictEqual] (node:internal/test_runner/test:314:18)
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-28711e0d8b93-slim/test/parallel/test-sqlite-config.js:32:12)
at Test.runInAsyncScope (node:async_hooks:213:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.processPendingSubtests (node:internal/test_runner/test:777:18)
at Test.postRun (node:internal/test_runner/test:1224:19)
at Test.run (node:internal/test_runner/test:1152:12)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'throws if options.defensive is provided but is not a boolean'
Location: test/parallel/test-sqlite-config.js:49:1
AssertionError [ERR_ASSERTION]: Missing expected exception.
at assert.<computed> [as throws] (node:internal/test_runner/test:314:18)
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-28711e0d8b93-slim/test/parallel/test-sqlite-config.js:50:12)
at Test.runInAsyncScope (node:async_hooks:213:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.processPendingSubtests (node:internal/test_runner/test:777:18)
at Test.postRun (node:internal/test_runner/test:1224:19)
at Test.run (node:internal/test_runner/test:1152:12)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: [Object],
operator: 'throws',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-28711e0d8b93-slim/test/parallel/test-sqlite-config.js
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
tarballs
|
47.8 MB |
sha256:830ea2f78fcf08061829cfbf45fc4bffc3cc7e2fa32ce03daefe13ffebf4548e
|
|