如何同时启动2个以上的测试任务

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

如何同时启动2个以上的测试任务

ypspace
测试环境内,已配置好2台agent,并在controller内批准。测试场景内,一个脚本只配置了1个agent,保存并启动正常,另外一个脚本只配置1个agent,保存并启动后,无法启动,任务并没有分发到空闲的agent上去,不知是什么原因?
Reply | Threaded
Open this post in threaded view
|

Re: 如何同时启动2个以上的测试任务

Matt
This post was updated on .
请察看此时的{nGrinder_HOME}/logs/ngrinder.log 日志文件,
如果可以的话,最好附上截图,以便我们可以更快的判断处理问题。

另外nGrinder不允许 在一个账户下同时运行两个Test,第一个运行完后,第二个才能运行。
如果有这样的需求,可以再打一个浏览器在另外账户下运行。

如果是其他原因不能运行,请再联系我们
Reply | Threaded
Open this post in threaded view
|

Re: 如何同时启动2个以上的测试任务

ypspace
感谢回复,已经试过2个用户登录,分别各启动一个测试任务是可以成功的。看来同时要启动多个测试任务,需要多个用户分别各启动一个。
再问一个问题:如果agent上已经有任务在执行,其他用户可以再分配任务到这台agent上不?我试过,好像不可以,还是我的配置有问题?
Reply | Threaded
Open this post in threaded view
|

Re: 如何同时启动2个以上的测试任务

Matt
可以给agent多个任务,但是agent 同一时间只能负责一个test。
当agent有多个test时,它会按顺序执行。
Reply | Threaded
Open this post in threaded view
|

Re: 如何同时启动2个以上的测试任务

junoyoon
Administrator
In addition, if 10 agents are installed and the first test is gonna use 5 agent. rest 5 agents are free to use for the other user at the same time. Therefore how many tests can be executable depends on the agent availability.
Reply | Threaded
Open this post in threaded view
|

Re: 如何同时启动2个以上的测试任务

dulio
In reply to this post by Matt
请问为什么要设计成单用户只能跑一个测试?
是技术上的还是管理上的问题?
Reply | Threaded
Open this post in threaded view
|

Re: 如何同时启动2个以上的测试任务

junoyoon
Administrator
It's managerial issue. 
We deployed ngrinder as a PaaS in Naver.. 
Without this restriction, people tends to occupy all the shared agent.

2018-03-14 16:47 GMT+09:00 dulio [via ngrinder] <[hidden email]>:
请问为什么要设计成单用户只能跑一个测试?
是技术上的还是管理上的问题?


If you reply to this email, your message will be added to the discussion below:
http://ngrinder.642.n7.nabble.com/2-tp865p2324.html
To start a new topic under ngrinder-user-cn, email [hidden email]
To unsubscribe from ngrinder-user-cn, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: 如何同时启动2个以上的测试任务

dulio
I got it. thx

I am interested in this project :)
Reply | Threaded
Open this post in threaded view
|

Re: 如何同时启动2个以上的测试任务

yu.zhai
In reply to this post by junoyoon
每个agent只能跑一个task的话,如果用户比较多,有什么方案可以使启动的agent动态扩容?比如使用docker的部署agent如何实现上述场景