You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cluster_SUITE: Use peer's standard_io to communicate with spawned nodes
[Why]
When running test cases in parallel and thus starting and stopping
Erlang nodes frequently, we sometimes get an error from `global` that
breaks the corresponding test case. That's because Erlang distribution
tries to connect every nodes together by default.
[How]
By using peer's standard_io communication, we ensure started nodes don't
try to form a full mesh network and interfere with each others.
0 commit comments