Closed
Bug 932247
Opened 11 years ago
Closed 11 years ago
Intermittent TEST-UNEXPECTED-FAIL | test_clock_delete_alarm.py test_clock_delete_alarm.TestClockDeleteAlarm.test_clock_delete_alarm | TimeoutException: Element alarm-delete present but not displayed before timeout raise TimeoutException('Element %s pr
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(b2g-v1.2 affected)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
b2g-v1.2 | --- | affected |
People
(Reporter: cbook, Assigned: oconnore)
References
()
Details
(Keywords: intermittent-failure)
Attachments
(1 obsolete file)
b2g_ubuntu64_vm b2g-inbound opt test gaia-ui-test on 2013-10-28 22:25:19 PDT for push 2359a63c8606
slave: tst-linux64-ec2-095
https://tbpl.mozilla.org/php/getParsedLog.php?id=29819538&tree=B2g-Inbound
raise TimeoutException('Element %s present but not displayed before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_clock_delete_alarm.py test_clock_delete_alarm.TestClockDeleteAlarm.test_clock_delete_alarm | TimeoutException: Element alarm-delete present but not displayed before timeout
raise TimeoutException('Element %s present but not displayed before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_clock_set_alarm_repeat.py test_clock_set_alarm_repeat.TestClockSetAlarmRepeat.test_clock_set_alarm_repeat | TimeoutException: Element alarm-delete present but not displayed before timeout
raise TimeoutException('Element %s present but not displayed before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_clock_set_alarm_snooze.py test_clock_set_alarm_snooze.TestClockSetAlarmSnooze.test_clock_set_alarm_snooze | TimeoutException: Element alarm-delete present but not displayed before timeout
raise TimeoutException('Element %s present but not displayed before timeout' % locator)
TEST-UNEXPECTED-FAIL | test_clock_set_alarm_sound.py test_clock_set_alarm_sound.TestClockSetAlarmSound.test_clock_set_alarm_sound | TimeoutException: Element alarm-delete present but not displayed before timeout
Return code: 2560
Marionette exited with return code 2560: harness failures
# TBPL FAILURE #
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 4•11 years ago
|
||
These tests are passing on TravisCI (see below)--does the TBPL test environment have any significant differences that might cause these failures?
https://travis-ci.org/mozilla-b2g/gaia/jobs/13267056
https://travis-ci.org/mozilla-b2g/gaia/jobs/13265792
https://travis-ci.org/mozilla-b2g/gaia/jobs/13265143
https://travis-ci.org/mozilla-b2g/gaia/jobs/13262926
Comment 5•11 years ago
|
||
Mike I've seen them fail on Travis but the TBPL environment is also different too.
Something regressed in the last 2 days that has caused the increase in intermittency.
I've asked Bebe to look at it but so far he hasn't been able to replicate it so far.
Comment 6•11 years ago
|
||
Mike: Those are also intermittents on Travis. I just re-run the jobs often and was too lazy to file bugs :(
Comment 7•11 years ago
|
||
Eric: do you mind taking a look at this? I've been struggling to reproduce CI-machine conditions in service of bug 907177 (intermittent failures on those tests, as well), so any progress you make reproducing this would probably help me there!
Assignee: nobody → eric
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 10•11 years ago
|
||
I ran this 70 times locally this morning to not a single failure.
I'm going to try with a tinderbox build and "make gaia"
Comment 11•11 years ago
|
||
Pointer to Github pull-request
Updated•11 years ago
|
Attachment #825320 -
Flags: review?(zcampbell)
Attachment #825320 -
Flags: review?(dave.hunt)
Updated•11 years ago
|
Attachment #825320 -
Flags: review?(dave.hunt)
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 13•11 years ago
|
||
Comment on attachment 825320 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/13259
because of Bug 933282 - Dead spot in alarm-item label
Attachment #825320 -
Attachment is obsolete: true
Attachment #825320 -
Flags: review?(zcampbell)
Comment 14•11 years ago
|
||
This is stable on Travis today!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 16•11 years ago
|
||
Can we get this uplifted to v1.2 as well please? :)
status-b2g-v1.2:
--- → affected
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 18•11 years ago
|
||
The lack of this patch on v1.2 is, I believe, causing the perma-red of test_clock_set_alarm_repeat [1]. Let's get this landed rather than disabling that test.
[1] https://tbpl.mozilla.org/php/getParsedLog.php?id=30089356&tree=Mozilla-B2g26-v1.2
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 23•11 years ago
|
||
I am going to manually uplift this (since someone pinged me on IRC) but this would not otherwise be picked up.
To get an automatic uplift to 1.2 we need an approval+ or b2g-blocking+ (or you can needinfo some gaia module owner/peer/jhford)
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 25•11 years ago
|
||
If i'm not wrong, nothing landed here, so it was more a WORKSFORME.
That said, this has come back in 1.2 at least:
https://travis-ci.org/mozilla-b2g/gaia/jobs/14161741
So has something else fixed this in master?
Resolution: FIXED → WORKSFORME
Comment 26•11 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #25)
> If i'm not wrong, nothing landed here, so it was more a WORKSFORME.
>
A patch to the actual clock app was made but the commit seems not to have been logged.
> That said, this has come back in 1.2 at least:
> https://travis-ci.org/mozilla-b2g/gaia/jobs/14161741
>
> So has something else fixed this in master?
This is a different trace/failure message and I have been working on this message. The other clock intermittents I've managed to get through!
Comment 27•11 years ago
|
||
Ok Zac, thanks for your work! :)
Comment hidden (Legacy TBPL/Treeherder Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•