Skip to content

feat: add info about the last-processed lsn to up-to-date message #2228

feat: add info about the last-processed lsn to up-to-date message

feat: add info about the last-processed lsn to up-to-date message #2228

Triggered via pull request February 6, 2025 10:51
Status Failure
Total duration 2m 27s
Artifacts

elixir_tests.yml

on: pull_request
Check formatting
17s
Check formatting
Matrix: build_and_test
Fit to window
Zoom out
Zoom in

Annotations

32 errors and 6 warnings
Build and test, Postgres 15
test get_or_create_shape_handle/2 against real db uses correct display settings when querying initial data (Electric.ShapeCacheTest)
Build and test, Postgres 15
test has_shape?/2 returns true for known shape handle (Electric.ShapeCacheTest)
Build and test, Postgres 15
test await_snapshot_start/4 handles buffering multiple callers correctly (Electric.ShapeCacheTest)
Build and test, Postgres 15
test get_or_create_shape_handle/2 shape initialization triggers table prep and snapshot creation only once (Electric.ShapeCacheTest)
Build and test, Postgres 15
test has_shape?/2 works with slow snapshot generation (Electric.ShapeCacheTest)
Build and test, Postgres 15
test list_shapes/1 lists the shape as active once there is a snapshot (Electric.ShapeCacheTest)
Build and test, Postgres 15
test get_or_create_shape_handle/2 creates a new shape_handle (Electric.ShapeCacheTest)
Build and test, Postgres 15
test after restart restores latest offset (Electric.ShapeCacheTest)
Build and test, Postgres 15
test await_snapshot_start/4 propagates error in snapshot creation to listeners (Electric.ShapeCacheTest)
Build and test, Postgres 15
test get_or_create_shape_handle/2 against real db can create shape from partitioned table (Electric.ShapeCacheTest)
Build and test, Postgres 14
The job was canceled because "_15" failed.
Build and test, Postgres 14
test list_shapes/1 lists the shape even if we don't know xmin (Electric.ShapeCacheTest)
Build and test, Postgres 14
test await_snapshot_start/4 handles buffering multiple callers correctly (Electric.ShapeCacheTest)
Build and test, Postgres 14
test get_or_create_shape_handle/2 shape initialization creates initial snapshot if one doesn't exist (Electric.ShapeCacheTest)
Build and test, Postgres 14
test get_or_create_shape_handle/2 against real db uses correct display settings when querying initial data (Electric.ShapeCacheTest)
Build and test, Postgres 14
test await_snapshot_start/4 errors while streaming from database are sent to all callers (Electric.ShapeCacheTest)
Build and test, Postgres 14
test get_or_create_shape_handle/2 returns existing shape_handle (Electric.ShapeCacheTest)
Build and test, Postgres 14
test clean_all_shapes/1 calls unsafe_cleanup! on storage (Electric.ShapeCacheTest)
Build and test, Postgres 14
test get_or_create_shape_handle/2 shape initialization triggers table prep and snapshot creation only once (Electric.ShapeCacheTest)
Build and test, Postgres 14
test has_shape?/2 returns true for known shape handle (Electric.ShapeCacheTest)
Build and test, Postgres 14
test list_shapes/1 returns empty list initially (Electric.ShapeCacheTest)
Build and test, Postgres 17
The job was canceled because "_15" failed.
Build and test, Postgres 17
test event handling doesn't append to log when change is irrelevant for active shapes (Electric.Shapes.ConsumerTest)
Build and test, Postgres 17
test event handling cleans shapes affected by a relation change (Electric.Shapes.ConsumerTest)
Build and test, Postgres 17
test transaction handling with real storage transactions are buffered until snapshot xmin is known (Electric.Shapes.ConsumerTest)
Build and test, Postgres 17
test event handling handles truncate when shape has a where clause (Electric.Shapes.ConsumerTest)
Build and test, Postgres 17
test event handling consumer crashing stops affected consumer and cleans affected shape (Electric.Shapes.ConsumerTest)
Build and test, Postgres 17
test event handling does not clean shapes if relation didn't change (Electric.Shapes.ConsumerTest)
Build and test, Postgres 17
test transaction handling with real storage duplicate transactions storage is idempotent (Electric.Shapes.ConsumerTest)
Build and test, Postgres 17
test event handling cleans shapes affected by a relation rename (Electric.Shapes.ConsumerTest)
Build and test, Postgres 17
test event handling consumer exiting normally does not clean up the shape (Electric.Shapes.ConsumerTest)
Build and test, Postgres 17
test event handling unexpected error while handling events stops affected consumer and cleans affected shape (Electric.Shapes.ConsumerTest)
Build and test, Postgres 15
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Build and test, Postgres 15
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Build and test, Postgres 14
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Build and test, Postgres 14
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Build and test, Postgres 17
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Build and test, Postgres 17
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead