fix: resolve alignment errors and CI timeouts in conformance tests #50
Annotations
5 errors
|
test
Process completed with exit code 1.
|
|
src/operators-conformance.test.ts > SetOperator:
src/operators-conformance.test.ts#L849
Error: Hook timed out in 120000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/operators-conformance.test.ts:849:3
|
|
src/operators-conformance.test.ts > ORDER BY:
src/operators-conformance.test.ts#L557
Error: Hook timed out in 120000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/operators-conformance.test.ts:557:3
|
|
src/operators-conformance.test.ts > DistinctOperator:
src/operators-conformance.test.ts#L517
Error: Hook timed out in 120000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/operators-conformance.test.ts:517:3
|
|
src/operators-conformance.test.ts > GROUP BY + aggregates:
src/operators-conformance.test.ts#L407
Error: Hook timed out in 120000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/operators-conformance.test.ts:407:3
|