New issue
Advanced search Search tips

Issue 869118 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

system_health.memory_desktop/long_running:tools:gmail-background are flaky on linux-perf

Project Member Reported by nednguyen@chromium.org, Jul 30

Issue description

This test have been flaky for quite a long time:

https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=performance_test_suite&tests=system_health.memory_desktop%2Flong_running%3Atools%3Agmail-background

Log: https://console.developers.google.com/m/cloudstorage/b/chrome-telemetry-output/o/435737a8-941b-11e8-8f20-509a4c656174

(ERROR) 2018-07-30 09:44:55,033 story_runner.ProcessError:100  Handleable error. Will try to restart shared state
Traceback (most recent call last):
  File "/b/s/w/ir/third_party/catapult/telemetry/telemetry/internal/story_runner.py", line 125, 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 310, in RunStory
    self._current_page.Run(self)
  File "/b/s/w/ir/third_party/catapult/telemetry/telemetry/page/__init__.py", line 99, in Run
    self.RunPageInteractions(action_runner)
  File "/b/s/w/ir/tools/perf/page_sets/system_health/long_running_stories.py", line 29, in RunPageInteractions
    action_runner.MeasureMemory()
  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 162, in MeasureMemory
    raise exceptions.StoryActionError('Unable to obtain memory dump')
StoryActionError: Unable to obtain memory dump
(INFO) 2018-07-30 09:44:55,034 browser.DumpStateUponFailure:346  *************** BROWSER STANDARD OUTPUT ***************
(INFO) 2018-07-30 09:44:55,034 browser.DumpStateUponFailure:348  [26917:26917:0730/094324.697168:ERROR:browser_dm_token_storage_linux.cc(93)] Error: /etc/machine-id contains 32 characters (32 were expected).
Fontconfig warning: "/etc/fonts/fonts.conf", line 86: unknown element "blank"


I will disable this test on Linux platform due to it has been being flaky for a long time.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jul 30

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

commit 82a73484ee8fea76f3f7e53fa87013a5fa5871aa
Author: Ned Nguyen <nednguyen@google.com>
Date: Mon Jul 30 20:09:16 2018

Disable system_health.memory_desktop/long_running:tools:gmail-background  on Linux

NOTRY=true
TBR=sullivan@chromium.org, tdresser@chromium.org

Bug: 869118
Change-Id: I1f0396007854559991bad785b036abbdae11f18b
Reviewed-on: https://chromium-review.googlesource.com/1155647
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#579142}
[modify] https://crrev.com/82a73484ee8fea76f3f7e53fa87013a5fa5871aa/tools/perf/expectations.config

Sign in to add a comment