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
Hi,
I tried to install vaurien on my application maching and tried to add delay in backend request. I am not able to observe the delay in back end application. Please suggest.
Steps :
Install vaurien on application machine.: pip install vaurien
run the command to add delay :
vaurien --protocol http --proxy localhost:8000 --backend systemtestingteam-b-back.sqa.mykronos.internal:80 --behavior 100:delay --behavior-delay-sleep 100
Hi,
I tried to install vaurien on my application maching and tried to add delay in backend request. I am not able to observe the delay in back end application. Please suggest.
Steps :
vaurien --protocol http --proxy localhost:8000 --backend systemtestingteam-b-back.sqa.mykronos.internal:80 --behavior 100:delay --behavior-delay-sleep 100
"2017-03-31 09:24:48 [14926] [INFO] Starting the Chaos TCP Server
2017-03-31 09:24:48 [14926] [INFO] Options:
2017-03-31 09:24:48 [14926] [INFO] * proxies from localhost:8000 to systemtesting-b-back.int.sqa.mykronos.com:80
2017-03-31 09:24:48 [14926] [INFO] * timeout: 30
2017-03-31 09:24:48 [14926] [INFO] * stay_connected: 0
2017-03-31 09:24:48 [14926] [INFO] * pool_max_size: 100
2017-03-31 09:24:48 [14926] [INFO] * pool_timeout: 30
2017-03-31 09:24:48 [14926] [INFO] * async_mode: 1"
Note : "systemtesting-b-back.int.sqa.mykronos.com:80" is my backend application and running the vaurien on my front end application.
The text was updated successfully, but these errors were encountered: