New issue
Advanced search Search tips

Issue 750147 link

Starred by 3 users

Issue metadata

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



Sign in to add a comment

mail.google story flaky

Project Member Reported by rnep...@chromium.org, Jul 28 2017

Issue description

Traceback (most recent call last):
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\story_runner.py", line 104, in _RunStoryAndProcessErrorIfNeeded
    state.RunStory(results)
  File "c:\b\s\w\ir\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 52, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\page\shared_page_state.py", line 314, in RunStory
    self._current_page.Run(self)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\page\__init__.py", line 112, in Run
    self.RunPageInteractions(action_runner)
  File "c:\b\s\w\ir\tools\perf\page_sets\top_25_smooth.py", line 57, in RunPageInteractions
    'window.__scrollableElementForTelemetry != null')
  File "c:\b\s\w\ir\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 75, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\actions\action_runner.py", line 249, in WaitForJavaScriptCondition
    return self._tab.WaitForJavaScriptCondition(*args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 75, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\browser\web_contents.py", line 192, in WaitForJavaScriptCondition
    return self._inspector_backend.WaitForJavaScriptCondition(*args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 75, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\ir\third_party\catapult\telemetry\telemetry\internal\backends\chrome_inspector\inspector_backend.py", line 287, in WaitForJavaScriptCondition
    e.message + '\n' + debug_message)
TimeoutException: Timed out while waiting 60s for IsJavaScriptExpressionTrue.

cc-ing benchmark owner.
I will be disabling this story.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jul 28 2017

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

commit b83c8d2b006c772a4d91041b4f60f81441dd63cc
Author: rnephew <rnephew@chromium.org>
Date: Fri Jul 28 18:53:02 2017

[Telemetry] Disable gmail story in smoothness.top_25

TBR=charliea@chromium.org

Bug: 750147
Change-Id: I7d64d6caf7179704ee8223027898b36bb71ded13
Reviewed-on: https://chromium-review.googlesource.com/591609
Reviewed-by: rnephew <rnephew@chromium.org>
Commit-Queue: rnephew <rnephew@chromium.org>
Cr-Commit-Position: refs/heads/master@{#490477}
[modify] https://crrev.com/b83c8d2b006c772a4d91041b4f60f81441dd63cc/tools/perf/benchmarks/smoothness.py

 Issue 739217  has been merged into this issue.
 Issue 788791  has been merged into this issue.
Labels: OS-Linux
Owner: ssid@chromium.org
Summary: mail.google story flaky (was: mail.google story in smoothness.top_25 flaky on windows)
This has been disabled on Windows for months and is now flaky on Linux too (see  bug 788791 ).  Disabling on all platforms.

Someone needs to look at this.  ssid@ is the original author of the key_desktop_move_cases benchmark where the Linux bot is failing, maybe they can triage to a better owner.

Comment 6 by ssid@chromium.org, Dec 15 2017

On Linux the story might still be flaky. I noticed that this error message is shown only when the story fails:
"/b/s/w/ir/third_party/catapult/telemetry/telemetry/internal/image_processing/image_util_numpy_impl.py:70: UserWarning: Using pure python png decoder, which could be very slow. To speed up, consider installing numpy & cv2 (OpenCV)."

https://ci.chromium.org/buildbot/chromium.perf/Linux%20Perf/1845
Waiting for a failure with the cl to investigate
Status: Assigned (was: Untriaged)

Sign in to add a comment