New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 909746 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: ----

Blocked on:
issue 909752



Sign in to add a comment

telemetry.internal.util.webpagereplay_go_server_unittest.WebPageReplayGoServerTest.testSmokeStartingWebPageReplayGoServer in telemetry_unittests failing on multiple builders

Project Member Reported by sheriff-...@appspot.gserviceaccount.com, Nov 28

Issue description

Filed by sheriff-o-matic@appspot.gserviceaccount.com on behalf of nednguyen@google.com

telemetry.internal.util.webpagereplay_go_server_unittest.WebPageReplayGoServerTest.testSmokeStartingWebPageReplayGoServer in telemetry_unittests failing on multiple builders

Builders failed on: 
- Linux Tests (dbg)(1)(32): 
  https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Tests%20%28dbg%29%281%29%2832%29
- Linux Tests (dbg)(1): 
  https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Tests%20%28dbg%29%281%29
- Mac10.10 Tests: 
  https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.10%20Tests
- Mac10.11 Tests: 
  https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.11%20Tests
- Mac10.13 Tests (dbg): 
  https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.13%20Tests%20%28dbg%29


 
Cc: eyaich@chromium.org crouleau@chromium.org perezju@chromium.org
Certificate error:
[154/282] telemetry.internal.util.ts_proxy_server_unittest.TsProxyServerTest.testSmokeUpdateOutboundPortsInvalid passed 0.5117s
[155/282] telemetry.internal.util.webpagereplay_go_server_unittest.WebPageReplayGoServerTest.testSmokeStartingWebPageReplayGoServer failed unexpectedly 0.2748s:
  Traceback (most recent call last):
    File "/b/s/w/ir/third_party/catapult/telemetry/telemetry/internal/util/webpagereplay_go_server_unittest.py", line 43, in testSmokeStartingWebPageReplayGoServer
      r = urllib2.urlopen(req)
    File "/b/s/w/ir/.swarming_module/lib/python2.7/urllib2.py", line 154, in urlopen
      return opener.open(url, data, timeout)
    File "/b/s/w/ir/.swarming_module/lib/python2.7/urllib2.py", line 429, in open
      response = self._open(req, data)
    File "/b/s/w/ir/.swarming_module/lib/python2.7/urllib2.py", line 447, in _open
      '_open', req)
    File "/b/s/w/ir/.swarming_module/lib/python2.7/urllib2.py", line 407, in _call_chain
      result = func(*args)
    File "/b/s/w/ir/.swarming_module/lib/python2.7/urllib2.py", line 1241, in https_open
      context=self._context)
    File "/b/s/w/ir/.swarming_module/lib/python2.7/urllib2.py", line 1198, in do_open
      raise URLError(err)
  URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)>

https://chromium-swarm.appspot.com/task?id=417306d578db7f10&refresh=10&show_raw=1
Cc: jbudorick@chromium.org
This is an error with urrlib2, so I wonder if there is any changes the python library on swarming bot recently?


For now, I will disable the test but this should be remained P1 & fixed. 
Cc: iannucci@chromium.org
Components: Tests>Telemetry
Blockedon: 909752
Project Member

Comment 6 by bugdroid1@chromium.org, Nov 28

The following revision refers to this bug:
  https://chromium.googlesource.com/catapult/+/029a56af584cf75fb088559f5ea92d04bee97fb7

commit 029a56af584cf75fb088559f5ea92d04bee97fb7
Author: Ned Nguyen <nednguyen@google.com>
Date: Wed Nov 28 17:06:42 2018

Disable testSmokeStartingWebPageReplayGoServer

Bug: chromium:909746
Change-Id: Ie3e936021f094f2f3f08ff205fef57ce550dd9d1
TBR=crouleau@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/1354080
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Commit-Queue: Ned Nguyen <nednguyen@google.com>

[modify] https://crrev.com/029a56af584cf75fb088559f5ea92d04bee97fb7/telemetry/telemetry/internal/util/webpagereplay_go_server_unittest.py

Project Member

Comment 7 by bugdroid1@chromium.org, Nov 28

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

commit 5a1fc1dcfb46e19a500f64769f3f115b9a3b7c48
Author: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Date: Wed Nov 28 20:28:53 2018

Roll src/third_party/catapult 6457c042bc7b..029a56af584c (1 commits)

https://chromium.googlesource.com/catapult.git/+log/6457c042bc7b..029a56af584c


git log 6457c042bc7b..029a56af584c --date=short --no-merges --format='%ad %ae %s'
2018-11-28 nednguyen@google.com Disable testSmokeStartingWebPageReplayGoServer


Created with:
  gclient setdep -r src/third_party/catapult@029a56af584c

The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel

BUG=chromium:909746
TBR=sullivan@chromium.org

Change-Id: Iacd9bd664c2e2a236365c120bdc810ff8e31a873
Reviewed-on: https://chromium-review.googlesource.com/c/1354181
Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#611853}
[modify] https://crrev.com/5a1fc1dcfb46e19a500f64769f3f115b9a3b7c48/DEPS

Cc: -jbudorick@chromium.org
Nope, no changes to python recently.
Labels: -Sheriff-Chromium
Removing Sheriff-Chromium.

Comment 10 by benhenry@google.com, Jan 16 (6 days ago)

Components: Test>Telemetry

Comment 11 by benhenry@google.com, Jan 16 (6 days ago)

Components: -Tests>Telemetry

Sign in to add a comment