https://chromium-swarm.appspot.com/task?id=3633dbbcc7565310
In this task, an exception occurred preventing the test from running.
When gathering the isolated output of the task's result json, the returned value is
{
'global_tags': [],
'disabled_tests': [],
'all_tests': [],
'per_iteration_data': [],
'links': {}
}
There should be some way to tell in the response that something went wrong, or still get parts such as all_tests or disabled_tests with some values independently of the test runner's execution status.
Comment 1 by st...@chromium.org
, Nov 10 2017Components: -Tools>Test>FindIt
Labels: -Pri-3 Pri-2
Summary: Android test runner produces empty output.json when itself fails (was: Output of swarming task is empty)
jbudorick@, shenghuazhang@: How to interpret the output.json to determine whether the result is valid or invalid? And is it possible for the Android test runner to produce the full list of test ("all_tests") even the test runner runs into issues like in the above Swarming task?