New issue
Advanced search Search tips

Issue 684148 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

"org.chromium.chrome.browser.physicalweb.UrlManagerTest#testSerializationWorksWithPoorlySerializedResult" is flaky

Project Member Reported by chromium...@appspot.gserviceaccount.com, Jan 23 2017

Issue description

"org.chromium.chrome.browser.physicalweb.UrlManagerTest#testSerializationWorksWithPoorlySerializedResult" is flaky.

This issue was created automatically by the chromium-try-flakes app. Please find the right owner to fix the respective test/step and assign this issue to them. If the step/test is infrastructure-related, please add Infra-Troopers label and change issue status to Untriaged. When done, please remove the issue from Sheriff Bug Queue by removing the Sheriff-Chromium label.

We have detected 3 recent flakes. List of all flakes can be found at https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNycgsSBUZsYWtlImdvcmcuY2hyb21pdW0uY2hyb21lLmJyb3dzZXIucGh5c2ljYWx3ZWIuVXJsTWFuYWdlclRlc3QjdGVzdFNlcmlhbGl6YXRpb25Xb3Jrc1dpdGhQb29ybHlTZXJpYWxpemVkUmVzdWx0DA.

Flaky tests should be disabled within 30 minutes unless culprit CL is found and reverted. Please see more details here: https://sites.google.com/a/chromium.org/dev/developers/tree-sheriffs/sheriffing-bug-queues#triaging-auto-filed-flakiness-bugs
 
Sample failure:

exit code (as seen by runtest.py): 1
@@@STEP_LOG_LINE@org.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult@org.chromium.chrome.browser.physicalweb.UrlManagerTest#testSerializationWorksWithPoorlySerializedResult (run #1):@@@
@@@STEP_LINK@logdog-->org.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult@https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Ftryserver.chromium.android%2Flinux_android_rel_ng%2F217792%2F%2B%2Frecipes%2Fsteps%2Fchrome_public_test_apk__with_patch__on_Android%2F0%2Flogs%2Forg.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult%2F0@@@
@@@STEP_LOG_LINE@org.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult@junit.framework.AssertionFailedError@@@
@@@STEP_LOG_LINE@org.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult@	at org.chromium.chrome.browser.physicalweb.UrlManagerTest.testSerializationWorksWithPoorlySerializedResult(UrlManagerTest.java:456)@@@
@@@STEP_LOG_LINE@org.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult@	at java.lang.reflect.Method.invokeNative(Native Method)@@@
@@@STEP_LOG_LINE@org.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult@	at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214)@@@
@@@STEP_LOG_LINE@org.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult@	at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199)@@@
@@@STEP_LOG_LINE@org.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult@	at org.chromium.base.test.BaseTestResult.run(BaseTestResult.java:129)@@@
@@@STEP_LOG_LINE@org.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult@	at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:191)@@@
@@@STEP_LOG_LINE@org.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult@	at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:176)@@@
@@@STEP_LOG_LINE@org.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult@	at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:554)@@@
@@@STEP_LOG_LINE@org.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult@	at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1701)@@@
@@@STEP_LOG_LINE@org.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult@@@@
@@@STEP_LOG_END@org.chromium.chrome.browser.physicalweb.UrlManagerTest_testSerializationWorksWithPoorlySerializedResult@@@
@@@STEP_FAILURE@@@
@@@STEP_TEXT@@@@
@@@STEP_TEXT@1 flaky@@@
@@@STEP_TEXT@failed 1@@@
@@@STEP_CURSOR@chrome_public_test_apk (with patch) on Android@@@
No obvious culprit. Will disable test: https://codereview.chromium.org/2651033002/
Project Member

Comment 3 by bugdroid1@chromium.org, Jan 24 2017

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

commit 400c19707cf0ea9dd88a4905833999041dd30214
Author: maniscalco <maniscalco@chromium.org>
Date: Tue Jan 24 18:59:56 2017

Disable testSerializationWorksWithPoorlySerializedResult

Test is flaky.

BUG=684148
TBR=cco3,tedchoc

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

[modify] https://crrev.com/400c19707cf0ea9dd88a4905833999041dd30214/chrome/android/javatests/src/org/chromium/chrome/browser/physicalweb/UrlManagerTest.java

Owner: cco3@chromium.org
Status: Assigned (was: Untriaged)
Hi cco3, as sheriff I'm putting you down as the owner only because I cannot find a better match and you've been active in this part of the code base recently.

PTAL and either fix or reassign to a more appropriate owner.
Project Member

Comment 6 by bugdroid1@chromium.org, Jan 24 2017

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

commit 01011c3019b3e676f5da803a0b20457d922b1461
Author: maniscalco <maniscalco@chromium.org>
Date: Tue Jan 24 21:10:11 2017

Fix build by adding import for DisabledTest

NOTREECHECKS=true
TBR=cco3, dtrainor
BUG=684148

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

[modify] https://crrev.com/01011c3019b3e676f5da803a0b20457d922b1461/chrome/android/javatests/src/org/chromium/chrome/browser/physicalweb/UrlManagerTest.java

Labels: -Sheriff-Chromium
Owner: ----
Status: Untriaged (was: Assigned)
Marking issues assigned to cco3@ as untriaged as they are no longer working on Chromium.

Sign in to add a comment