Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(543)

Issue 2341933002: Disable all screen-capturer tests (Closed)

Created:
4 years, 3 months ago by Hzj_jie
Modified:
4 years, 3 months ago
Reviewers:
kjellander_webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Disable all screen-capturer tests ScreenCapturerTest.CaptureUpdatedRegion* tests are flaky, disable them first to unblock other changes. BUG=647067 NOTRY=True

Patch Set 1 #

Total comments: 1

Patch Set 2 : Resolve review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -5 lines) Patch
M webrtc/modules/desktop_capture/screen_capturer_unittest.cc View 1 4 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 18 (9 generated)
nisse-chromium (ooo August 14)
I take it all of those tests are flaky? For a proper review, I suggest ...
4 years, 3 months ago (2016-09-15 07:01:03 UTC) #3
nisse-webrtc
+kjellander@ Probably good to land this asap?
4 years, 3 months ago (2016-09-15 09:28:46 UTC) #6
kjellander_webrtc
This doesn't look right to me: https://build.chromium.org/p/client.webrtc/builders/Win%20DrMemory%20Full/builds/4939 shows that you did a change in the ...
4 years, 3 months ago (2016-09-15 09:59:37 UTC) #7
kjellander_webrtc
On 2016/09/15 09:59:37, kjellander_webrtc wrote: > This doesn't look right to me: > https://build.chromium.org/p/client.webrtc/builders/Win%20DrMemory%20Full/builds/4939 > ...
4 years, 3 months ago (2016-09-15 10:00:15 UTC) #8
kjellander_webrtc
On 2016/09/15 10:00:15, kjellander_webrtc wrote: > On 2016/09/15 09:59:37, kjellander_webrtc wrote: > > This doesn't ...
4 years, 3 months ago (2016-09-15 11:27:30 UTC) #9
Hzj_jie
On 2016/09/15 11:27:30, kjellander_webrtc wrote: > On 2016/09/15 10:00:15, kjellander_webrtc wrote: > > On 2016/09/15 ...
4 years, 3 months ago (2016-09-15 18:02:03 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2341933002/20001
4 years, 3 months ago (2016-09-15 18:06:52 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/8395)
4 years, 3 months ago (2016-09-15 18:17:21 UTC) #16
kjellander_webrtc
4 years, 3 months ago (2016-09-15 20:00:55 UTC) #17
On 2016/09/15 18:02:03, Hzj_jie wrote:
> On 2016/09/15 11:27:30, kjellander_webrtc wrote:
> > On 2016/09/15 10:00:15, kjellander_webrtc wrote:
> > > On 2016/09/15 09:59:37, kjellander_webrtc wrote:
> > > > This doesn't look right to me:
> > > >
> > >
> >
>
https://build.chromium.org/p/client.webrtc/builders/Win%20DrMemory%20Full/bui...
> > > > shows that you did a change in the dr memory suppressions, which
probably
> > > caused
> > > > the build to fail.
> > > > 
> > > > You claim that the tests are flaky, what are you basing that on? When I
> look
> > > at
> > > >
> > >
> >
>
https://build.chromium.org/p/client.webrtc/builders/Win%20DrMemory%20Full?num...
> > > > it looks very reliable. The last time they failed there were CLs
changing
> > > these
> > > > tests involved as well.
> > 
> > OK I can se many flakes at our win trybots:
> > https://build.chromium.org/p/tryserver.webrtc/builders/win_dbg
> >
>
https://build.chromium.org/p/client.webrtc/builders/Win32%20Debug?numbuilds=200
> > also shows a few.
> > So I'm fine with disabling these as long as you add a comment.
> > 
> > lgtm
> > 
> > > > 
> > > > Finally, it's not the right thing to disable the tests for all platforms
> if
> > > > they're just failing under one configuration/tool. That's why
> > > >
> > >
> >
>
https://chromium.googlesource.com/external/webrtc/+/master/tools/valgrind-web...
> > > > should be used. If that doesn't work, you can exclude the test for dr
> memory
> > > > only by adding them to
> > > >
> > >
> >
>
https://chromium.googlesource.com/external/webrtc/+/master/tools/valgrind-web...
> > > > instead. That way we don't lose the other test coverage.
> > > > 
> > > >
> > >
> >
>
https://codereview.webrtc.org/2341933002/diff/1/webrtc/modules/desktop_captur...
> > > > File webrtc/modules/desktop_capture/screen_capturer_unittest.cc (right):
> > > > 
> > > >
> > >
> >
>
https://codereview.webrtc.org/2341933002/diff/1/webrtc/modules/desktop_captur...
> > > > webrtc/modules/desktop_capture/screen_capturer_unittest.cc:274:
> > > > TEST_F(ScreenCapturerTest, DISABLED_CaptureUpdatedRegion) {
> > > > Please add a reference to the bug in a comment above this line
> > > 
> > > Finally, try to remember to use NOTRY=True for a change that just disables
a
> > > test. That way we save a lot of trybot resources.
> 
> These tests are recently added by me :) So I just realize they are flaky. I am
> investigating the root cause, but this change is to disable them to unblock
> trybots and also save me from re-submit a bunch of changes.

Stefan already landed a copy of this CL as
https://codereview.webrtc.org/2342823002 to get our bots back into a stable
state.

Powered by Google App Engine
This is Rietveld 408576698