The build failed. CHANGES ------- Revision ...f61dc0e committed by Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> on 2009-09-03 18:40:03 Remove a useless method in the fixture template class actionpack/test/lib/fixture_template.rb | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) TEST FAILURES AND ERRORS ----------------------- Name: test_template_changes_are_not_reflected_with_cached_templates(CompiledTemplatesTest) Type: Failure Message: <"Hello world!"> expected but was <"Goodbye world!">. ./test/template/compiled_templates_test.rb:23:in `test_template_changes_are_not_reflected_with_cached_templates'' ./test/template/compiled_templates_test.rb:57:in `modify_template'' ./test/template/compiled_templates_test.rb:22:in `test_template_changes_are_not_reflected_with_cached_templates'' /usr/local/lib/ruby/gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'' /usr/local/lib/ruby/gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run'' See http://ci.rubyonrails.org/builds/rails/f61dc0e for details.
It looks like this last test failure just won''t pass on CI as it is running 1.8.6, from the code: # This is broken in 1.8.6 (not supported in Rails 3.0) because the cache uses a Hash # key. Since Ruby 1.8.6 implements Hash#hash using the hash''s object_id, it will never # successfully get a cache hit here. def test_template_changes_are_not_reflected_with_cached_templates What to do? Upgrade to 1.8.7? Get some kind of multi-ruby CI going? -jp On Thu, Sep 3, 2009 at 2:53 PM, <thewoolleyman@gmail.com> wrote:> > The build failed. > > CHANGES > ------- > Revision ...f61dc0e committed by Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> on 2009-09-03 18:40:03 > > Remove a useless method in the fixture template class > > actionpack/test/lib/fixture_template.rb | 4 ---- > 1 files changed, 0 insertions(+), 4 deletions(-) > > > > TEST FAILURES AND ERRORS > ----------------------- > Name: test_template_changes_are_not_reflected_with_cached_templates(CompiledTemplatesTest) > Type: Failure > Message: <"Hello world!"> expected but was > <"Goodbye world!">. > > ./test/template/compiled_templates_test.rb:23:in `test_template_changes_are_not_reflected_with_cached_templates'' > ./test/template/compiled_templates_test.rb:57:in `modify_template'' > ./test/template/compiled_templates_test.rb:22:in `test_template_changes_are_not_reflected_with_cached_templates'' > /usr/local/lib/ruby/gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `__send__'' > /usr/local/lib/ruby/gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run'' > > > > > See http://ci.rubyonrails.org/builds/rails/f61dc0e for details. > > > >
On Thu, Sep 3, 2009 at 12:13 PM, John Pignata <john.pignata@gmail.com>wrote:> It looks like this last test failure just won''t pass on CI as it is > running 1.8.6, from the code: > > # This is broken in 1.8.6 (not supported in Rails 3.0) because the > cache uses a Hash > # key. Since Ruby 1.8.6 implements Hash#hash using the hash''s > object_id, it will never > # successfully get a cache hit here. > def test_template_changes_are_not_reflected_with_cached_templates > > What to do? Upgrade to 1.8.7? Get some kind of multi-ruby CI going? > >Yeah, core team says 186 is now unsupported. I''ve disabled the emails until I upgrade the server (I already have another 187 CI box running, just need to make sure all the latest is green under that environment). And yes, we are working on a multi-interpreter CI - it is well underway. Stay tuned :) -- Chad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---