Provision devices/devil unable to turn (Kitkat|Lollipip) tablet screens on |
||
Issue descriptionThe following builders have been failing a wide range of suites for the past few days: https://uberchromegw.corp.google.com/i/chromium.android/builders/Lollipop%20Tablet%20Tester https://uberchromegw.corp.google.com/i/chromium.android/builders/KitKat%20Tablet%20Tester Many of the failing tests complain with: I 165.199s run_tests_on_device(05984fda) java.lang.AssertionError: Many tests will fail if the screen is not on. I 165.199s run_tests_on_device(05984fda) at org.junit.Assert.fail(Assert.java:88) I 165.199s run_tests_on_device(05984fda) at org.junit.Assert.assertTrue(Assert.java:41) I 165.199s run_tests_on_device(05984fda) at org.chromium.content_shell_apk.ContentShellTestCommon.assertScreenIsOn(ContentShellTestCommon.java:67) I 165.200s run_tests_on_device(05984fda) at org.chromium.content_shell_apk.ContentShellTestBase.setUp(ContentShellTestBase.java:47) I 165.200s run_tests_on_device(05984fda) at org.chromium.content.browser.ContentViewCoreSelectionTest.setUp(ContentViewCoreSelectionTest.java:48) I 165.200s run_tests_on_device(05984fda) at org.chromium.base.test.BaseTestResult.runParameterized(BaseTestResult.java:161) I 165.200s run_tests_on_device(05984fda) at org.chromium.base.test.BaseTestResult.run(BaseTestResult.java:124) I 165.200s run_tests_on_device(05984fda) at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:191) I 165.200s run_tests_on_device(05984fda) at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:176) I 165.200s run_tests_on_device(05984fda) at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:554) I 165.200s run_tests_on_device(05984fda) at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1701) SSH'ing on a bot in the middle of a test confirms that a few of the devices have their screen off: chrome-bot@build42-b1:(Linux 14.04):~$ /b/c/b/KitKat_Tablet_Tester/src/third_party/android_tools/sdk/platform-tools/adb devices | awk '/device$/ {system("/b/c/b/KitKat_Tablet_Tester/src/third_party/android_tools/sdk/platform-tools/adb -s "$1" shell dumpsys input_method")}' | grep mScreenOn mSystemReady=true mScreenOn=false mSystemReady=true mScreenOn=false mSystemReady=true mScreenOn=false mSystemReady=true mScreenOn=false mSystemReady=true mScreenOn=true mSystemReady=true mScreenOn=true mSystemReady=true mScreenOn=true The first build that failed contains this catapult roll which contains a number of devil CLs: https://codereview.chromium.org/2761833002 Assigning to perezju@ who authored the devil changes contained in that catapult roll. It seems something in there is preventing tablet screens from turning on?
,
Mar 23 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/a7f56a486070ad1881202f894e8296918f287fb5 commit a7f56a486070ad1881202f894e8296918f287fb5 Author: catapult-deps-roller <catapult-deps-roller@chromium.org> Date: Thu Mar 23 00:39:41 2017 Roll src/third_party/catapult/ b3c85690c..2038d744a (3 commits) https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/b3c85690c061..2038d744a2d8 $ git log b3c85690c..2038d744a --date=short --no-merges --format='%ad %ae %s' 2017-03-22 jbudorick [devil] instert -> insert in devil.android.settings. 2017-03-22 dtu Make deployment work when there's no local master branch. 2017-03-22 simonhatch Dashboard - Fix LogBisectResult not being called with valid job. Created with: roll-dep src/third_party/catapult BUG= 704260 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2773543003 Cr-Commit-Position: refs/heads/master@{#458957} [modify] https://crrev.com/a7f56a486070ad1881202f894e8296918f287fb5/DEPS
,
Mar 23 2017
,
Mar 23 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by jbudorick@chromium.org
, Mar 22 2017Owner: jbudorick@chromium.org
Status: Started (was: Untriaged)