Update to Electric 1.2.x and electric_client 0.8.0 #245
elixir_tests.yml
on: pull_request
mix test
3m 28s
Test installation as a dependency without Electric or Ecto
2m 3s
Test installation as a dependency with embedded Electric
3m 16s
Test integration apps
3m 40s
mix format --check-formatted
16s
Annotations
20 errors
|
mix test:
test/phoenix/sync/shape_test.exs#L319
test to_map allows for specifying the map transform (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#L177
test sync updates must refetch messages clear the state (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L267
test stream/2 removes keys if keys: false (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L146
test sync updates deletes are applied (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#L385
test subscription allows for subscribing to a subset of events (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L109
test sync updates updates are applied (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L335
test find/2 returns the first item that matches the test (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L295
test to_map returns a map of key -> value (Support.ShapeTest)
|
|
Test integration apps
test delete car deletes chosen car (PhoenixSyncExampleWeb.CarControllerTest)
|
|
Test integration apps
test index lists all cars (PhoenixSyncExampleWeb.CarControllerTest)
|
|
Test integration apps
test create car renders errors when data is invalid (PhoenixSyncExampleWeb.CarControllerTest)
|
|
Test integration apps
test update car renders errors when data is invalid (PhoenixSyncExampleWeb.CarControllerTest)
|
|
Test integration apps
test create car renders car when data is valid (PhoenixSyncExampleWeb.CarControllerTest)
|
|
Test integration apps
test GET / (PhoenixSyncExampleWeb.PageControllerTest)
|
|
Test integration apps
test renders 404 (PhoenixSyncExampleWeb.ErrorJSONTest)
|
|
Test integration apps
test renders 500 (PhoenixSyncExampleWeb.ErrorJSONTest)
|
|
Test integration apps
test renders 404.html (PhoenixSyncExampleWeb.ErrorHTMLTest)
|
|
Test integration apps
test renders 500.html (PhoenixSyncExampleWeb.ErrorHTMLTest)
|