TA的每日心情 | 开心 2014-12-26 13:34 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
场景一:某应该程序,可以承受300个用户并发。
场景二:测试该程序的一个查询功能,并发查询的用户数为30。
场景一运行正常,场景二在初始化(登录)时就就少数用户出错:
vuser_init.c(58): Error -27791: Server "test3" has shut down the connection prematurely。
将出错用户重新运行,即正常。
关于 Error -27791:
Server 'server name' has shut down the connection prematurely
The server shut down the connection unexpectedly, possibly in the middle of a response.
Troubleshooting
Ping the remote host to which you were connected. If it does not respond, it may be offline or there may be a network problem. Try again later.
Ping a local host to verify that your local network is still functioning.
Ping your local router address.
Ping a host on the same subnet as the remote host to which you were connected (if you know of one). This will verify that the destination network is functional.
Send a "traceroute" command to the remote host. This will not reveal the problem unless you know the router addresses at the remote end, but it may help you determine if the problem is somewhere along the network path. |
|