Closed
Bug 443367
Opened 17 years ago
Closed 17 years ago
test_bug394717 uses timeouts and the network which leads to intermittent failures
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
mozilla1.9.1a1
People
(Reporter: mossop, Assigned: mossop)
References
Details
Attachments
(1 file)
2.54 KB,
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
test_bug394717 starts an update check for all installed add-ons and then delays to see if the check completed correctly. This is bogus, the more add-ons that are present the longer this will take and additionally it is letting the update checks go out to the network which is not a good idea for a deterministic test.
Seamonkey is hitting intermittent failures on this due to the presence of some 6 default add-ons present, some of which are checking for updates from AMO.
This simple patch removes the timeout and simply calls the final checks in the last callback from the update check. It also adds the test server ad makes default update pings go there to avoid touching the network.
Attachment #327935 -
Flags: review?(robert.bugzilla)
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → dtownsend
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
![]() |
||
Updated•17 years ago
|
Attachment #327935 -
Flags: review?(robert.bugzilla) → review+
Assignee | ||
Comment 1•17 years ago
|
||
Landed in changeset 5024aedbb16d
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
![]() |
||
Comment 2•17 years ago
|
||
Thanks, could you land on 1.9.0 as well, as SeaMonkey for now is still living and running tests from there?
Assignee | ||
Comment 3•17 years ago
|
||
(In reply to comment #2)
> Thanks, could you land on 1.9.0 as well, as SeaMonkey for now is still living
> and running tests from there?
Yeah, still waiting on something vaguely resembling a green tree.
Assignee | ||
Comment 4•17 years ago
|
||
Landed on 1.9.0 branch
Checking in toolkit/mozapps/extensions/test/unit/test_bug394717.js;
/cvsroot/mozilla/toolkit/mozapps/extensions/test/unit/test_bug394717.js,v <-- test_bug394717.js
new revision: 1.3; previous revision: 1.2
done
Assignee | ||
Updated•17 years ago
|
Target Milestone: --- → Firefox 3.1a1
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•