Issue #4883 has been updated by James Turnbull. Target version changed from queued to Statler
---------------------------------------- Refactor #4883: Encapsulate RRDtool librrd4 logic so that it's cleaner and easier to test https://projects.puppetlabs.com/issues/4883 Author: Matt Robinson Status: Accepted Priority: Low Assignee: Category: testing Target version: Statler Affected Puppet version: 2.6.1 Branch: Lots of rrd reporting is poorly tested. RRDtool is no longer maintained so ticket #4726 included support for librrd4. To do this there's a lot of if/else statements that check which rrd library you're using which makes it harder to write good tests. RRD logic should be wrapped in a class so that we can easily stub the methods to write better tests and make switching out rrd libraries easier in the future. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
