Closed
Bug 991679
Opened 11 years ago
Closed 11 years ago
[v1.3] Investigate and try to fix test_ftu_skip_tour.TestFtu fails on v1.3
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(b2g-v1.3 fixed, b2g-v1.3T fixed, b2g-v1.4 unaffected, b2g-v2.0 unaffected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
b2g-v1.3 | --- | fixed |
b2g-v1.3T | --- | fixed |
b2g-v1.4 | --- | unaffected |
b2g-v2.0 | --- | unaffected |
People
(Reporter: AndreiH, Assigned: AndreiH)
References
Details
Attachments
(3 files)
This test failed in Jenkins with:
Traceback (most recent call last):
File "/var/jenkins/workspace/b2g.hamachi.mozilla-b2g28_v1_3.ui.2/.env/local/lib/python2.7/site-packages/marionette_client-0.7.1-py2.7.egg/marionette/marionette_test.py", line 143, in run
testMethod()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-b2g28_v1_3.ui.2/tests/python/gaia-ui-tests/gaiatest/tests/functional/ftu/test_ftu_skip_tour.py", line 138, in test_ftu_skip_tour
lambda m: 'connected' in m.find_element(
File "/var/jenkins/workspace/b2g.hamachi.mozilla-b2g28_v1_3.ui.2/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 1022, in wait_for_condition
raise TimeoutException(message)
TimeoutException: Condition timed out
I couldn't reproduce this exact failure, but I saw other, locally.
Assignee | ||
Comment 1•11 years ago
|
||
It's nothing that could be reproducible manually.
We just need to keep an eye on this and see where we can add modification on how the test runs, being closer to the master version
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8401292 -
Flags: review?(florin.strugariu)
Attachment #8401292 -
Flags: review?(bob.silverberg)
Updated•11 years ago
|
Attachment #8401292 -
Flags: review?(florin.strugariu)
Attachment #8401292 -
Flags: review?(bob.silverberg)
Attachment #8401292 -
Flags: review+
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Assignee: nobody → andrei.hutusoru
status-b2g-v1.3:
--- → fixed
status-b2g-v1.3T:
--- → fixed
status-b2g-v1.4:
--- → unaffected
status-b2g-v2.0:
--- → unaffected
Updated•11 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•11 years ago
|
||
Looks like this is still reproducible in v1.3 latest build, with the increased timeout. The phone still not able to connect to wifi.
Gaia 100a159af11281d965e9d70d0f3d3111a38775ee
Gecko https://hg.mozilla.org/releases/mozilla-b2g28_v1_3/rev/ea2a473b122f
BuildID 20140409004002
Version 28.0
ro.build.version.incremental=eng.tclxa.20131223.163538
ro.build.date=Mon Dec 23 16:36:04 CST 2013
Updated•11 years ago
|
Comment 5•11 years ago
|
||
I added some waits that currently are on master and it looks like they fixed the issue. The test passed after running it several times locally. I also started an adhoc run. See results in the PR.
Attachment #8405338 -
Flags: review?(florin.strugariu)
Attachment #8405338 -
Flags: review?(andrei.hutusoru)
Updated•11 years ago
|
Attachment #8405338 -
Flags: review?(florin.strugariu) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 8405338 [details] [review]
Github PR: https://github.com/mozilla-b2g/gaia/pull/18224
LGTM!
Attachment #8405338 -
Flags: review?(andrei.hutusoru) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•