Project

General

Profile

Actions

Bug #25

closed

Reports might fail if puppet debuging info was enabled

Added by Ohad Levy over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Puppet Reports
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

It seems that puppet debugs doesnt send out metrics in the report?!

this causes the report list page to break, as it cant display all of the properties.

would need to look for more info

Actions #1

Updated by Ohad Levy over 14 years ago

stupid workaround to remove the invalid reports:

open a console (e.g. in Foreman dir type ./script/console production) and type:

Report.find_each {|r| r.destory if r.log.metrics.nil? }
Actions #2

Updated by Ohad Levy over 14 years ago

  • Status changed from New to Need more information
  • Target version deleted (0.1-2)
Actions #3

Updated by Ohad Levy over 14 years ago

  • Status changed from Need more information to Assigned
  • Target version set to 0.1-2

some debug messages has no metrics, this one should be ignored as invalid reports.

Actions #4

Updated by Ohad Levy over 14 years ago

  • Status changed from Assigned to Ready For Testing
  • % Done changed from 0 to 100
Actions #5

Updated by Ohad Levy over 14 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF