- Add Phoenix.LiveViewTest import to ConnCase to fix warnings - Disable AppSignal in dev and test (only enable in prod) - Explicitly disable clustering in test environment - Fix PacketDistributor to check cluster_enabled before calling LeaderElection - Add Phoenix.CodeReloader listener to mix.exs This prevents tests from trying to call cluster-specific GenServers (ConnectionMonitor, LeaderElection) that don't exist in test mode. |
||
|---|---|---|
| .. | ||
| connection_manager.ex | ||
| leader_election.ex | ||
| packet_distributor.ex | ||
| packet_receiver.ex | ||
| topology.ex | ||