New issue
Advanced search Search tips

Issue 836407 link

Starred by 2 users

Issue metadata

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



Sign in to add a comment

map SystemHealthBenchmarkSmokeTest is flaky

Project Member Reported by thestig@chromium.org, Apr 24 2018

Issue description

Almost every other build seems to fail here:

https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Tests%20%28dbg%29%281%29/71608
https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Tests%20%28dbg%29%281%29/71606
https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Tests%20%28dbg%29%281%29/71602
https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Tests%20%28dbg%29%281%29/71599

[7/23] benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.browse:tools:maps failed unexpectedly 155.8253s:
  [ RUN      ] system_health.memory_desktop/browse:tools:maps@{'case': 'browse', 'group': 'tools'}
  Traceback (most recent call last):
    File "/b/s/w/ir/third_party/catapult/telemetry/telemetry/internal/story_runner.py", line 123, in _RunStoryAndProcessErrorIfNeeded
      state.RunStory(results)
    File "/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 "/b/s/w/ir/third_party/catapult/telemetry/telemetry/page/shared_page_state.py", line 311, in RunStory
      self._current_page.Run(self)
    File "/b/s/w/ir/third_party/catapult/telemetry/telemetry/page/__init__.py", line 95, in Run
      self.RunPageInteractions(action_runner)
    File "/b/s/w/ir/tools/perf/page_sets/system_health/system_health_story.py", line 106, in RunPageInteractions
      self._DidLoadDocument(action_runner)
    File "/b/s/w/ir/tools/perf/page_sets/system_health/browsing_stories.py", line 709, in _DidLoadDocument
      old_restaurant=prev_restaurant_hash, timeout=90)
    File "/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 "/b/s/w/ir/third_party/catapult/telemetry/telemetry/internal/actions/action_runner.py", line 261, in WaitForJavaScriptCondition
      return self._tab.WaitForJavaScriptCondition(*args, **kwargs)
    File "/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 "/b/s/w/ir/third_party/catapult/telemetry/telemetry/internal/browser/web_contents.py", line 239, in WaitForJavaScriptCondition
      return self._inspector_backend.WaitForJavaScriptCondition(*args, **kwargs)
    File "/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 "/b/s/w/ir/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py", line 302, in WaitForJavaScriptCondition
      e.message + '\n' + debug_message)
  TimeoutException: Timed out while waiting 90s for IsJavaScriptExpressionTrue.
  Console output:
  
  
  [  FAILED  ] system_health.memory_desktop/browse:tools:maps@{'case': 'browse', 'group': 'tools'} (143067 ms)
  [  PASSED  ] 0 tests.
  [  FAILED  ] 1 test, listed below:
  [  FAILED  ]  browse:tools:maps@{'case': 'browse', 'group': 'tools'}
  
  1 FAILED TEST
 
Project Member

Comment 1 by bugdroid1@chromium.org, Apr 25 2018

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

commit 3a8e09564493763bb148093a888ead042faeca58
Author: Lei Zhang <thestig@chromium.org>
Date: Wed Apr 25 01:30:06 2018

Disable flaky SystemHealthBenchmarkSmokeTests.

BUG=836406,836407
TBR=nednguyen@google.com

Change-Id: I477b4acd6502dc034e36f9bca12b7eb9ef1f3fbc
Reviewed-on: https://chromium-review.googlesource.com/1026694
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553412}
[modify] https://crrev.com/3a8e09564493763bb148093a888ead042faeca58/tools/perf/expectations.config

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

Components: Test>Telemetry

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

Components: -Tests>Telemetry

Sign in to add a comment