|
请教:在场景中运行RTE协议的脚本,15个用户并发,能够成功,超过15个用户比如17\20等就会报Action1.c(32): Error: TE_wait_cursor failed: col = 35, row = 14, stable = 100, timeout = 600, Timeout [MsgId: MERR-17999]
日志如下:Start auto log messages stack - Iteration 1. [MsgId: MMSG-10545]
Function TE_wait_cursor returned OK. [MsgId: MMSG-17999]
Action1.c(19): lr_think_time: 2.00 seconds. [MsgId: MMSG-15948]
TE_type: typed text = hbcbs<kReturn> [MsgId: MMSG-17999]
Function TE_wait_cursor returned OK. [MsgId: MMSG-17999]
TE_type: typed text = run<kReturn> [MsgId: MMSG-17999]
TE_type: typed text = <kControl-c> [MsgId: MMSG-17999]
Function TE_wait_cursor returned OK. [MsgId: MMSG-17999]
TE_type: typed text = 420101230 [MsgId: MMSG-17999]
TE_type: typed text = <kReturn> [MsgId: MMSG-17999]
TE_type: typed text = <kReturn> [MsgId: MMSG-17999]
TE_type: typed text = <kReturn> [MsgId: MMSG-17999]
Action1.c(29): Notify: Parameter Substitution: parameter "gyh11901" = "4201010008" [MsgId: MMSG-13992]
TE_type: typed text = 4201010008 [MsgId: MMSG-17999]
TE_type: typed text = <kReturn> [MsgId: MMSG-17999]
Action1.c(32): Error: TE_wait_cursor failed: col = 35, row = 14, stable = 100, timeout = 600, Timeout [MsgId: MERR-17999]
Action1.c(32): Error: The current col = 49, current row = 23 [MsgId: MERR-17999]
End auto log messages stack. [MsgId: MMSG-10544]
Start auto log messages stack - Iteration 1. [MsgId: MMSG-10545]
TE_type: typed text = 000000 [MsgId: MMSG-17999]
Action1.c(35): Rendezvous tj [MsgId: MMSG-17988]
Action1.c(37): Notify: Transaction "ti" started. [MsgId: MMSG-16999]
TE_type: typed text = <kPf4> [MsgId: MMSG-17999]
Action1.c(41): Notify: Transaction "ti" ended with "Pass" status (Duration: 0.0014 Think Time: 0.0013). [MsgId: MMSG-16872]
Action1.c(43): Error: TE_wait_cursor failed: col = 55, row = 23, stable = 100, timeout = 90, Timeout [MsgId: MERR-17999]
Action1.c(43): Error: The current col = 40, current row = 14 [MsgId: MERR-17999]
End auto log messages stack. [MsgId: MMSG-10544]
感觉是这个虚拟用户当前的光标没有到应该到的位置,为何并发用户一多就出现这种问题呢?怎么解决这个问题,是程序问题还是我测试脚本的问题? |
|