Issue metadata
Sign in to add a comment
|
telemetry_perf_unittests flaky on mac10.11 |
||||||||||||||||||||||||
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?
,
Jul 10 2017
,
Jul 18 2017
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
,
Oct 23 2017
Pavel, could you please take a look? There are a number of flakes again... |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by erikc...@chromium.org
, Jul 6 2017Components: Tests>Telemetry
Owner: ----
Status: Untriaged (was: Assigned)