[erlang-questions] Simultaneous Common Test

Judson Lester nyarly@REDACTED
Fri Jun 19 19:41:49 CEST 2015


I ran into a weird issue fooling around with common_test: attempting to run
more than one CT instance at a time causes problems because they all want
ct@REDACTED as their node name.

I started to look for a setting for the CT node name, and quickly got
caught up in the master/slave interaction stuff, which seems to be both
overkill for what I want and not a great fit.

Specifically, I was trying to run each suite in its own process in
parallel. Notionally: for s in test/*_SUITE.beam; do ct_run -suite $s &;
done

Is there an easy way to do this that I'm missing?

Judson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150619/6fb174cb/attachment.htm>


More information about the erlang-questions mailing list