Skip to content

linter errors

linter errors #7

Triggered via push February 18, 2026 09:36
Status Failure
Total duration 6m 58s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build-and-test
Process completed with exit code 1.
tests/parser.test.ts > QuestDB Parser > SHOW round-trip tests > should round-trip: SHOW TIME ZONE: tests/parser.test.ts#L2277
AssertionError: expected [ { …(3) } ] to have a length of +0 but got 1 - Expected + Received - 0 + 1 ❯ tests/parser.test.ts:2277:32
tests/parser.test.ts > QuestDB Parser > window frame modes > named WINDOW clause is silently dropped from AST: tests/parser.test.ts#L400
AssertionError: expected [ { …(3) }, { …(3) }, { …(3) }, …(1) ] to have a length of +0 but got 4 - Expected + Received - 0 + 4 ❯ tests/parser.test.ts:400:29