testRunTelemetryBenchmarkAsGoogletest failing on ChromeOS |
|||||||
Issue descriptionhttps://luci-milo.appspot.com/buildbot/chromiumos.chromium/amd64-generic-telemetry/12131 I will disable the test on this platform.
,
Aug 14 2017
I think this is the same error I was getting before updating the isolate dependencies so I'm guessing those need to be updated wherever this was failing as well My best guess is that https://cs.chromium.org/chromium/src/chrome/test/BUILD.gn?l=1018 needs the following lines added: # For smoke testing run_telemetry_benchmark_as_googletest "//testing/scripts/run_telemetry_benchmark_as_googletest.py", Any recommendations for a trybot I could trigger to verify my guess? 08/11 16:18:13.358 INFO |run_chromeos_tests:0052| [320/323] scripts_smoke_unittest.ScriptsSmokeTest.testRunTelemetryBenchmarkAsGoogletest queued 08/11 16:18:13.368 INFO |run_chromeos_tests:0052| [321/323] scripts_smoke_unittest.ScriptsSmokeTest.testRunTelemetryBenchmarkAsGoogletest failed unexpectedly 0.0529s: 08/11 16:18:13.369 INFO |run_chromeos_tests:0052| Traceback (most recent call last): 08/11 16:18:13.370 INFO |run_chromeos_tests:0052| File "/usr/local/telemetry/src/tools/perf/scripts_smoke_unittest.py", line 70, in testRunTelemetryBenchmarkAsGoogletest 08/11 16:18:13.371 INFO |run_chromeos_tests:0052| self.assertEquals(return_code, 0, stdout) 08/11 16:18:13.372 INFO |run_chromeos_tests:0052| AssertionError: /usr/bin/python: can't open file '../../testing/scripts/run_telemetry_benchmark_as_googletest.py': [Errno 2] No such file or directory
,
Aug 14 2017
,
Aug 14 2017
Ashley: I think this happen because how ChromeOS bots are setup is currently vastly different from usual CHromium bots. I reassign this to bccheng@ to triage/prioritize fixing the tests.
,
Aug 14 2017
Ah that makes sense Thanks for clarifying Ned!
,
Aug 14 2017
ashleymarie@: If you have time, you can look at http://go/cros-vm to try this change out for yourself on ChromeOS. If you have any issues, please feel free to reach out.
,
Aug 14 2017
To #6: the failure here is not the test failure but how the files are packaged on cros test environment: 08/11 16:18:13.372 INFO |run_chromeos_tests:0052| AssertionError: /usr/bin/python: can't open file '../../testing/scripts/run_telemetry_benchmark_as_googletest.py': [Errno 2] No such file or directory Somehow cros is not even using run_telemetry_benchmark_as_googletest test script.
,
Jan 16
,
Jan 16
|
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 by bugdroid1@chromium.org
, Aug 12 2017