[erlang-questions] Simultaneous Common Test

Sergej Jurecko sergej.jurecko@REDACTED
Fri Jun 19 19:45:27 CEST 2015


This is why I wrote and use https://github.com/biokoda/detest

Sergej

From:  <erlang-questions-bounces@REDACTED> on behalf of Judson Lester
Date:  Friday 19 June 2015 19:41
To:  Erlang Users' List
Subject:  [erlang-questions] Simultaneous Common Test

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 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150619/c7d928f5/attachment.htm>


More information about the erlang-questions mailing list