Issue 95924 - [Automation] Server timeouts in graphics tests on EditSelectAll
Summary: [Automation] Server timeouts in graphics tests on EditSelectAll
Status: CLOSED FIXED
Alias: None
Product: QA
Classification: Unclassified
Component: testscripts (show other issues)
Version: current
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: joerg.skottke
QA Contact: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-06 12:23 UTC by joerg.skottke
Modified: 2013-08-07 15:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joerg.skottke 2008-11-06 12:23:26 UTC
Encapsulate the call to EditSelectAll in a try ... catch block with a max of 1
second.
This is sometimes required on Solaris Sparc when running in virtualized
environments that react a little slower than usual.
Comment 1 joerg.skottke 2008-11-06 12:34:52 UTC
If my brain was working correctly i would have written something like "try ...
catch block which waits max 1 second for the slot to become available"

Additionally i removed one unnecessary sleep statement after hFile???, the
function does not require this.
Comment 2 joerg.skottke 2008-11-07 08:24:47 UTC
Re-inserted the sleep statement.
Used the try ... catch thing in two similar places with a max wait of two seconds.
Fixed
Comment 3 joerg.skottke 2008-11-07 08:25:55 UTC
Verified in id_opt_1.inc rev 1.1.88.1
Comment 4 joerg.skottke 2009-01-05 11:14:52 UTC
Close