Skip to content

sqlite: support TypedArray and DataView in StatementSync #59410

sqlite: support TypedArray and DataView in StatementSync

sqlite: support TypedArray and DataView in StatementSync #59410

Triggered via pull request December 28, 2024 20:39
Status Failure
Total duration 59m 31s
Artifacts

test-macos.yml

on: pull_request
Matrix: test-macOS
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 notices
test-macOS (macos-14): test/parallel/test-sqlite-typed-array.js#L46
--- stderr --- (node:85756) ExperimentalWarning: SQLite is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) --- stdout --- β–Ά StatementSync with TypedArray βœ” Int8Array (2.784125ms) βœ” Uint8Array (0.981125ms) βœ” Uint8ClampedArray (1.0965ms) βœ” Int16Array (0.946917ms) ::debug::starting to run StatementSync with TypedArray ::debug::starting to run Int8Array ::debug::completed running Int8Array ::debug::starting to run Uint8Array ::debug::completed running Uint8Array ::debug::starting to run Uint8ClampedArray ::debug::completed running Uint8ClampedArray ::debug::starting to run Int16Array ::debug::completed running Int16Array βœ” Uint16Array (1.183958ms) βœ” Int32Array (0.93425ms) βœ” Uint32Array (1.031125ms) βœ” Float32Array (0.887917ms) ::debug::starting to run Uint16Array ::debug::completed running Uint16Array ::debug::starting to run Int32Array ::debug::completed running Int32Array ::debug::starting to run Uint32Array ::debug::completed running Uint32Array ::debug::starting to run Float32Array ::debug::completed running Float32Array βœ” Float64Array (0.976375ms) βœ” BigInt64Array (0.914708ms) βœ” BigUint64Array (2.21525ms) βœ– DataView (4.927833ms) AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: t.assert.ok(row.data instanceof Uint8Array) at TestContext.<anonymous> (/Users/runner/work/node/node/test/parallel/test-sqlite-typed-array.js:46:18) at Test.runInAsyncScope (node:async_hooks:211:14) at Test.run (node:internal/test_runner/test:931:25) at Suite.processPendingSubtests (node:internal/test_runner/test:629:18) at Test.postRun (node:internal/test_runner/test:1042:19) at Test.run (node:internal/test_runner/test:970:12) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==' } ::debug::starting to run Float64Array ::debug::completed running Float64Array ::debug::starting to run BigInt64Array ::debug::completed running BigInt64Array ::debug::starting to run BigUint64Array ::debug::completed running BigUint64Array ::debug::starting to run DataView ::error title=DataView,file=test/parallel/test-sqlite-typed-array.js,line=46,col=18::[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value: t.assert.ok(row.data instanceof Uint8Array) ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: t.assert.ok(row.data instanceof Uint8Array) at TestContext.<anonymous> (/Users/runner/work/node/node/test/parallel/test-sqlite-typed-array.js:46:18) at Test.runInAsyncScope (node:async_hooks:211:14) at Test.run (node:internal/test_runner/test:931:25) at Suite.processPendingSubtests (node:internal/test_runner/test:629:18) at Test.postRun (node:internal/test_runner/test:1042:19) at Test.run (node:internal/test_runner/test:970:12) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==' } } βœ– StatementSync with TypedArray (19.702083ms) β„Ή tests 12 β„Ή suites 1 β„Ή pass 11 β„Ή fail 1 β„Ή cancelled 0 β„Ή skipped 0 β„Ή todo 0 β„Ή duration_ms 77.778542 βœ– failing tests: test at test/parallel/test-sqlite-typed-array.js:33:5 βœ– DataView (4.927833ms) AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: t.assert.ok(row.data instanceof Uint8Array) at TestContext.<anonymous> (/Users/runner/work/node/node/test/parallel/test-sqlite-typed-array.js:46:18) at Test.runInAsyncScope (node:async_hooks:211:14) at Test.run (node:internal/tes
test-macOS (macos-14)
Process completed with exit code 2.
test-macOS (macos-13): test/parallel/test-sqlite-typed-array.js#L46
--- stderr --- (node:64422) ExperimentalWarning: SQLite is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) --- stdout --- β–Ά StatementSync with TypedArray βœ” Int8Array (7.837676ms) βœ” Uint8Array (4.336773ms) βœ” Uint8ClampedArray (4.059945ms) βœ” Int16Array (3.972863ms) ::debug::starting to run StatementSync with TypedArray ::debug::starting to run Int8Array ::debug::completed running Int8Array ::debug::starting to run Uint8Array ::debug::completed running Uint8Array ::debug::starting to run Uint8ClampedArray ::debug::completed running Uint8ClampedArray ::debug::starting to run Int16Array ::debug::completed running Int16Array βœ” Uint16Array (5.660974ms) βœ” Int32Array (4.283519ms) βœ” Uint32Array (4.804127ms) βœ” Float32Array (3.803875ms) ::debug::starting to run Uint16Array ::debug::completed running Uint16Array ::debug::starting to run Int32Array ::debug::completed running Int32Array ::debug::starting to run Uint32Array ::debug::completed running Uint32Array ::debug::starting to run Float32Array ::debug::completed running Float32Array βœ” Float64Array (4.43202ms) βœ” BigInt64Array (4.703208ms) βœ” BigUint64Array (3.591104ms) βœ– DataView (13.650415ms) AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: t.assert.ok(row.data instanceof Uint8Array) at TestContext.<anonymous> (/Users/runner/work/node/node/test/parallel/test-sqlite-typed-array.js:46:18) at Test.runInAsyncScope (node:async_hooks:211:14) at Test.run (node:internal/test_runner/test:931:25) at Suite.processPendingSubtests (node:internal/test_runner/test:629:18) at Test.postRun (node:internal/test_runner/test:1042:19) at Test.run (node:internal/test_runner/test:970:12) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==' } ::debug::starting to run Float64Array ::debug::completed running Float64Array ::debug::starting to run BigInt64Array ::debug::completed running BigInt64Array ::debug::starting to run BigUint64Array ::debug::completed running BigUint64Array ::debug::starting to run DataView ::error title=DataView,file=test/parallel/test-sqlite-typed-array.js,line=46,col=18::[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value: t.assert.ok(row.data instanceof Uint8Array) ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: t.assert.ok(row.data instanceof Uint8Array) at TestContext.<anonymous> (/Users/runner/work/node/node/test/parallel/test-sqlite-typed-array.js:46:18) at Test.runInAsyncScope (node:async_hooks:211:14) at Test.run (node:internal/test_runner/test:931:25) at Suite.processPendingSubtests (node:internal/test_runner/test:629:18) at Test.postRun (node:internal/test_runner/test:1042:19) at Test.run (node:internal/test_runner/test:970:12) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==' } } βœ– StatementSync with TypedArray (67.484656ms) β„Ή tests 12 β„Ή suites 1 β„Ή pass 11 β„Ή fail 1 β„Ή cancelled 0 β„Ή skipped 0 β„Ή todo 0 β„Ή duration_ms 207.074428 βœ– failing tests: test at test/parallel/test-sqlite-typed-array.js:33:5 βœ– DataView (13.650415ms) AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: t.assert.ok(row.data instanceof Uint8Array) at TestContext.<anonymous> (/Users/runner/work/node/node/test/parallel/test-sqlite-typed-array.js:46:18) at Test.runInAsyncScope (node:async_hooks:211:14) at Test.run (node:intern
test-macOS (macos-13)
Process completed with exit code 2.
sccache stats
0% - 0 hits, 0 misses, 0 errors
sccache stats
0% - 0 hits, 0 misses, 0 errors