test_cluster_task v0.5.2 mix test.cluster View Source

Run tests for a distributed application.

This mix task starts up a cluster of nodes before running the Mix.Tasks.Test mix task. The number of nodes to start (besides the master node) can be set using the "-count #" switch (defaults to 4). Each slave node will have the code and application environment from the master node loaded onto it. All switches for the mix test task will be passed along to it.

Link to this section Summary

Functions

Callback implementation for Mix.Task.run/1.

Link to this section Functions

Callback implementation for Mix.Task.run/1.