Update to Electric 1.2.x and electric_client 0.8.0 #241
elixir_tests.yml
on: pull_request
mix test
9m 1s
Test installation as a dependency without Electric or Ecto
2m 28s
Test installation as a dependency with embedded Electric
3m 11s
Test integration apps
38s
mix format --check-formatted
16s
Annotations
12 errors
|
mix format --check-formatted
Process completed with exit code 1.
|
|
Test integration apps
Process completed with exit code 1.
|
|
mix test:
test/phoenix/sync/shape_test.exs#L385
test subscription allows for subscribing to a subset of events (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L191
test sync updates supports keyword-based shapes (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L257
test stream/2 returns a lazily evaluated stream of {key, value} pairs (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L216
test sync updates raises if an invalid queryable is provided (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L208
test sync updates allows for naming the shape process (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L80
test sync updates supports an Ecto query stream (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L240
test all/2 keys: false returns only the values (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L344
test find/2 returns default if none match (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L295
test to_map returns a map of key -> value (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L335
test find/2 returns the first item that matches the test (Support.ShapeTest)
|