Re: [Rails-core] Help needed with failed tests while running Rails test suite

2009-12-31 Thread Rodrigo Rosenfeld Rosas
Matt Jones escreveu: > On Dec 31, 2009, at 6:54 AM, Rodrigo Rosenfeld Rosas wrote: > >> These are the failed tests that seem to be buggy (I'm probably on a >> different timezone of ci's, i.e Brazilian timezone): >> >> expected but was >> . >> >> expected but was >> . >> >> Does it happen with

Re: [Rails-core] Help needed with failed tests while running Rails test suite

2009-12-31 Thread Matt Jones
On Dec 31, 2009, at 6:54 AM, Rodrigo Rosenfeld Rosas wrote: > These are the failed tests that seem to be buggy (I'm probably on a > different timezone of ci's, i.e Brazilian timezone): > > expected but was > . > > expected but was > . > > Does it happen with someone else? > Any chance this is r

Re: [Rails-core] Help needed with failed tests while running Rails test suite

2009-12-31 Thread Rodrigo Rosenfeld Rosas
But looking at ci log, it seems that there are some bugs with timezones: http://mri187.ci.rubyonrails.org:/builds/rails-master-ruby-1-8-7/16f1a2b ActiveSupport builds with no error, while I get 2 failures here. I've noted this warning in my log, but I have no idea what it means: ./test/../li

Re: [Rails-core] Help needed with failed tests while running Rails test suite

2009-12-30 Thread Chad Woolley
On Wed, Dec 30, 2009 at 7:37 PM, Mike Gunderloy wrote: > And indeed, if you check http://ci.rubyonrails.org/ you can see that Rails > builds are pretty hit-or-miss on master right now. > > Mike Yeah. The Core team has been bugging me to send campfire notifications so they are more aware of brea

Re: [Rails-core] Help needed with failed tests while running Rails test suite

2009-12-30 Thread Mike Gunderloy
And indeed, if you check http://ci.rubyonrails.org/ you can see that Rails builds are pretty hit-or-miss on master right now. Mike On Dec 30, 2009, at 8:32 PM, Ryan Bigg wrote: > I'm not entirely sure that master would be 100% passing, since it's in a > state of flux now in the build up to the

Re: [Rails-core] Help needed with failed tests while running Rails test suite

2009-12-30 Thread Ryan Bigg
I'm not entirely sure that master would be 100% passing, since it's in a state of flux now in the build up to the Rails 3 beta. 2009/12/31 Rodrigo Rosenfeld Rosas > While trying to run the Rails test suite, I did: > > - git clone rails > - gem install bundler > - gem bundle > - followed inst

[Rails-core] Help needed with failed tests while running Rails test suite

2009-12-30 Thread Rodrigo Rosenfeld Rosas
While trying to run the Rails test suite, I did: - git clone rails - gem install bundler - gem bundle - followed instructions for setting up mysql databases from Rails guides included on repository - run "rake test" I miss these instructions on a RUNNING_TEST_SUITE.README. Can I submit suc