perf(native): use single rusqlite connection for entire build pipeline #3150
ci.yml
on: pull_request
Matrix: test
Lint
7m 24s
TypeScript type check
7m 22s
Security audit
7m 4s
Verify dynamic imports
4s
Rust compile check
49s
CI Testing Pipeline
4s
Annotations
9 errors
|
Test Node 22 (ubuntu-latest)
Process completed with exit code 1.
|
|
tests/unit/complexity.test.ts:
src/domain/parser.ts#L192
ParseError: Required parser javascript failed to initialize
❯ doLoadLanguage src/domain/parser.ts:192:13
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'PARSE_FAILED', file: 'tree-sitter-javascript.wasm' }
Caused by: Caused by: Error: Incompatible language version 0. Compatibility range 13 through 15.
❯ Parser.setLanguage node_modules/web-tree-sitter/web-tree-sitter.js:3218:15
❯ doLoadLanguage src/domain/parser.ts:180:12
|
|
tests/integration/incremental-parity.test.ts > Incremental build parity: full vs incremental > preserves CFG blocks for changed file (#468):
tests/integration/incremental-parity.test.ts#L160
AssertionError: expected 0 to be greater than 0
❯ tests/integration/incremental-parity.test.ts:160:43
|
|
Unhandled error:
src/domain/parser.ts#L192
ParseError: Required parser javascript failed to initialize
❯ doLoadLanguage src/domain/parser.ts:192:13
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'PARSE_FAILED', file: 'tree-sitter-javascript.wasm' }
This error originated in "tests/unit/complexity.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Caused by: Caused by: Error: Incompatible language version 0. Compatibility range 13 through 15.
❯ Parser.setLanguage node_modules/web-tree-sitter/web-tree-sitter.js:3218:15
❯ doLoadLanguage src/domain/parser.ts:180:12
|
|
Test Node 22 (windows-latest)
Process completed with exit code 1.
|
|
tests/integration/incremental-parity.test.ts > Incremental build parity: full vs incremental > preserves CFG blocks for changed file (#468):
tests/integration/incremental-parity.test.ts#L160
AssertionError: expected 0 to be greater than 0
❯ tests/integration/incremental-parity.test.ts:160:43
|
|
Test Node 22 (macos-latest)
Process completed with exit code 1.
|
|
tests/integration/incremental-parity.test.ts > Incremental build parity: full vs incremental > preserves CFG blocks for changed file (#468):
tests/integration/incremental-parity.test.ts#L160
AssertionError: expected 0 to be greater than 0
❯ tests/integration/incremental-parity.test.ts:160:43
|
|
CI Testing Pipeline
Process completed with exit code 1.
|