Skip to content

[pull] master from supabase:master #626

[pull] master from supabase:master

[pull] master from supabase:master #626

Triggered via pull request August 5, 2025 16:13
Status Failure
Total duration 16h 1m 59s
Artifacts

pg-meta-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build
Process completed with exit code 1.
test/query/table-row-query.test.ts > Table Row Query > should handle large multi-dimensional arrays correctly: packages/pg-meta/test/query/table-row-query.test.ts#L1648
Error: Snapshot `Table Row Query > should handle large multi-dimensional arrays correctly 1` mismatched - Expected + Received @@ -3,20 +3,20 @@ when octet_length(subject_id::text) > 10240 then left(subject_id::text, 10240) || '...' else subject_id::text end as subject_id, case - when octet_length(timestamp::text) > 10240 + when octet_length("timestamp"::text) > 10240 then case - when array_ndims(timestamp) = 1 + when array_ndims("timestamp") = 1 then - (select array_cat(timestamp[1:50]::text[], array['...']::text[]))::text[] + (select array_cat("timestamp"[1:50]::text[], array['...']::text[]))::text[] else - timestamp[1:50]::text[] + "timestamp"[1:50]::text[] end - else timestamp::text[] + else "timestamp"::text[] end , case when octet_length("PPG"::text) > 10240 then ❯ test/query/table-row-query.test.ts:1648:17 ❯ test/query/table-row-query.test.ts:21:7