Issue #12572 has been updated by Patrick Carlisle. Status changed from Accepted to In Topic Branch Pending Review Assignee set to Patrick Carlisle Target version changed from 2.7.12 to 2.7.11 Branch set to https://github.com/pcarlisle/puppet/commits/ticket/2.7.x/12572-last-run-summary
Since this has been prioritized I've taken the quick fix and reimplemented #7106 without using a catalog. Brice, since you implemented that I added you here in case I'm missing some subtlety. The main change is at: <https://github.com/pcarlisle/puppet/commit/f1f1120d284ffa671aca1d63c1af344a9ce49a72> ---------------------------------------- Bug #12572: 2.7.10 dumps last_run_summary.yaml after each test run https://projects.puppetlabs.com/issues/12572#change-55501 Author: Justin Honold Status: In Topic Branch Pending Review Priority: High Assignee: Patrick Carlisle Category: logging Target version: 2.7.11 Affected Puppet version: 2.7.10 Keywords: Branch: https://github.com/pcarlisle/puppet/commits/ticket/2.7.x/12572-last-run-summary I noticed on a new (2.7.10) client that each 'puppetd -tv' invocation yielded a diff of last_run_summary.yaml: notice: Finished catalog run in 2.13 seconds notice: /File[/var/lib/puppet/state/last_run_summary.yaml]/content: --- /var/lib/puppet/state/last_run_summary.yaml 2012-02-10 16:44:45.738160211 -0600 +++ /tmp/puppet-file20120210-23757-1pl9l4e-0 2012-02-10 17:29:12.183128483 -0600 Much more data follows after that. I tried upgrading my master to 2.7.10, restarted, and retried - no dice. Tried again from a 2.7.6 client, which went fine. Then I upgraded it to 2.7.10, retried, and it also yielded the diff. Environment: CentOS 6.2 x64 + ruby 1.8.7 (2011-06-30 patchlevel 352) + rubygems-1.3.7-1, Puppet installed via gems. -- 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.
