Closed
Bug 794451
Opened 13 years ago
Closed 13 years ago
Investigate if opening/closing of windows does not reset the global timeout in Mozmill
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: vladmaniac, Unassigned)
References
()
Details
We want to setup a larger default delay in endurance tests for the testTabbedBrowsing_OpenAndCloseMultipleWindows and if we reach 6s we get a disconnect.
See https://bugzilla.mozilla.org/show_bug.cgi?id=788531#c9
We want to see if opening and closing new windows resets the global timeout in Mozmill or not. Normally, other actions like clicking would reset it.
Reporter | ||
Updated•13 years ago
|
Comment 1•13 years ago
|
||
I'm sure this bug is unnecessary because the real problem here is in Mozmill as pointed out on bug 788531 already. waitFor() doesn't send a passing frame via JSBridge. So lets get this fixed in Mozmill.
Reporter | ||
Updated•13 years ago
|
Component: Mozmill Automation → Mozmill
Product: Mozilla QA → Testing
Reporter | ||
Comment 2•13 years ago
|
||
Based on comment 1 I've switched this to the Testing Product -> Mozmill Component
Comment 3•13 years ago
|
||
Moving this bug over to Mozmill doesn't make sense. Please lets get a new bug filed for exactly this purpose. It should block this one.
Component: Mozmill → Mozmill Tests
Product: Testing → Mozilla QA
Comment 4•13 years ago
|
||
Not sure if I was even right with my suspicion. You should test it first before filing a new bug.
Comment 5•13 years ago
|
||
Opening and closing windows is not the issue, it's that we are using mozmill.utils.waitFor when closing the windows. This method does not appear to keep the connection alive. See bug 711360 comment 104
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Updated•6 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
•