New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 848908 link

Starred by 1 user

Issue metadata

Status: Started
Owner:
Last visit > 30 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug



Sign in to add a comment

wmatrix importer is failing

Project Member Reported by haddowk@chromium.org, Jun 1 2018

Issue description

ERROR:root:ts_mon monitoring is disabled because the endpoint provided is invalid or not supported: 
ERROR:root:ts_mon monitoring is disabled because the endpoint provided is invalid or not supported: 
Traceback (most recent call last):
  File "/whining/src/backend/update_wmdb.py", line 37, in <module>
    init_days=options.init_days)
  File "/whining/src/backend/update_lib.py", line 123, in wrapped_query
    settings.settings.suite_scheduler_ini)
  File "/whining/src/backend/get_schedule.py", line 53, in get_schedule
    with open(sched_ini) as f:
IOError: [Errno 2] No such file or directory: '/usr/local/autotest/suite_scheduler.ini'

 
Cc: mattmallett@chromium.org
Owner: mattmallett@chromium.org
Status: Started (was: Available)
Is this different from http://crbug.com/848596

The stack traces are different, but could be related issues. Where is this log from? /var/log/whining/update.log.old ?
Yes that is where the log is from.

I believe they are related, I think if the importer has never run you get that other exception.

https://cs.corp.google.com/chromeos_public/src/third_party/whining/src/backend/update_lib.py?rcl=c325abd3eff318af433a1a5667f5d2745f893945&l=121

Need to remove this code and see if it still works.

Sign in to add a comment