Issue #21884 has been updated by Chris Price.
To reproduce this: * You can use an empty catalog. * on master/HEAD, via debugger or print/log statement here: [https://github.com/puppetlabs/puppet/blob/master/lib/puppet/reports/store.rb#L16](https://github.com/puppetlabs/puppet/blob/master/lib/puppet/reports/store.rb#L16) examine the value of: resource_statuses.values.map {|s| s.skipped } You will see that they are all false. * Checkout a commit prior to the one referenced in the description; e.g., 3.2.3. * Repeat the debug/log/print steps above, and you'll see that the `skipped` value is `true` for all of the `Schedule` events. ---------------------------------------- Bug #21884: Schedule events status in reports has changed https://projects.puppetlabs.com/issues/21884#change-95219 * Author: Chris Price * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target version: * Affected Puppet version: * Keywords: * Branch: ---------------------------------------- Prior to this commit: [https://github.com/puppetlabs/puppet/commit/f51e967b73ff0154801f514aff40ca524bdd8ab1](https://github.com/puppetlabs/puppet/commit/f51e967b73ff0154801f514aff40ca524bdd8ab1) Every puppet report would include a `resource_status` for the 5-ish built-in `Schedule` events (monthly, daily, weekly, etc.), and these `resource_status` objects would be marked as `skipped`. After the referenced commit, these `resource_status` objects still show up in the report, but the value for `skipped` is now set to `false`. I am not sure what the implications of this change are, but since it's a change in behavior and didn't seem to be expected based on my initial conversations with the dev team, I thought it was worth bringing it up for further discussion / investigation. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
