Issue metadata
Sign in to add a comment
|
"content_shell_test_apk (with patch)" is flaky for java MediaSessionTest |
||||||||||||||||||||||||
Issue description"content_shell_test_apk (with patch)" is flaky for java MediaSessionTest. 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=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyLgsSBUZsYWtlIiNjb250ZW50X3NoZWxsX3Rlc3RfYXBrICh3aXRoIHBhdGNoKQw. This flaky test/step was previously tracked in issue 598482 .
,
Jul 6 2016
,
Jul 6 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/53adfa415fbf9bcb34a1e988b83da7d42a1b4cf9 commit 53adfa415fbf9bcb34a1e988b83da7d42a1b4cf9 Author: phoglund <phoglund@chromium.org> Date: Wed Jul 06 13:26:01 2016 Disabling flaky MediaSessionTest.testMediaDuck. BUG= 625584 TBR=mlamouri@chromium.org Review-Url: https://codereview.chromium.org/2125863002 Cr-Commit-Position: refs/heads/master@{#403894} [modify] https://crrev.com/53adfa415fbf9bcb34a1e988b83da7d42a1b4cf9/content/public/android/javatests/src/org/chromium/content/browser/MediaSessionTest.java
,
Jul 6 2016
,
Jul 6 2016
The logcats says the video is not loaded in DOM. Maybe we should run the tests with spitzer on to reduce the flakyness? I 146.842s run_tests_on_device(03a5d5a10ae58ac6) detected failure in org.chromium.content.browser.MediaSessionTest#testMediaDuck. raw output: I 146.842s run_tests_on_device(03a5d5a10ae58ac6) INSTRUMENTATION_STATUS: numtests=1 I 146.843s run_tests_on_device(03a5d5a10ae58ac6) INSTRUMENTATION_STATUS: stream= I 146.843s run_tests_on_device(03a5d5a10ae58ac6) org.chromium.content.browser.MediaSessionTest: I 146.843s run_tests_on_device(03a5d5a10ae58ac6) INSTRUMENTATION_STATUS: id=InstrumentationTestRunner I 146.843s run_tests_on_device(03a5d5a10ae58ac6) INSTRUMENTATION_STATUS: test=testMediaDuck I 146.843s run_tests_on_device(03a5d5a10ae58ac6) INSTRUMENTATION_STATUS: class=org.chromium.content.browser.MediaSessionTest I 146.843s run_tests_on_device(03a5d5a10ae58ac6) INSTRUMENTATION_STATUS: current=1 I 146.844s run_tests_on_device(03a5d5a10ae58ac6) INSTRUMENTATION_STATUS_CODE: 1 I 146.844s run_tests_on_device(03a5d5a10ae58ac6) INSTRUMENTATION_STATUS: numtests=1 I 146.844s run_tests_on_device(03a5d5a10ae58ac6) INSTRUMENTATION_STATUS: stream= I 146.844s run_tests_on_device(03a5d5a10ae58ac6) Failure in testMediaDuck: I 146.844s run_tests_on_device(03a5d5a10ae58ac6) junit.framework.AssertionFailedError: Failed to retrieve contents for long-video I 146.844s run_tests_on_device(03a5d5a10ae58ac6) at org.chromium.content.browser.test.util.DOMUtils.getNodeField(DOMUtils.java:385) I 146.844s run_tests_on_device(03a5d5a10ae58ac6) at org.chromium.content.browser.test.util.DOMUtils.isMediaPaused(DOMUtils.java:73) I 146.844s run_tests_on_device(03a5d5a10ae58ac6) at org.chromium.content.browser.test.util.DOMUtils$1.isSatisfied(DOMUtils.java:110) I 146.844s run_tests_on_device(03a5d5a10ae58ac6) at org.chromium.content.browser.test.util.CriteriaHelper.pollInstrumentationThread(CriteriaHelper.java:72) I 146.844s run_tests_on_device(03a5d5a10ae58ac6) at org.chromium.content.browser.test.util.DOMUtils.waitForMediaPlay(DOMUtils.java:105) I 146.844s run_tests_on_device(03a5d5a10ae58ac6) at org.chromium.content.browser.MediaSessionTest.testMediaDuck(MediaSessionTest.java:324) I 146.845s run_tests_on_device(03a5d5a10ae58ac6) at java.lang.reflect.Method.invokeNative(Native Method) I 146.845s run_tests_on_device(03a5d5a10ae58ac6) at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214) I 146.845s run_tests_on_device(03a5d5a10ae58ac6) at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199) I 146.845s run_tests_on_device(03a5d5a10ae58ac6) at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:192) I 146.845s run_tests_on_device(03a5d5a10ae58ac6) at org.chromium.content_shell_apk.ContentShellTestBase.runTest(ContentShellTestBase.java:233) I 146.845s run_tests_on_device(03a5d5a10ae58ac6) at org.chromium.base.test.BaseTestResult.runParameterized(BaseTestResult.java:161) I 146.845s run_tests_on_device(03a5d5a10ae58ac6) at org.chromium.base.test.BaseTestResult.run(BaseTestResult.java:124) I 146.845s run_tests_on_device(03a5d5a10ae58ac6) at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:191) I 146.845s run_tests_on_device(03a5d5a10ae58ac6) at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:176) I 146.845s run_tests_on_device(03a5d5a10ae58ac6) at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:554) I 146.845s run_tests_on_device(03a5d5a10ae58ac6) at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1701)
,
Jul 7 2016
Spitzer should be enabled by default now. What makes you think it doesn't run with Spitzer?
,
Jul 7 2016
I remember in one meeting I heard that Spitzer did not ship in some version (M51?). So I thought it was still disabled by default. My great memory :( BTW, I've seen this kind of issue several times before, not very clear how could this happen if it's not a pipeline issue.
,
Aug 10 2016
,
Sep 12 2016
content_shell_test_apk is still flaky today. Example builds: https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/28938 https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/28818 https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/28872
,
Sep 12 2016
,
Sep 12 2016
These flaky tests are not related to MediaSessionTest. This entry is only for MediaSessionTests. Filed a new one, please find relevant owners. Filed https://crbug.com/645987
,
Sep 12 2016
,
Sep 12 2016
,
Oct 14 2016
Detected 3 new flakes for test/step "content_shell_test_apk (with patch)". To see the actual flakes, please visit https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyLgsSBUZsYWtlIiNjb250ZW50X3NoZWxsX3Rlc3RfYXBrICh3aXRoIHBhdGNoKQw. This message was posted automatically by the chromium-try-flakes app.
,
Oct 14 2016
,
Nov 3 2016
Issue 639175 has been merged into this issue.
,
Nov 3 2016
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by phoglund@chromium.org
, Jul 6 2016Owner: mlamouri@chromium.org
Status: Assigned (was: Untriaged)