Closed
Bug 956592
Opened 12 years ago
Closed 12 years ago
Intermittent failing unit test: [calendar] db #open on version change Bug 887698 "before each" hook
Categories
(Firefox OS Graveyard :: Gaia::Calendar, defect, P1)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 956596
People
(Reporter: kgrandon, Unassigned)
References
Details
1) [calendar] db #open on version change Bug 887698 "before each" hook:
Error: timeout of 2000ms exceeded
at (anonymous) (http://test-agent.gaiamobile.org:8080/common/vendor/mocha/mocha.js:3680)
| Reporter | ||
Updated•12 years ago
|
Component: Gaia → Gaia::Calendar
| Reporter | ||
Updated•12 years ago
|
Priority: -- → P1
Comment 1•12 years ago
|
||
For this I think we should just increase mocha's timeout to eg 20 seconds, because we're using IndexedDB and this is inherently asynchronous, and will always timeout.
Kevin, can you take this?
Comment 2•12 years ago
|
||
see https://github.com/mozilla-b2g/gaia/blob/master/apps/communications/dialer/test/unit/call_log_db_test.js#L19 for a unit test suite where we did this.
| Reporter | ||
Comment 3•12 years ago
|
||
Going to track in bug 956596 instead.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•