Skip to content

fix(sync-service): Query Postgres server version at the start of connection setup #683

fix(sync-service): Query Postgres server version at the start of connection setup

fix(sync-service): Query Postgres server version at the start of connection setup #683

Triggered via pull request October 3, 2024 09:05
Status Failure
Total duration 1m 55s
Artifacts

elixir_tests.yml

on: pull_request
Build and test with PostgreSQL 14
1m 46s
Build and test with PostgreSQL 14
Build and test with PostgreSQL 15
1m 37s
Build and test with PostgreSQL 15
Check formatting
17s
Check formatting
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 8 warnings
Build and test with PostgreSQL 15
test configure_tables_for_replication!/3 keeps all tables when updating one of them (Electric.Postgres.ConfigurationTest)
Build and test with PostgreSQL 15
test configure_tables_for_replication!/3 fails when a publication doesn't exist (Electric.Postgres.ConfigurationTest)
Build and test with PostgreSQL 15
test configure_tables_for_replication!/3 sets REPLICA IDENTITY on the table and adds it to the publication (Electric.Postgres.ConfigurationTest)
Build and test with PostgreSQL 15
test configure_tables_for_replication!/3 works with multiple tables (Electric.Postgres.ConfigurationTest)
Build and test with PostgreSQL 15
test configure_tables_for_replication!/3 doesn't fail when one of the tables is already configured (Electric.Postgres.ConfigurationTest)
Build and test with PostgreSQL 15
Process completed with exit code 2.
Build and test with PostgreSQL 14
test configure_tables_for_replication!/3 sets REPLICA IDENTITY on the table and adds it to the publication (Electric.Postgres.ConfigurationTest)
Build and test with PostgreSQL 14
test configure_tables_for_replication!/3 doesn't fail when one of the tables is already configured (Electric.Postgres.ConfigurationTest)
Build and test with PostgreSQL 14
test configure_tables_for_replication!/3 keeps all tables when updating one of them (Electric.Postgres.ConfigurationTest)
Build and test with PostgreSQL 14
test configure_tables_for_replication!/3 fails when a publication doesn't exist (Electric.Postgres.ConfigurationTest)
Build and test with PostgreSQL 14
test configure_tables_for_replication!/3 works with multiple tables (Electric.Postgres.ConfigurationTest)
Build and test with PostgreSQL 14
Process completed with exit code 2.
Build and test with PostgreSQL 15
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 with PostgreSQL 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 with PostgreSQL 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 with PostgreSQL 15
Cache save failed.
Build and test with PostgreSQL 14
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 with PostgreSQL 14
Cache save failed.
Build and test with PostgreSQL 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 with PostgreSQL 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