New issue
Advanced search Search tips

Issue 654786 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 653627
Owner:
Closed: Oct 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

WebappSplashScreenTest#testSplashScreenAppearsWithoutRegisteredSplashImage seems flaky

Project Member Reported by dgn@chromium.org, Oct 11 2016

Issue description

Bot: Lollipop Low End Tester
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=org.chromium.chrome.browser.webapps.WebappSplashScreenTest%23testSplashScreenAppearsWithoutRegisteredSplashImage&testType=chrome_public_test_apk


[FAIL] org.chromium.chrome.browser.webapps.WebappSplashScreenTest#testSplashScreenAppearsWithoutRegisteredSplashImage:
junit.framework.AssertionFailedError: Criteria not met in allotted time.
  at org.chromium.content.browser.test.util.CriteriaHelper.pollInstrumentationThread(CriteriaHelper.java:74)
  at org.chromium.content.browser.test.util.CriteriaHelper.pollInstrumentationThread(CriteriaHelper.java:89)
  at org.chromium.chrome.browser.webapps.WebappActivityTestBase.waitUntilSplashScreenAppears(WebappActivityTestBase.java:208)
  at org.chromium.chrome.browser.webapps.WebappSplashScreenTest.testSplashScreenAppearsWithoutRegisteredSplashImage(WebappSplashScreenTest.java:325)
  at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214)
  at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199)
  at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:192)
  at org.chromium.chrome.test.ChromeActivityTestCaseBase.runTest(ChromeActivityTestCaseBase.java:726)
  at org.chromium.base.test.BaseTestResult.runParameterized(BaseTestResult.java:161)
  at org.chromium.base.test.BaseTestResult.run(BaseTestResult.java:124)
  at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:191)
  at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:176)
  at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555)
  at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1853)


dominickn@: Can you please have a look to see if it can be unflaked? I'm just going to at @RetryOnFailure for now.
 
Mergedinto: 653627
Status: Duplicate (was: Assigned)
Project Member

Comment 2 by bugdroid1@chromium.org, Oct 12 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/857dd06750a1702ff982020ab2b96b056bb33b6e

commit 857dd06750a1702ff982020ab2b96b056bb33b6e
Author: dgn <dgn@chromium.org>
Date: Wed Oct 12 09:04:31 2016

Mark @RetryOnFailure the remaining of WebappSplashScreenTest

BUG= 654786 

Review-Url: https://codereview.chromium.org/2412553003
Cr-Commit-Position: refs/heads/master@{#424695}

[modify] https://crrev.com/857dd06750a1702ff982020ab2b96b056bb33b6e/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappSplashScreenTest.java

Sign in to add a comment