Closed Bug 1021846 Opened 10 years ago Closed 10 years ago

TEST-UNEXPECTED-FAIL | /builds/slave/test/build/xpcshell/tests/mailnews/db/gloda/test/unit/test_index_messages_imap_offline.js | test failed (with xpcshell return code: 0), see following log:

Categories

(MailNews Core :: Testing Infrastructure, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1021843

People

(Reporter: jcranmer, Unassigned)

Details

(Keywords: intermittent-failure)

Yay, new perma-orange.
This failure is a consequence of:

nsCOMPtr<nsICacheService> serv = do_GetService(kCacheServiceCID, &rv);

at http://mxr.mozilla.org/comm-central/source/mailnews/imap/src/nsImapService.cpp#3316

throwing NS_ERROR_NOT_IMPLEMENTED, so I suspect it is the same issue as bug 1021728, and I assume the same change is needed.
Sorry, I was off a line, it is:

rv = serv->CreateSession("IMAP-anywhere", nsICache::STORE_ANYWHERE, nsICache::STREAM_BASED, getter_AddRefs(mCacheSession));
We need to fix all of the cache-related bugs at once since it will involve interface changes, so we'll do that in bug 1021843
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.