autotest suite passes but JSON results returned are failed |
|||||
Issue descriptionhttps://uberchromegw.corp.google.com/i/chromeos/builders/auron_yuna-release/builds/250/steps/HWTest%20%5Bbvt-inline%5D/logs/stdio @@@STEP_LINK@Link to suite@http://cautotest.corp.google.com/afe/#tab_id=view_job&object_id=71191068@@@ Suite job [ PASSED ] but... the JSON response has: #JSON_START#{"return_code": 3, "return_message": "Unhandled run_suite exception: Error decoding JSON reponse:\n...
,
Jul 28 2016
,
Aug 2 2016
I'll finish up the debug on this and dedupe it if it's the same as https://bugs.chromium.org/p/chromium/issues/detail?id=606071
,
Aug 18 2016
We saw this error last night on daisy-release: https://uberchromegw.corp.google.com/i/chromeos/builders/daisy-release/builds/312
,
Aug 18 2016
By the way, the JSON object printed out is about 120K, which makes for an extremely long line, not really friendly when grepping in the log. Does it need to be that large?
,
Mar 10 2018
This bug has not been touched in over a year. It is probably no longer relevant. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by kevcheng@chromium.org
, Jul 28 2016Ran the command on cautotest locally and it succeeded and it succeeded this time. Maybe there was an AFE error? $ ./run_suite.py --json_dump -m 71191068 --build auron_yuna-release/R54-8645.0.0 --board auron_yuna --suite_name bvt-inline #JSON_START#{"autotest_instance": "cautotest", "return_code": 0, "suite_job_id": 71191068,... maybe it might be https://bugs.chromium.org/p/chromium/issues/detail?id=606071?