org.chromium.android_webview.test.PlatformMediaCodecTest#testCanPlayPlatformMediaCodecs is flaking android_webview_test_apk suite |
|||||||||
Issue descriptionEarliest failure I could reach is on May 30th, but I can't repro locally: https://uberchromegw.corp.google.com/i/chromium.android/builders/Marshmallow%20Tablet%20Tester/builds/4093 C 1020.930s Main [FAIL] org.chromium.android_webview.test.PlatformMediaCodecTest#testCanPlayPlatformMediaCodecs with {--webview-sandboxed-renderer}: C 1020.930s Main junit.framework.AssertionFailedError: Criteria not met in allotted time. C 1020.930s Main at org.chromium.content.browser.test.util.CriteriaHelper.pollInstrumentationThread(CriteriaHelper.java:74) C 1020.930s Main at org.chromium.content.browser.test.util.DOMUtils.waitForMediaPlay(DOMUtils.java:105) C 1020.930s Main at org.chromium.android_webview.test.PlatformMediaCodecTest.testCanPlayPlatformMediaCodecs(PlatformMediaCodecTest.java:39) C 1020.930s Main at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214) C 1020.930s Main at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199) C 1020.930s Main at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:192) C 1020.930s Main at org.chromium.base.test.BaseTestResult.runParameterized(BaseTestResult.java:161) C 1020.930s Main at org.chromium.base.test.BaseTestResult.run(BaseTestResult.java:124) C 1020.930s Main at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:191) C 1020.930s Main at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:176) C 1020.930s Main at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555) C 1020.930s Main at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1879) https://uberchromegw.corp.google.com/i/chromium.android/builders/Marshmallow%20Tablet%20Tester/builds/4290 C 1005.792s Main [FAIL] org.chromium.android_webview.test.PlatformMediaCodecTest#testCanPlayPlatformMediaCodecs with {--webview-sandboxed-renderer}: C 1005.792s Main junit.framework.AssertionFailedError: Criteria not met in allotted time. C 1005.792s Main at org.chromium.content.browser.test.util.CriteriaHelper.pollInstrumentationThread(CriteriaHelper.java:74) C 1005.792s Main at org.chromium.content.browser.test.util.DOMUtils.waitForMediaPlay(DOMUtils.java:105) C 1005.792s Main at org.chromium.android_webview.test.PlatformMediaCodecTest.testCanPlayPlatformMediaCodecs(PlatformMediaCodecTest.java:39) C 1005.792s Main at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214) C 1005.792s Main at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199) C 1005.792s Main at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:192) C 1005.792s Main at org.chromium.base.test.BaseTestResult.runParameterized(BaseTestResult.java:161) C 1005.792s Main at org.chromium.base.test.BaseTestResult.run(BaseTestResult.java:124) C 1005.792s Main at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:191) C 1005.792s Main at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:176) C 1005.793s Main at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555) C 1005.793s Main at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1879)
,
Jun 16 2016
Barring objections, I'm planning on disabling this test because it's been flaking so long on this bot. Assigning to the person who wrote the test.
,
Jun 16 2016
Sounds like there are a lot of tests flaking on this bot (or at least I've seen a few bugs go by today), maybe it should get a longer timeout instead?
,
Jun 16 2016
Unsure... seems like the same tests have been flaking for longer than just today. Marshmallow on 7 isn't really a slow device, though. Any idea why this would be failing to meet the criteria on time?
,
Jun 16 2016
Not off the top of my head, I can take a look tomorrow though.
,
Jun 21 2016
,
Jun 21 2016
Not sure what has changed here recently. logcat is unavailable unless I'm missing something.
,
Jun 22 2016
I included logcat in issue 622109
,
Jun 22 2016
Ah, sorry missed that. Nothing seems amiss in there, we can see that WMPA is started up correctly, but the playback never starts for some reason. MediaPlayer/MediaCodec may be hung for some reason.
,
Jun 22 2016
cq is using nexus 5 on some kitkat build, without wifi, not sure if any of that matters
,
Jun 22 2016
,
Jun 22 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/355585715cb19b5fea8cd1db2c2682e4867617c3 commit 355585715cb19b5fea8cd1db2c2682e4867617c3 Author: boliu <boliu@chromium.org> Date: Wed Jun 22 01:57:20 2016 aw: Disable testCanPlayPlatformMediaCodecs Test is flaky. See bug for details. BUG=620890 TBR=dalecurtis Review-Url: https://codereview.chromium.org/2086173002 Cr-Commit-Position: refs/heads/master@{#401158} [modify] https://crrev.com/355585715cb19b5fea8cd1db2c2682e4867617c3/android_webview/javatests/src/org/chromium/android_webview/test/PlatformMediaCodecTest.java
,
Sep 29 2016
Again over to tguilbert@ for when we're no longer using WMPA.
,
Dec 16 2016
This landed here: https://chromium.googlesource.com/chromium/src/+/55b7fff6cf7b3e70e03a6237e30ea60684acece9 Please re-open if ever it starts flaking again.
,
Feb 2 2017
,
Feb 2 2017
Re-opening as requested :( I'll disable the test again. See crbug.com/687769 for recent flakes.
,
Feb 2 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fb5f56bd9f05cbe7b8fed9e060c72bb38aa172d8 commit fb5f56bd9f05cbe7b8fed9e060c72bb38aa172d8 Author: iclelland <iclelland@chromium.org> Date: Thu Feb 02 15:10:12 2017 Disable flaky test PlatformMediaCodecTest#testCanPlayPlatformMediaCodecs This has started flaking again, after being re-enabled in December. Root cause is still uncertain. BUG=620890 TBR=tguilbert@chromium.org Review-Url: https://codereview.chromium.org/2671733002 Cr-Commit-Position: refs/heads/master@{#447768} [modify] https://crrev.com/fb5f56bd9f05cbe7b8fed9e060c72bb38aa172d8/android_webview/javatests/src/org/chromium/android_webview/test/PlatformMediaCodecTest.java
,
Jun 27 2018
,
Aug 23
|
|||||||||
►
Sign in to add a comment |
|||||||||
Comment 1 by dfalcant...@chromium.org
, Jun 16 2016