On Mon, Sep 2, 2013 at 1:07 PM, Dustin J. Mitchell <[email protected]>wrote:
> On Mon, Sep 2, 2013 at 12:40 PM, Henrik Lindberg > <[email protected]> wrote: > > How would you ensure this? The fact that it seems to work? Do you have > > perfect test coverage? (The parser checks all code paths, not just the > ones > > that are executed in tests). > > I'd run a copy of Puppet-7.3 and parse each .pp file. If it fails to > parse, then it's not 7.3 compatible anymore :) For what it's worth this is my opinion on this front. Testing stuff like this is the job of the CI environment and testing frameworks and I don't think there's any special need to provide features within Puppet to make it easier. After all what I really want to be able to test is "Does my set of modules work with X version of Puppet" and in the future that'll be the job of "beaker"(aka puppet-acceptance), rspec-system, jenkins, or other testing framework. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev. For more options, visit https://groups.google.com/groups/opt_out.
