You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2020. It is now read-only.
when running the stress testing tool on the clearwater-docker deployment environment which is installed on a host server, runing into the following failures in the log file.
2018-03-06 11:21:09.365930 1520335269.365930: Call-Id: 1-234@172.18.0.3, receive timeout on message Clearwater registration:1 without label to jump to (ontimeout attribute): aborting call.
All the error messages are the same in the log file.
Impact
I fail to run the stress testing tool on the clearwater-docker deployment environment
Release and environment
Run "sudo docker-compose -f minimal-distributed.yaml up -d" on one server.
Steps to reproduce
install the clearwater-docker project with docker-compose
build a new stress container node, the "Clearwater_stress_testing' docker container
enter into the Clearwater_stress_testing docker container
run '/usr/share/clearwater/bin/run_stress <home_domain> 20 10', I just replace the <home_domain> as ' '.
see the '/var/log/clearwater-sip-stress/xxx_initial_reg_errors.log'
I have create a new project which contains the stress testing tool based on this repo: clearwater-docker-stress