Skip to content

sync-service: make configuration easier and more accessible #1449

sync-service: make configuration easier and more accessible

sync-service: make configuration easier and more accessible #1449

Triggered via pull request February 25, 2025 16:51
Status Failure
Total duration 2m 31s
Artifacts

elixir_client_tests.yml

on: pull_request
Build and test
2m 20s
Build and test
Check formatting
17s
Check formatting
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build and test
test Client.stream/2 maps db changes to structs (Electric.Client.EctoAdapterTest)
Build and test
test for_schema/2 column value mapping (Electric.Client.ValueMapperTest)
Build and test
test sends full rows with replica: :full (Electric.Client.EmbeddedTest)
Build and test
test streams an empty shape (Electric.Client.EmbeddedTest)
Build and test
test streams live data changes (Electric.Client.EmbeddedTest)
Build and test
test supports shapes with where clauses and column lists (Electric.Client.EmbeddedTest)
Build and test
test streams a non empty shape (Electric.Client.EmbeddedTest)
Build and test
test stream/1 sends full rows with replica: :full (Electric.ClientTest)
Build and test
test stream/1 streams live data changes (Electric.ClientTest)
Build and test
test stream/1 accepts a table name as a shape (Electric.ClientTest)
Build and test
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