Project

General

Profile

Actions

Bug #10283

closed

teuthology-suite logs 'Scheduling <fixed-string>'

Added by Dan Mick over 9 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

063ef06a6d613bc48d8d327206334f28cd99465e split the main schedule loop into two, an "append to jobs_to_schedule" and a "process jobs_to_schedule", but the second loop now logs an unchanging variable 'description' from the prior loop:

    for job_tuple in jobs_to_schedule:
        arg = job_tuple[1]
        log.info(
            'Scheduling %s', description
        )

It needs to extract the appropriate description from the arg list for logging.

Actions #1

Updated by Dan Mick over 9 years ago

...or keep the job description in the per-job info as well, which seems cleaner.

Actions #2

Updated by Dan Mick over 9 years ago

  • Status changed from New to Fix Under Review
Actions #4

Updated by Dan Mick over 9 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF