On Apr 29, 2009, at 3:44 PM, Stephan Gorget - Stagiaire wrote: > > I am trying to set up a dev environnement to run the tests on a > computer > I'm not root on. But I have 55 errors during the tests, here is my > configuration : > > Installed from source : > ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-linux] (installed with > prefix option) > rake, version 0.8.4 > sqlite, version 3.6.13 > rubygems, version 1.3.2 > > Installed from gem : > actionpack-2.3.2.gem > mocha-0.9.5.gem > rails-2.3.2.gem > rspec-1.2.2.gem > sqlite3-ruby-1.2.4.gem > > tests logs : http://pastie.org/462457 > spec log : http://pastie.org/462467
Seems like there's something kind of fundamentally broken. Most of those tests imply that something is quite broken, rather than being local problems. Unfortunately, those are quite difficult to track down remotely. I know that the spec files run in inverse order of modification or something like that, so sometimes the tests running in a different order will break things. That doesn't provide you much help, though. I'd try running those individual test files that are failing. If they work fine on their own, then you've got conflicts between tests. I wouldn't be surprised if the master branch has acquired a few broken tests, but it shouldn't be anywhere near that many. -- Getting caught is the mother of invention. --Robert Byrne --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
