Hey- I was wondering if anyone else has trouble with using rake to run unit tests on Windows XP. I get a message indicating the tests have started (and my processor usage sits at near 100%), but the tests never seem to go anywhere past that. Is this a problem with my machine or is Rails on Windows that slow? Regards, J.D.
This is a problem with rake and ruby 1.8.2. Upgrading rake to 0.4.14 should fix it. http://weblog.rubyonrails.com/archives/2004/12/31/rake-0414-includes-fix-for-ruby-182/ Chris On Tue, 22 Mar 2005 16:18:00 -0500, J.D. Hollis <cowboysolitude-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey- > > I was wondering if anyone else has trouble with using rake to run unit > tests on Windows XP. I get a message indicating the tests have > started (and my processor usage sits at near 100%), but the tests > never seem to go anywhere past that. Is this a problem with my > machine or is Rails on Windows that slow? > > Regards, > J.D. > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
J.D. Hollis said:> Hey- > > I was wondering if anyone else has trouble with using rake to run unit > tests on Windows XP.Apparently yes: http://weblog.rubyonrails.com/archives/2005/01/15/having-problems-running-tests-under-182/ -- -- Jim Weirich jim-Fxty1mrVU9GlFc2d6oM/ew@public.gmane.org http://onestepback.org ----------------------------------------------------------------- "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)