Skip to content

feat: clean shapes affected by relation changes #135

feat: clean shapes affected by relation changes

feat: clean shapes affected by relation changes #135

Triggered via pull request August 20, 2024 14:33
Status Failure
Total duration 1m 51s
Artifacts

elixir_tests.yml

on: pull_request
Build and test
1m 41s
Build and test
Check formatting
12s
Check formatting
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
Build and test
test ReplicationClient against real db can replay already seen transaction (Electric.Postgres.ReplicationClientTest)
Build and test
test ReplicationClient against real db works with an existing publication (Electric.Postgres.ReplicationClientTest)
Build and test
test ReplicationClient against real db returns data formatted according to display settings (Electric.Postgres.ReplicationClientTest)
Build and test
test correctly responds to a status update request message from PG (Electric.Postgres.ReplicationClientTest)
Build and test
test ReplicationClient against real db (toast) detoasts column values in deletes (Electric.Postgres.ReplicationClientTest)
Build and test
test ReplicationClient against real db (toast) detoasts column values in updates (Electric.Postgres.ReplicationClientTest)
Build and test
test ReplicationClient against real db logs a message when connected & replication has started (Electric.Postgres.ReplicationClientTest)
Build and test
test ReplicationClient against real db calls a provided function when receiving it from the PG (Electric.Postgres.ReplicationClientTest)
Build and test
test ReplicationClient against real db works with an existing replication slot (Electric.Postgres.ReplicationClientTest)
Build and test
test ReplicationClient init creates an empty publication on startup if requested (Electric.Postgres.ReplicationClientTest)
Build and test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and test
Cache save failed.
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
Build and test
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