New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 711021 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
not available
Closed: Sep 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug-Regression



Sign in to add a comment

TemplateUrlServiceTest#testLoadUrlService is flaky: chrome_public_test_apk failing on chromium.android/Lollipop Tablet Tester

Project Member Reported by donnd@chromium.org, Apr 12 2017

Issue description

This test is still flaking enough to fail despite RetryOnFailure.  
yolandyan@, Could this recent refactoring have caused an issue? 

https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=org.chromium.chrome.browser.search_engines.TemplateUrlServiceTest%23testLoadUrlService&testType=chrome_public_test_apk

Strange that the logs don't show anything useful about the failure, e.g. https://build.chromium.org/p/chromium.android/builders/Lollipop%20Tablet%20Tester/builds/7519 shows this:
==============================================
@@@STEP_CURSOR@chrome_public_test_apk@@@
@@@STEP_STARTED@@@
@@@STEP_TEXT@<br/>failures:<br/>org.chromium.chrome.browser.search_engines.TemplateUrlServiceTest#testLoadUrlService<br/>@@@
@@@STEP_FAILURE@@@


--------------------------------------------------------------------------------
started: Wed Apr 12 13:00:20 2017
ended: Wed Apr 12 13:00:20 2017
duration: 0 secs
status: FAILURE
status reason: 
==============================================

 
That was my mistake, this test is not supposed to run on Tablet with the @Restriction annotation. Uploaded CL to fix the issue: https://codereview.chromium.org/2818593002
Status: Fixed (was: Assigned)

Sign in to add a comment