Closed
Bug 586652
Opened 15 years ago
Closed 15 years ago
Global timeout kills software update tests during download of updates
Categories
(Mozilla QA Graveyard :: Mozmill Automation, defect)
Mozilla QA Graveyard
Mozmill Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Attachments
(1 file)
|
3.39 KB,
patch
|
ahal
:
review+
|
Details | Diff | Splinter Review |
With the global timeout added for Mozmill 1.4.2 we kill the browser after 60 seconds, if no communication happened via jsbridge. For software updates we will run into timeouts all the time if a download is served slower. We have to increase it to our internal value of 360 seconds.
| Assignee | ||
Comment 1•15 years ago
|
||
This patch modifies the software update testrun class and increases the timeout to 360 seconds. With the refactoring from Jeff, which has been moved all dependent functions from the CLI classes to the Mozmill classes it would be easier now, but we have to persist compatiblity with Mozmill 1.4.1. So this is the only way I can see for now.
Attachment #465245 -
Flags: review?(ahalberstadt)
| Assignee | ||
Comment 2•15 years ago
|
||
Andrew, for your reference those are the automation scripts we use on our test boxes and for the crowd extension. They can be found here:
http://hg.mozilla.org/qa/mozmill-automation/
Comment 3•15 years ago
|
||
Comment on attachment 465245 [details] [diff] [review]
Patch v1
Looks nice and simple, timeout documented.
r=ahalberstadt
Attachment #465245 -
Flags: review?(ahalberstadt) → review+
| Assignee | ||
Comment 4•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•15 years ago
|
||
Move of Mozmill related project bugs to newly created components. You can
filter out those emails by using "Mozmill-Tests-to-MozillaQA" as criteria.
Component: Mozmill Tests → Mozmill Automation
Product: Testing → Mozilla QA
QA Contact: mozmill-tests → mozmill-automation
Whiteboard: [mozmill-automation]
Version: Trunk → unspecified
Updated•11 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•