sqlite: prevent reentrant statement finalization #79967
Annotations
3 errors and 1 notice
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/parallel/test-stream-pipeline-http2.js#L0
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-stream-pipeline-http2.js
--- TIMEOUT ---
|
|
test-macOS:
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> (/Users/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 /Users/runner/work/node/node/node/test/parallel/test-sqlite-custom-functions.js
|
|
sccache stats - test-macOS
75% - 3780 hits, 1254 misses, 0 errors
|