[erlang-questions] Simultaneous Common Test

Roger Lipscombe roger@REDACTED
Sat Jun 20 12:14:42 CEST 2015


I just tried the following and it seemed to change the node name successfully.

    ct_run -suite $SUITE -erl_args -sname foo


On 19 June 2015 at 18:41, Judson Lester <nyarly@REDACTED> wrote:
> 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
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list