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

Issue 739455 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 773510
Owner:
Last visit > 30 days ago
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug



Sign in to add a comment

telemetry_perf_unittests flaky on mac10.11

Project Member Reported by ellyjo...@chromium.org, Jul 5 2017

Issue description

This test suite is failing like this:

Retrying failed tests (attempt #1 of 3)...
[1/10] benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.browse:media:flickr_infinite_scroll failed unexpectedly 0.0000s:
  Failed to load "benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.browse:media:flickr_infinite_scroll" in run_one_test
    loadTestsFromName("benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.browse:media:flickr_infinite_scroll") failed: 'module' object has no attribute 'SystemHealthBenchmarkSmokeTest'
    Traceback (most recent call last):
      File "/b/s/w/ir/third_party/catapult/third_party/typ/typ/runner.py", line 822, in _run_one_test
        suite = child.loader.loadTestsFromName(test_name)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py", line 100, in loadTestsFromName
        parent, obj = obj, getattr(obj, part)
    AttributeError: 'module' object has no attribute 'SystemHealthBenchmarkSmokeTest'
    
    
    load_via_load_tests("benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.browse:media:flickr_infinite_scroll") returned 0 tests

for example: https://uberchromegw.corp.google.com/i/chromium.mac/builders/Mac10.11%20Tests/builds/14830

Previous runs on the same bot have succeeded, which suggests that the bot itself is okay but the test is somehow flaky. I'm not quite sure who to route this to - erikchen@, do you have any idea?
 
Cc: erikc...@chromium.org nednguyen@chromium.org
Components: Tests>Telemetry
Owner: ----
Status: Untriaged (was: Assigned)
Sounds like a catapult/telemetry bug.


Mergedinto: 725516
Status: Duplicate (was: Untriaged)
Status: Available (was: Duplicate)
This is not a duplicate of 725516, so removing that.  I have copied comments 15, 16, and 21 from 725516 to this bug, since those comments are mac specific.  725516 is an android specific bug.

Comment 15:
It seems like this bot is hit by this: https://build.chromium.org/p/chromium.mac/builders/Mac10.11%20Tests

Comment 21:
This also hangs on Mac10.11 Tests:
https://build.chromium.org/p/chromium.mac/builders/Mac10.11%20Tests/builds/15209
https://chromium-swarm.appspot.com/task?id=375701f1ed354110&refresh=10&show_raw=1

Comment 16:
This seems like a bug in typ: 
https://chromium-swarm.appspot.com/task?id=36ba31dcf9cb4810&refresh=10&show_raw=1

Dirk: can you take a look/triage?

[6/27] benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.load:search:baidu failed unexpectedly 0.0000s:
  Failed to load "benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.load:search:baidu" in run_one_test
    loadTestsFromName("benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.load:search:baidu") failed: 'module' object has no attribute 'SystemHealthBenchmarkSmokeTest'
    Traceback (most recent call last):
      File "/b/s/w/ir/third_party/catapult/third_party/typ/typ/runner.py", line 822, in _run_one_test
        suite = child.loader.loadTestsFromName(test_name)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py", line 100, in loadTestsFromName
        parent, obj = obj, getattr(obj, part)
    AttributeError: 'module' object has no attribute 'SystemHealthBenchmarkSmokeTest'

...
Retrying failed tests (attempt #3 of 3)...

[1/1] benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.load:search:baidu failed unexpectedly 0.0000s:
  Failed to load "benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.load:search:baidu" in run_one_test
    loadTestsFromName("benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.load:search:baidu") failed: 'module' object has no attribute 'SystemHealthBenchmarkSmokeTest'
    Traceback (most recent call last):
      File "/b/s/w/ir/third_party/catapult/third_party/typ/typ/runner.py", line 822, in _run_one_test
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py", line 100, in loadTestsFromName
        parent, obj = obj, getattr(obj, part)
    AttributeError: 'module' object has no attribute 'SystemHealthBenchmarkSmokeTest'
    
    
    load_via_load_tests("benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.load:search:baidu") returned 0 tests



Comment 4 by battre@chromium.org, Oct 23 2017

Owner: phajdan.jr@chromium.org
Status: Assigned (was: Available)
Pavel, could you please take a look? There are a number of flakes again...
Mergedinto: -725516 773510
Status: Duplicate (was: Assigned)

Sign in to add a comment