New issue
Advanced search Search tips

Issue 670415 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

ExtensionWebRequestApiTest.WebRequestBlocking times out on debug, ASAN and MSAN bots

Project Member Reported by jbroman@chromium.org, Dec 1 2016

Issue description

https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=ExtensionWebRequestApiTest.WebRequestBlocking&testType=browser_tests

Times out frequently on:
Linux ChromiumOS Tests (dbg)(1)
Linux Tests (dbg)(1)
Linux Tests (dbg)(1)(32)

Also on the sanitizer bots (which is unsurprising), but those don't seem to alert, so I'm only going to disable on debug for now.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Dec 1 2016

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

commit ea8ce2360685720339a3589bce7645d32074b58f
Author: jbroman <jbroman@chromium.org>
Date: Thu Dec 01 20:13:00 2016

Disable ExtensionWebRequestApiTest.WebRequestBlocking on debug builds (slow, flaky timeout).

BUG=670415
TBR=battre@chromium.org
NOTRY=true

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

[modify] https://crrev.com/ea8ce2360685720339a3589bce7645d32074b58f/chrome/browser/extensions/api/web_request/web_request_apitest.cc

Summary: ExtensionWebRequestApiTest.WebRequestBlocking times out on debug, ASAN and MSAN bots (was: ExtensionWebRequestApiTest.WebRequestBlocking times out on debug bots)
Sanitizer bots are now complaining. It looks like it's just the browser test runner killing things due to a timeout, so it's probably just that ASAN/MSAN slows stuff down.

e.g.
https://build.chromium.org/p/chromium.memory/builders/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/builds/18054/steps/browser_tests/logs/ExtensionWebRequestApiTest.WebRequestBlocking
Project Member

Comment 3 by bugdroid1@chromium.org, Dec 2 2016

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

commit ffba4ff8cc5de6bdbb082b5e714145d4fe6ec017
Author: jbroman <jbroman@chromium.org>
Date: Fri Dec 02 15:52:58 2016

Also disable ExtensionWebRequestApiTest.WebRequestBlocking on ASAN and MSAN builds due to timeouts.

BUG=670415
TBR=battre@chromium.org
NOTRY=true

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

[modify] https://crrev.com/ffba4ff8cc5de6bdbb082b5e714145d4fe6ec017/chrome/browser/extensions/api/web_request/web_request_apitest.cc

Sign in to add a comment