Closed
Bug 1013920
Opened 11 years ago
Closed 11 years ago
Tapping the cell data switch in the FTU app has no effect
Categories
(Firefox OS Graveyard :: Gaia::First Time Experience, defect)
Firefox OS Graveyard
Gaia::First Time Experience
ARM
Gonk (Firefox OS)
Tracking
(blocking-b2g:2.0+)
RESOLVED
WORKSFORME
blocking-b2g | 2.0+ |
People
(Reporter: Bebe, Unassigned)
References
Details
(Keywords: regression, Whiteboard: [xfail])
Description:
Tapping the toggle to activate cell data from the FTU app has no effect
Environment:
TEST-START test_ftu_skip_tour.py
test_ftu_skip_tour (test_ftu_skip_tour.TestFtu)
https://moztrap.mozilla.org/manage/case/3876/ ... ERROR
======================================================================
ERROR: None
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.adhoc/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.adhoc/tests/python/gaia-ui-tests/gaiatest/tests/functional/ftu/test_ftu_skip_tour.py", line 45, in test_ftu_skip_tour
message='Cell data was not connected by FTU app')
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.adhoc/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 874, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.adhoc/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.2 seconds with message: Cell data was not connected by FTU app
TEST-UNEXPECTED-FAIL | test_ftu_skip_tour.py test_ftu_skip_tour.TestFtu.test_ftu_skip_tour |
----------------------------------------------------------------------
Ran 1 test in 89.856s
FAILED (errors=1)
Reproducible manually: YES/NO
STR:
1. Flash the phone
2. Tap the toggle on the cell data screen
3. Wait a few sec just to make sure
4. Finish the ftu workflow
5. Check the cell data connection
Expected:
5. The cell data should be on
Actual:
5. Cell data is not active
We can reproduce this with the automated test and manual testing.
Possible cause:
There where some changes in the FTU in the last build
https://github.com/mozilla-b2g/gaia/commit/511bd17cf3fe9197676a71f04f63b54a29dbe51a
Reporter | ||
Comment 1•11 years ago
|
||
Forgot to add the build ID
Gaia c462d9183d294a2d8ecc472f593ea8cfa15bc9de
Gecko https://hg.mozilla.org/mozilla-central/rev/9d8d16695f6a
BuildID 20140520160203
Version 32.0a1
ro.build.version.incremental=324
ro.build.date=Thu Dec 19 14:04:55 CST 2013
Reporter | ||
Comment 2•11 years ago
|
||
This also fails on the latest master build:
Gaia c462d9183d294a2d8ecc472f593ea8cfa15bc9de
Gecko https://hg.mozilla.org/mozilla-central/rev/a6f36c31aa8f
BuildID 20140521040203
Version 32.0a1
ro.build.version.incremental=324
ro.build.date=Thu Dec 19 14:04:55 CST 2013
Looks like it has the same gaia commit
Comment 3•11 years ago
|
||
Jose - Did bug 1010782 cause this? I'll mark window wanted to get someone to confirm that.
Flags: needinfo?(jmcf)
Keywords: regression,
regressionwindow-wanted
Comment 4•11 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #3)
> Jose - Did bug 1010782 cause this? I'll mark window wanted to get someone to
> confirm that.
Also - someone should check if this happens on 1.4.
blocking-b2g: --- → 2.0?
Updated•11 years ago
|
QA Contact: jschmitt
Comment 6•11 years ago
|
||
Tested and for me it is working
Hamachi
2.0
Gecko-564e4e1
Gaia-a436da1
Reporter | ||
Comment 7•11 years ago
|
||
Gaia-a436da1 is not in the latest master build.
We will retest this in todays master build.
Updated•11 years ago
|
Whiteboard: [xfail]
Comment 9•11 years ago
|
||
> Also - someone should check if this happens on 1.4.
I cannot reproduce this on the latest v1.4 Buri build:
v1.4 Environmental Variables:
Device: Buri v1.4 MOZ RIL
BuildID: 20140521000202
Gaia: 93623f6435849cc9f54d9996e8e64828ac9091d1
Gecko: 12fe2b67a099
Version: 30.0
Firmware Version: V1.2-device.cfg
-
I cannot reproduce this on the latest v1.4 Open_C build:
v1.4 Environmental Variables:
Device: Open_C v1.4 MOZ RIL
BuildID: 20140521000202
Gaia: 93623f6435849cc9f54d9996e8e64828ac9091d1
Gecko: 12fe2b67a099
Version: 30.0
Firmware Version: V1.2-device.cfg
-
In both cases, following the provided STR resulting in cellular data becoming active after the FTU.
Comment 10•11 years ago
|
||
Can we retest this on the latest 2.0?
Keywords: regressionwindow-wanted → qawanted
Updated•11 years ago
|
blocking-b2g: 2.0? → 2.0+
Comment 11•11 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #10)
> Can we retest this on the latest 2.0?
Tested and for me it is working
Hamachi
2.0
Gecko-4a08636
Gaia-389dee3
Comment 12•11 years ago
|
||
I also tried this on today's builds for 1.3 1.4 and master, and also unable to reproduce the situation.
From what I see in comment 1, the build used first was from 19th, were the work splitting FTU were in progress. My best guess is that the commit from gaia was in the middle of some unfinished work (we needed to split the work in many smaller bugs), and that could be a reason why it wasn't working at the moment.
Tests seems to work fine now, so I'm closing this, at least until we can repro consistently.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•