Actions
Bug #25
closedReports might fail if puppet debuging info was enabled
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
Updated by Ohad Levy over 15 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? }
Updated by Ohad Levy about 15 years ago
- Status changed from New to Need more information
- Target version deleted (
0.1-2)
Updated by Ohad Levy about 15 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.
Updated by Ohad Levy about 15 years ago
- Status changed from Assigned to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 0f41962949123ab6a681836488975ef86968d67f.
Updated by Ohad Levy about 15 years ago
- Status changed from Ready For Testing to Closed
Actions