MediaCodecPlayerTest.VideoReleaseWhileWaitingForSeek is flaky |
||||
Issue descriptionSee bot runs: https://uberchromegw.corp.google.com/i/chromium.linux/builders/Android%20Tests%20%28dbg%29 Last failure log: https://uberchromegw.corp.google.com/i/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/34196/steps/media_unittests/logs/stdio """ I 50.842s run_tests_on_device(0ca41989032f9f23) [ RUN ] MediaCodecPlayerTest.VideoReleaseWhileWaitingForSeek I 50.842s run_tests_on_device(0ca41989032f9f23) [INFO:video_media_codec_decoder.cc(184)] VideoDecoder::ConfigureInternal succeeded I 50.842s run_tests_on_device(0ca41989032f9f23) [INFO:media_codec_decoder.cc(928)] VideoDecoder::DepleteOutputBufferQueue: MEDIA_CODEC_ERROR from DequeueOutputBuffer I 50.842s run_tests_on_device(0ca41989032f9f23) [INFO:media_codec_decoder.cc(947)] VideoDecoder::DepleteOutputBufferQueue MediaCodec error, stopping frame processing I 50.842s run_tests_on_device(0ca41989032f9f23) ../../media/base/android/media_codec_player_unittest.cc:742: Failure I 50.842s run_tests_on_device(0ca41989032f9f23) Value of: WaitForCondition(base::Bind(&MockMediaPlayerManager::IsPlaybackStarted, base::Unretained(&manager_)), start_timeout) I 50.843s run_tests_on_device(0ca41989032f9f23) Actual: false I 50.843s run_tests_on_device(0ca41989032f9f23) Expected: true I 50.843s run_tests_on_device(0ca41989032f9f23) [INFO:media_codec_player_unittest.cc(745)] VideoReleaseWhileWaitingForSeek: playback did not start I 50.843s run_tests_on_device(0ca41989032f9f23) ../../media/base/android/media_codec_player_unittest.cc:1417: Failure I 50.843s run_tests_on_device(0ca41989032f9f23) Value of: StartVideoPlayback(duration, "VideoReleaseWhileWaitingForSeek") I 50.843s run_tests_on_device(0ca41989032f9f23) Actual: false I 50.843s run_tests_on_device(0ca41989032f9f23) Expected: true I 50.843s run_tests_on_device(0ca41989032f9f23) [ FAILED ] MediaCodecPlayerTest.VideoReleaseWhileWaitingForSeek (808 ms) I 50.843s run_tests_on_device(0ca41989032f9f23) [----------] 1 test from MediaCodecPlayerTest (808 ms total) I 50.844s run_tests_on_device(0ca41989032f9f23) I 50.844s run_tests_on_device(0ca41989032f9f23) [----------] Global test environment tear-down I 50.844s run_tests_on_device(0ca41989032f9f23) [==========] 1 test from 1 test case ran. (810 ms total) I 50.844s run_tests_on_device(0ca41989032f9f23) [ PASSED ] 0 tests. I 50.844s run_tests_on_device(0ca41989032f9f23) [ FAILED ] 1 test, listed below: I 50.844s run_tests_on_device(0ca41989032f9f23) [ FAILED ] MediaCodecPlayerTest.VideoReleaseWhileWaitingForSeek """ FWIW, it seems that there are a few DISABLED tests in this file. Might be worse having a look at them in one batch.
,
May 5 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/d017dc7337e74833358c22473738dc4bbf5c5e1e commit d017dc7337e74833358c22473738dc4bbf5c5e1e Author: mlamouri <mlamouri@chromium.org> Date: Thu May 05 12:08:36 2016 [Sheriff] Disable flaky MediaCodecPlayerTest.VideoReleaseWhileWaitingForSeek It failed twice in a few runs on "Android Tests (dbg)" (chromium.linux) BUG= 609444 TBR=qinmin@chromium.org Review-Url: https://codereview.chromium.org/1949393002 Cr-Commit-Position: refs/heads/master@{#391787} [modify] https://crrev.com/d017dc7337e74833358c22473738dc4bbf5c5e1e/media/base/android/media_codec_player_unittest.cc
,
May 5 2016
,
May 5 2016
Disabling MediaCodecPlayer related tests seems the right thing to me since this player is phased out.
,
May 9 2016
,
Jan 24 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by mlamouri@chromium.org
, May 5 2016