wulczer/tsung_ws

Is distributed test supported?

Closed this issue · 1 comments

I built tsung_ws with Tsung 1.4.2 as instructed.

But when running distributed test, even with normal HTTP request,
the built "tsung" does not generate any request.
"tsung status" also crashes:
{"init terminating in do_boot",{timeout,{gen_server,call,[{global,ts_config_server},{status}]}}}

With the same XML config file,
no problem when running with normal "tsung".
So I guess there's no problem with my firewall etc. as described at:
http://tsung.erlang-projects.org/user_manual.html#htoc81

Problem solved:
To run distributed test, Tsung must be installed on all machines.