[SOLVED] rcptt strange lags [message #1436921] |
Fri, 03 October 2014 12:06  |
Eclipse User |
|
|
|
Hello,
from time to time, Rcptt waits for an action during in a test.
Explain:
I execute my test several times without problems.
I execute my test again, Rcptt waits during an action (set-text), rcptt execute few action, waits during an action (set-text), ...
I stop my test and test again, same incident.
Rcptt waits always with sames actions, the others work always.
Later, I execute my test without problems.
It's hard to generate tests in this condition, the time of wait is 20s.
I am the only?
Do you have an explication? It's Rcptt? Wait respond Socket? It's system? File locked? antivirus?...?
thanks, for advance.
[Updated on: Mon, 13 October 2014 12:46] by Moderator
|
|
|
|
|
|
|
|
Re: rcptt strange lags [message #1444106 is a reply to message #1444038] |
Mon, 13 October 2014 12:44  |
Eclipse User |
|
|
|
Ivan Inozemtsev wrote on Mon, 13 October 2014 15:02runtime is waiting for a browser to load:
browser: http://< url stripped >/alerteurs/alert/chart?domain=1&alerters=9;13;6&height=106&departmentids=008&width=186, total time: 44138
browser: http://< url stripped >/alerteurs/alert/chart?domain=1&alerters=9;13;6&height=106&width=186&seller=10008166, total time: 44138
timer:. ...portal.listeners.BrowserListener.setUrl:119, total time: 25133
async: .....pyxis.portal.PortalStartup.shellActivated:114, total time: 24616
timer: ....pyxis.portal.listeners.BrowserListener.run:115, total time: 24278
There are some other places in UI where a significant delay does not have obvious explanation (e.g. our SWTUIPlayer.cleanMenus takes 70 seconds between contexts), but it looks like that's just because there are some async operations which are not included into wait details.
At this moment I don't see a quick solution. Looks like we are waiting for a browser loads too agressive. Could you please provide some details whether a browser should be waited for in your AUT?
Thanks you very much Ivan. It's this functionnality, "the browser's refresh" created my problems. I increased its delay and i didn't bother me.
For explain, in our application, we dislay a browser to show alerts.
The users have been advised in main view. Unfortunately, the refresh is executing even when the main view is hidden. I agree that unnecessary but i don't have the power to change its implementation.
Fortunately , i can increased its delay .
Thank you again for your help.
[Updated on: Mon, 13 October 2014 12:45] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.04956 seconds