[erlang-questions] How to mimic Erlang nodes in PropEr statem test
Nyirő Gergő
gergo.nyiro@REDACTED
Tue Jan 22 23:19:27 CET 2019
Dear Erlangers,
I have a simple project [1] to learn distributed Erlang where I wrote
a proper_statem
test [2] to simulate the communication between Erlang nodes.
Everything fine and
nice until I have a single process to communicate with, but I want to
cut my program
into multiple processes, but I don't know how should I register the
processes to avoid
pid passing and run multiple process group on the same VM.
Which process registry is used in this situation?
Best regard,
Gergő
[1]: https://github.com/nyirog/crdt
[2]: https://github.com/nyirog/crdt/blob/master/test/prop_crdt_cluster.erl
More information about the erlang-questions
mailing list