--
You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to puppe...@googlegroups.com.
To unsubscribe from this group, send email to puppet-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
> Here's the gist of what's going on:
1,000 Internets for the correct use of "gist." :)
r
--
Recent rspec supports an `--order random`, as well as `--order
random:${seed}` which runs with a fixed seed. The random order prints
the seed at the end; you can use that to shuffle the tests and help
discover these.
Sadly, Puppet doesn't fully pass with that option, and I have not yet
finished purging them, so you will get some genuine but unconnected
positives. You can have a cookie for fixing them along the way,
though. ;)
--
Daniel Pittman
⎋ Puppet Labs Developer – http://puppetlabs.com
♲ Made with 100 percent post-consumer electrons
Doh. I didn't click through to your gist before I replied. It looks like you've already identified the problematic test, so most of what I posted will be of no use to you. :(
--
I never found debugger inspection very useful compared to bisection
because the source is often very, very opaque and distant - so unless
I knew what I was looking for, I never found it.
--
I just bisect with `rspec spec/[a-m]* spec/my/failing_spec.rb`, and
then narrow it down that way. The script is a faster way to do that.
I never found debugger inspection very useful compared to bisection
because the source is often very, very opaque and distant - so unless
I knew what I was looking for, I never found it.