New issue
Advanced search Search tips

Issue 675061 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows
Pri: 2
Type: Bug



Sign in to add a comment

PageLoadMetricsBrowserTest.AbortClose is flaky on Win7 Tests (dbg)(1) and other platforms

Project Member Reported by rjkroege@chromium.org, Dec 16 2016

Issue description

browser_tests failing on chromium.win/Win7 Tests (dbg)(1)

Type: build-failure

Builders failed on: 
- Win7 Tests (dbg)(1): 
  https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29

failure:

PageLoadMetricsBrowserTest.AbortClose (run #1):
[ RUN      ] PageLoadMetricsBrowserTest.AbortClose
[4120:5448:1216/121701.772:INFO:media_foundation_video_encode_accelerator_win.cc(307)] Windows versions earlier than 8 are not supported.
c:\c\win\srcase	est\histogram_tester.cc(77): error: Value of: 0
Expected: count
Which is: 1
Histogram "PageLoad.Experimental.AbortTiming.Close.BeforeCommit" does not exist.
[5456:3452:1216/121705.011:WARNING:url_request_context_getter.cc(43)] URLRequestContextGetter leaking due to no owning thread.
[  FAILED  ] PageLoadMetricsBrowserTest.AbortClose, where TypeParam =  and GetParam() =  (5376 ms)

 
Owner: ----
Status: Available (was: Assigned)
Labels: -Pri-1 OS-Linux Pri-2
Status: Assigned (was: Available)
I think that this is flake.

Labels: -Sheriff-Chromium
Status: Available (was: Assigned)

Comment 4 by foolip@chromium.org, Jan 11 2017

This happened again today:
https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/56366

The failure looked like this:
PageLoadMetricsBrowserTest.AbortClose (run #1):
[ RUN      ] PageLoadMetricsBrowserTest.AbortClose
[3660:5400:0111/020030.861:ERROR:variations_util.cc(102)] Missing Worker Pool Configuration: Background
[1192:5188:0111/020032.369:INFO:media_foundation_video_encode_accelerator_win.cc(329)] Windows versions earlier than 8 are not supported.
[4048:2784:0111/020033.654:ERROR:variations_util.cc(102)] Missing Worker Pool Configuration: RendererBackground
c:\c\win\srcase	est\histogram_tester.cc(77): error: Value of: 0
Expected: count
Which is: 1
Histogram "PageLoad.Experimental.AbortTiming.Close.BeforeCommit" does not exist.
[3660:5400:0111/020035.831:WARNING:url_request_context_getter.cc(43)] URLRequestContextGetter leaking due to no owning thread.
[  FAILED  ] PageLoadMetricsBrowserTest.AbortClose, where TypeParam =  and GetParam() =  (5225 ms)

(I think that's the same as before.)

Comment 5 by foolip@chromium.org, Jan 11 2017

Components: Tests
Owner: csharrison@chromium.org
Status: Assigned (was: Available)
Summary: PageLoadMetricsBrowserTest.AbortClose is flaky on Win7 Tests (dbg)(1) and other platforms (was: browser_tests failing on chromium.win/Win7 Tests (dbg)(1))
In https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=PageLoadMetricsBrowserTest.AbortClose&testType=browser_tests it can be seen that in fact it often fails on Linux Tests (dbg)(1) and Linux Tests (dbg)(1)(32) as well.

Assigning to csharrison@ who wrote the test.

Comment 6 by foolip@chromium.org, Jan 11 2017

Labels: Type-Bug
Not disabling the test for as it quite rarely results in a full failure, but if it does happen again I would suggest disabling first on Win only. / Today's sheriff.
Project Member

Comment 7 by bugdroid1@chromium.org, Jan 20 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/830319ed4a004f8869bef4e7d97f55d7fe96bc11

commit 830319ed4a004f8869bef4e7d97f55d7fe96bc11
Author: sebsg <sebsg@chromium.org>
Date: Fri Jan 20 19:57:48 2017

[Flake] Disable PageLoadMetricsBrowserTest.AbortClose on Win7

BUG=675061

TBR=csharrison@chromium.org

Review-Url: https://codereview.chromium.org/2643323002
Cr-Commit-Position: refs/heads/master@{#445142}

[modify] https://crrev.com/830319ed4a004f8869bef4e7d97f55d7fe96bc11/chrome/browser/page_load_metrics/page_load_metrics_browsertest.cc

Sign in to add a comment