Suite scheduler is hitting a ControlFileNotFound exception |
|||
Issue description
03/24 12:33:32.128 ERROR| task:1026| ControlFileNotFound: test_suites/control.android_telephony_nexus_tmo is not unique.
Traceback (most recent call last):
File "/usr/local/autotest/frontend/afe/json_rpc/serviceHandler.py", line 120, in dispatchRequest
results['result'] = self.invokeServiceEndpoint(meth, args)
File "/usr/local/autotest/frontend/afe/json_rpc/serviceHandler.py", line 160, in invokeServiceEndpoint
return meth(*args)
File "/usr/local/autotest/frontend/afe/rpc_handler.py", line 270, in new_fn
return f(*args, **keyword_args)
File "/usr/local/autotest/frontend/afe/rpc_utils.py", line 1161, in replacement
return func(**kwargs)
File "/usr/local/autotest/frontend/afe/rpc_interface.py", line 1942, in create_suite_job
control_file = _get_control_file_by_suite(suite_name)
File "/usr/local/autotest/frontend/afe/rpc_interface.py", line 1772, in _get_control_file_by_suite
return getter.get_control_file_contents_by_name(suite_name)
File "/usr/local/autotest/server/cros/dynamic_suite/control_file_getter.py", line 120, in get_control_file_contents_by_name
raise error.ControlFileNotFound(test_name + ' is not unique.')
ControlFileNotFound: test_suites/control.android_telephony_nexus_tmo is not unique.
,
Mar 24 2017
No more error since 03/24 12:39:27.681. I think the issue is fixed. will check in couple hours.
,
Jun 12 2017
,
Jan 22 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by pho...@chromium.org
, Mar 24 2017