peer: distributed application testing

peer: a new module in OTP 25, designed to facilitate multi-node testing with Common Test.

Erlang distribution is one of the most important features of the VM and runtime. Transparent message exchange between processes running on different nodes is incredible. But how do I test it?

Continue reading “peer: distributed application testing”