Closed
Bug 1143628
Opened 10 years ago
Closed 10 years ago
Increasing the marionette timeout of test_massive_incoming_delete.js and also rewriting test with Promise
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(firefox39 fixed)
RESOLVED
FIXED
2.2 S8 (20mar)
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(3 files, 3 obsolete files)
12.33 KB,
patch
|
bevis
:
review+
|
Details | Diff | Splinter Review |
1.06 KB,
patch
|
bevis
:
review+
|
Details | Diff | Splinter Review |
9.47 KB,
patch
|
bevis
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1020930 +++
Increasing marionette timeout of test_massive_incoming_delete.js and also rewriting test with Promise to see if it could improve the intermittent-failure.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8577985 -
Attachment description: bug_1143628_part1_v1.patch → Part 1: Increasing the marionette timeout of test_massive_incoming_delete.js, v1
Assignee | ||
Comment 2•10 years ago
|
||
Assignee | ||
Comment 3•10 years ago
|
||
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8577985 -
Attachment is obsolete: true
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8577993 -
Attachment is obsolete: true
Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8578452 [details] [diff] [review]
Part 1: Remove wrapDomRequestAsPromise defined in MobileMessage marionette test, v1
Review of attachment 8578452 [details] [diff] [review]:
-----------------------------------------------------------------
DOMRequest now supports .then(), we don't have to wrap it as Promise any more.
Hi Bevis, may I have your review? Thank you.
Attachment #8578452 -
Flags: review?(btseng)
Assignee | ||
Updated•10 years ago
|
Attachment #8578453 -
Flags: review?(btseng)
Assignee | ||
Updated•10 years ago
|
Attachment #8578454 -
Flags: review?(btseng)
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8578454 [details] [diff] [review]
Part 2-2: Rewriting test_massive_incoming_delete.js with Promise, v2
Review of attachment 8578454 [details] [diff] [review]:
-----------------------------------------------------------------
Per discussion, sending sms message one by one increases the test time, I am going to provide a new version to pipeline the request. Cancel review first.
Attachment #8578454 -
Flags: review?(btseng)
Comment 8•10 years ago
|
||
Comment on attachment 8578452 [details] [diff] [review]
Part 1: Remove wrapDomRequestAsPromise defined in MobileMessage marionette test, v1
Review of attachment 8578452 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me. Thanks! :)
Attachment #8578452 -
Flags: review?(btseng) → review+
Comment 9•10 years ago
|
||
Comment on attachment 8578453 [details] [diff] [review]
Part 2-1: Increasing the marionette timeout of test_massive_incoming_delete.js, v2
Review of attachment 8578453 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. Thanks!
Attachment #8578453 -
Flags: review?(btseng) → review+
Assignee | ||
Comment 10•10 years ago
|
||
Attachment #8578454 -
Attachment is obsolete: true
Assignee | ||
Comment 11•10 years ago
|
||
Comment on attachment 8578582 [details] [diff] [review]
Part 2-2: Rewriting test_massive_incoming_delete.js with Promise, v3
Review of attachment 8578582 [details] [diff] [review]:
-----------------------------------------------------------------
Address comment #7, may I have your review, Bevis? Thank you.
Attachment #8578582 -
Flags: review?(btseng)
Comment 12•10 years ago
|
||
Comment on attachment 8578582 [details] [diff] [review]
Part 2-2: Rewriting test_massive_incoming_delete.js with Promise, v3
Review of attachment 8578582 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me.
Thanks!
Attachment #8578582 -
Flags: review?(btseng) → review+
Assignee | ||
Comment 13•10 years ago
|
||
Assignee | ||
Comment 14•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a2688ba24223
https://hg.mozilla.org/mozilla-central/rev/60fc1a10081a
https://hg.mozilla.org/mozilla-central/rev/0e7f6f2b5993
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 2.2 S8 (20mar)
You need to log in
before you can comment on or make changes to this bug.
Description
•