Skip to content

refactor: use sharded WAL #3937

refactor: use sharded WAL

refactor: use sharded WAL #3937

Triggered via pull request February 1, 2026 04:15
Status Success
Total duration 16m 39s
Artifacts

code-pushup.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
<✓> TypeScript | Semantic errors: packages/utils/src/lib/wal-sharded.unit.test.ts#L43
TS2322: Type '{ baseName: string; walExtension: string; }' is not assignable to type 'undefined'.
<✓> TypeScript | Semantic errors: packages/utils/src/lib/wal-sharded.unit.test.ts#L14
TS2344: Type 'Function' does not satisfy the constraint '(...args: any) => any'. Type 'Function' provides no match for the signature '(...args: any): any'.
<✓> TypeScript | Semantic errors: packages/utils/src/lib/wal-sharded.int.test.ts#L227
TS2322: Type 'ShardedWal<object>' is not assignable to type 'ShardedWal<string>'. The types of '#format.codec.encode' are incompatible between these types. Type '(v: object) => string' is not assignable to type '(v: string) => string'. Types of parameters 'v' and 'v' are incompatible. Type 'string' is not assignable to type 'object'.
<✓> TypeScript | Semantic errors: packages/utils/src/lib/wal-sharded.int.test.ts#L192
TS2322: Type 'ShardedWal<object>' is not assignable to type 'ShardedWal<string>'. The types of '#format.codec.encode' are incompatible between these types. Type '(v: object) => string' is not assignable to type '(v: string) => string'. Types of parameters 'v' and 'v' are incompatible. Type 'string' is not assignable to type 'object'.
<✓> TypeScript | Semantic errors: packages/utils/src/lib/wal-sharded.int.test.ts#L152
TS2322: Type 'ShardedWal<object>' is not assignable to type 'ShardedWal<string>'. The types of '#format.codec.encode' are incompatible between these types. Type '(v: object) => string' is not assignable to type '(v: string) => string'. Types of parameters 'v' and 'v' are incompatible. Type 'string' is not assignable to type 'object'.
<✓> TypeScript | Semantic errors: packages/utils/src/lib/wal-sharded.int.test.ts#L122
TS2322: Type 'Codec<string | InvalidEntry<string>, string>' is not assignable to type 'Codec<object, string>'. Types of property 'encode' are incompatible. Type '(v: string | InvalidEntry<string>) => string' is not assignable to type '(v: object) => string'. Types of parameters 'v' and 'v' are incompatible. Type 'object' is not assignable to type 'string | InvalidEntry<string>'.
<✓> TypeScript | Semantic errors: packages/utils/src/lib/wal-sharded.int.test.ts#L116
TS2322: Type 'ShardedWal<object>' is not assignable to type 'ShardedWal<string>'. The types of '#format.codec.encode' are incompatible between these types. Type '(v: object) => string' is not assignable to type '(v: string) => string'. Types of parameters 'v' and 'v' are incompatible. Type 'string' is not assignable to type 'object'.
<✓> TypeScript | Semantic errors: packages/utils/src/lib/wal-sharded.int.test.ts#L73
TS2322: Type 'ShardedWal<object>' is not assignable to type 'ShardedWal<string>'. The types of '#format.codec.encode' are incompatible between these types. Type '(v: object) => string' is not assignable to type '(v: string) => string'. Types of parameters 'v' and 'v' are incompatible. Type 'string' is not assignable to type 'object'.
<✓> TypeScript | Semantic errors: packages/utils/src/lib/wal-sharded.int.test.ts#L35
TS2322: Type 'ShardedWal<object>' is not assignable to type 'ShardedWal<string>'. The types of '#format.codec.encode' are incompatible between these types. Type '(v: object) => string' is not assignable to type '(v: string) => string'. Types of parameters 'v' and 'v' are incompatible. Type 'string' is not assignable to type 'object'.
<✓> TypeScript | Semantic errors: packages/utils/src/lib/wal-sharded.int.test.ts#L16
TS2344: Type 'string' does not satisfy the constraint 'object'.