wulczer / tsung_ws

Tsung plugin for WebSockets
MIT License
61 stars 8 forks source link

Is distributed test supported? #3

Closed ngocdaothanh closed 12 years ago

ngocdaothanh commented 12 years ago

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

ngocdaothanh commented 12 years ago

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