Closed
Bug 1066295
Opened 11 years ago
Closed 11 years ago
testMultipleLoads.js is failing due to new HTTP Cache v2
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [mozmill-2.0.7])
Attachments
(1 file)
|
1.11 KB,
patch
|
ahal
:
review+
|
Details | Diff | Splinter Review |
The mentioned test is currently failing on most branches due to the new Cache v2 implementation. We actually never updated the Mutt test:
ERROR | Test Failure | {
"exception": {
"message": "Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsICacheService.evictEntries]",
"lineNumber": 28,
"name": "NS_ERROR_NOT_IMPLEMENTED"
}
}
We should fix this test, so the full Mutt testrun will pass.
| Assignee | ||
Comment 1•11 years ago
|
||
Simple fix with a fallback to the old cache.
Attachment #8488212 -
Flags: review?(ahalberstadt)
| Assignee | ||
Updated•11 years ago
|
Whiteboard: [mozmill-2.0.7]
Updated•11 years ago
|
Attachment #8488212 -
Flags: review?(ahalberstadt) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
| Assignee | ||
Comment 3•11 years ago
|
||
Just to note, this test is not present anymore on master. So no landing is necessary on that branch.
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•