Skip to content

Fix: rename action header -> operation to match PG #6

Fix: rename action header -> operation to match PG

Fix: rename action header -> operation to match PG #6

Triggered via pull request August 6, 2024 16:26
Status Failure
Total duration 1m 41s
Artifacts

elixir_tests.yml

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

Annotations

11 errors and 3 warnings
Check formatting
Process completed with exit code 1.
Build and test
test CubDbStorage.get_snapshot/2 does not leak results from other snapshots (Electric.ShapeCache.StorageImplimentationsTest)
Build and test
test CubDbStorage.get_log_stream/4 returns correct stream of changes (Electric.ShapeCache.StorageImplimentationsTest)
Build and test
test CubDbStorage.get_snapshot/2 returns snapshot when shape does exist (Electric.ShapeCache.StorageImplimentationsTest)
Build and test
test CubDbStorage.get_log_stream/4 returns stream of changes after offset and before max_offset (inclusive) (Electric.ShapeCache.StorageImplimentationsTest)
Build and test
test CubDbStorage.append_to_log!/3 adds changes to the log (Electric.ShapeCache.StorageImplimentationsTest)
Build and test
test CubDbStorage.get_log_stream/4 returns stream of changes after offset (Electric.ShapeCache.StorageImplimentationsTest)
Build and test
test /v1/shapes GET works correctly when table has no PK (Electric.Plug.RouterTest)
Build and test
test /v1/shapes GET splits up updates into 2 operations if PK was changed (Electric.Plug.RouterTest)
Build and test
test /v1/shapes GET returns a snapshot of initial data (Electric.Plug.RouterTest)
Build and test
test /v1/shapes correctly snapshots and follows a table with a composite PK (Electric.Plug.RouterTest)
Build and test
The following actions uses Node.js version which is deprecated 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
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