Closed Bug 817302 Opened 12 years ago Closed 12 years ago

Intermittent test_contacts_basics.html | Test timed out.

Categories

(Core :: DOM: Device Interfaces, defect)

ARM
Android
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla20
blocking-basecamp -

People

(Reporter: RyanVM, Assigned: gwagner)

Details

(Keywords: intermittent-failure)

Attachments

(1 file)

https://tbpl.mozilla.org/php/getParsedLog.php?id=17503160&tree=Mozilla-Inbound

Android Armv6 Tegra 250 mozilla-inbound opt test mochitest-3 on 2012-11-30 14:30:53 PST for push 2880c2eca430
slave: tegra-101

1737 INFO TEST-PASS | /tests/dom/contacts/tests/test_contacts_basics.html | d - Same name
1738 INFO TEST-PASS | /tests/dom/contacts/tests/test_contacts_basics.html | Same birthday
1739 INFO TEST-PASS | /tests/dom/contacts/tests/test_contacts_basics.html | Same anniversary
1740 INFO TEST-PASS | /tests/dom/contacts/tests/test_contacts_basics.html | Same sex
1741 INFO TEST-PASS | /tests/dom/contacts/tests/test_contacts_basics.html | Same genderIdentity
1742 INFO TEST-PASS | /tests/dom/contacts/tests/test_contacts_basics.html | Begin!
1743 INFO TEST-PASS | /tests/dom/contacts/tests/test_contacts_basics.html | Don't allow to add custom fields
1744 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/contacts/tests/test_contacts_basics.html | Test timed out.
1745 INFO TEST-END | /tests/dom/contacts/tests/test_contacts_basics.html | finished in 310060ms
Attached patch patchSplinter Review
Maybe android is super slow here.
Lets try to reduce the workload.
Assignee: nobody → anygregor
Attachment #688543 - Flags: review?(bent.mozilla)
Hm maybe a little bit too early for the review. I pushed to try and will re-run mochitest-3 multiple times.
Comment on attachment 688543 [details] [diff] [review]
patch

Review of attachment 688543 [details] [diff] [review]:
-----------------------------------------------------------------

::: dom/contacts/tests/test_contacts_basics.html
@@ +843,5 @@
>      }
>      req.onerror = onFailure;
>    },
>    function () {
> +    ok(true, "Adding 10 contacts");

20

@@ +867,5 @@
>    function () {
>      ok(true, "Retrieving all contacts");
>      req = mozContacts.find({});
>      req.onsuccess = function () {
> +      ok(req.result.length == 20, "100 Entries.");

20

@@ +901,5 @@
>                     filterOp: "contains",
>                     filterValue: properties1.name[0].substring(0, 4)};
>      req = mozContacts.find(options);
>      req.onsuccess = function () {
> +      ok(req.result.length == 20, "100 Entries.");

20
Attachment #688543 - Flags: review?(bent.mozilla) → review+
https://hg.mozilla.org/mozilla-central/rev/e1cdd4d430ca
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
(In reply to TinderboxPushlog Robot from comment #70)
> rs
> https://tbpl.mozilla.org/php/getParsedLog.php?id=18022101&tree=Mozilla-Beta
> Rev5 MacOSX Mountain Lion 10.8 mozilla-beta opt test mochitest-2 on
> 2012-12-17 10:19:09
> slave: talos-mtnlion-r5-077
> 
> TEST-UNEXPECTED-FAIL | /tests/dom/contacts/tests/test_contacts_basics.html |
> Exited with code -20 during test run

This looks like a different issue. I filed bug 823999.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: