Update to Electric 1.2.x and electric_client 0.8.0 #244
elixir_tests.yml
on: pull_request
mix test
3m 36s
Test installation as a dependency without Electric or Ecto
1m 59s
Test installation as a dependency with embedded Electric
3m 9s
Test integration apps
3m 47s
mix format --check-formatted
18s
Annotations
20 errors
|
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#L295
test to_map returns a map of key -> value (Support.ShapeTest)
|
|
mix test:
test/phoenix/sync/shape_test.exs#L355
test subscription allows for subscribing to a stream and receiving events (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/sandbox_test.exs#L94
test live view (Phoenix.Sync.SandboxTest)
|
|
mix test:
test/phoenix/sync/sandbox_test.exs#L187
test Phoenix.Sync.Router sandbox integration live changes (Phoenix.Sync.SandboxTest)
|
|
mix test:
test/phoenix/sync/sandbox_test.exs#L274
test Phoenix.Sync.Controller sandbox integration live changes (Phoenix.Sync.SandboxTest)
|
|
mix test:
test/phoenix/sync/sandbox_test.exs#L114
test Client.stream (Phoenix.Sync.SandboxTest)
|
|
mix test:
test/phoenix/sync/sandbox_test.exs#L172
test Phoenix.Sync.Router sandbox integration basic sync (Phoenix.Sync.SandboxTest)
|
|
mix test:
test/phoenix/sync/sandbox_test.exs#L259
test Phoenix.Sync.Controller sandbox integration returns the shape data (Phoenix.Sync.SandboxTest)
|
|
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 index lists all cars (PhoenixSyncExampleWeb.CarControllerTest)
|
|
Test integration apps
test delete car deletes chosen car (PhoenixSyncExampleWeb.CarControllerTest)
|
|
Test integration apps
test GET / (PhoenixSyncExampleWeb.PageControllerTest)
|
|
Test integration apps
test renders 500 (PhoenixSyncExampleWeb.ErrorJSONTest)
|
|
Test integration apps
test renders 404 (PhoenixSyncExampleWeb.ErrorJSONTest)
|
|
Test integration apps
test renders 500.html (PhoenixSyncExampleWeb.ErrorHTMLTest)
|
|
Test integration apps
test renders 404.html (PhoenixSyncExampleWeb.ErrorHTMLTest)
|