New issue
Advanced search Search tips

Issue 736029 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 13
Cc:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Intermittent image capture test failures on chromium.webrtc Linux Tester

Project Member Reported by chfremer@chromium.org, Jun 22 2017

Issue description

There are typically 3-4 test cases in each run of content_browsertests that fail at the first attempt and succeed at the second. All of these are test cases involving the real camera. These cases can easily be found by opening the stdio logs from content_browsertest runs, e.g. [1], and searching for the string "Expected". 

Example output from a failure:
[171/214] WebRtcImageCaptureSucceedsBrowserTest.GetPhotoCapabilities/0 (224 ms)
[ RUN      ] WebRtcImageCaptureSucceedsBrowserTest.GetPhotoCapabilities/2
Xlib:  extension "RANDR" missing on display ":9".
[5548:5585:0622/073344.655188:618324168:ERROR:devtools_http_handler.cc(804)] 
DevTools listening on 127.0.0.1:40176

../../content/browser/webrtc/webrtc_image_capture_browsertest.cc:168: Failure
Value of: RunImageCaptureTestCase("testCreateAndGetPhotoCapabilitiesSucceeds()")
  Actual: false
Expected: true
[  FAILED  ] WebRtcImageCaptureSucceedsBrowserTest.GetPhotoCapabilities/2, where GetParam() = (1-byte object <00>, 1-byte object <00>) (164 ms)


[1] https://build.chromium.org/p/chromium.webrtc/builders/Linux%20Tester/builds/30208/steps/content_browsertests/logs/stdio
 

Comment 1 by mcasas@chromium.org, Jun 22 2017

It might be that the tests run in parallel and we need to 
serialize them somehow ?
Project Member

Comment 2 by sheriffbot@chromium.org, Jun 25 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: Fixed (was: Untriaged)
I think this is fixed. We made sure that tests using real cameras are now run sequentially on the webrtc bots.

Sign in to add a comment