power_LoadTest.fast : veyron : fails with "IndexError: list index out of range" |
|||
Issue descriptionpower_LoadTest.fast, https://stainless.corp.google.com/browse/chromeos-autotest-results/250174083-chromeos-test/ 10/20 04:54:03.153 WARNI| test:0606| The test failed with the following exception Traceback (most recent call last): File "/usr/local/autotest/common_lib/test.py", line 600, in _exec _call_test_function(self.execute, *p_args, **p_dargs) File "/usr/local/autotest/common_lib/test.py", line 806, in _call_test_function raise error.UnhandledTestFail(e) UnhandledTestFail: Unhandled IndexError: list index out of range Traceback (most recent call last): File "/usr/local/autotest/common_lib/test.py", line 800, in _call_test_function return func(*args, **dargs) File "/usr/local/autotest/common_lib/test.py", line 464, in execute postprocess_profiled_run, args, dargs) File "/usr/local/autotest/common_lib/test.py", line 375, in _call_run_once self.postprocess_iteration() File "/usr/local/autotest/tests/power_LoadTest/power_LoadTest.py", line 527, in postprocess_iteration tdash.upload() File "/usr/local/autotest/cros/power/power_dashboard.py", line 212, in upload raw_measurement = self._convert() File "/usr/local/autotest/cros/power/power_dashboard.py", line 388, in _convert self._tag_with_checkpoint(power_dict) File "/usr/local/autotest/cros/power/power_dashboard.py", line 321, in _tag_with_checkpoint checkpoint_dict = self._create_checkpoint_dict() File "/usr/local/autotest/cros/power/power_dashboard.py", line 315, in _create_checkpoint_dict start_time = self._logger.times[0] IndexError: list index out of range
,
Oct 24
Also affecting veyron power_* tests that use power_test base class. Still need to figure out why tdash isn't producing anything to upload but probably makes sense to print warning and not throw exception regardless.
,
Oct 25
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/third_party/autotest/+/47c8b9931f4c40a678a50cb0f10dd673e6a615b7 commit 47c8b9931f4c40a678a50cb0f10dd673e6a615b7 Author: Todd Broch <tbroch@chromium.org> Date: Thu Oct 25 22:19:03 2018 power_dashboard: ignore empty readings in logger. BUG= chromium:898259 TEST=power_LoadTest.fast - test passes on veyron_* platforms - see warning, 'No readings in logger ... ignoring' Change-Id: Ia14fad264abd155799ba23050538b41f3fe5bd33 Reviewed-on: https://chromium-review.googlesource.com/1297713 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Todd Broch <tbroch@chromium.org> Reviewed-by: Puthikorn Voravootivat <puthik@chromium.org> [modify] https://crrev.com/47c8b9931f4c40a678a50cb0f10dd673e6a615b7/client/cros/power/power_dashboard.py
,
Nov 2
landed in 11194.0.0 ... see passes starting in 11195 on stainless, https://stainless.corp.google.com/search?view=matrix&row=test&col=build&first_date=2018-10-06&last_date=2018-11-02&test=power_LoadTest.fast&board=veyron_*&exclude_cts=true&exclude_not_run=false&exclude_non_release=true&exclude_au=true&exclude_acts=true&exclude_retried=true&exclude_non_production=false |
|||
►
Sign in to add a comment |
|||
Comment 1 by tbroch@google.com
, Oct 23