Michael Schoen
2007-Jan-12 21:55 UTC
Rails AR/Oracle Unit Test: [5909] failed (getting worse)
"bitsweat" has kicked AR/Oracle while it was down...
http://dev.rubyonrails.org/changeset/5909
------------------------------------------------------------------------
r5909 | bitsweat | 2007-01-12 02:31:24 -0800 (Fri, 12 Jan 2007) | 1 line
Failing test for exempt_from_layout :rhtml. References #6742.
------------------------------------------------------------------------
U actionpack/test/controller/layout_test.rb
Updated to revision 5909.
1) Failure:
test_limited_eager_with_multiple_order_columns(EagerAssociationTest)
[./test/associations/eager_test.rb:301]:
<[#<StiPost:0x45e08564
@attributes {"body"=>"hello",
"title"=>"sti me",
"taggings_count"=>0,
"type"=>"StiPost",
"id"=>5,
"author_id"=>1}>,
#<Post:0x45e170b4
@attributes {"body"=>"hello",
"title"=>"sti comments",
"taggings_count"=>0,
"type"=>"Post",
"id"=>4,
"author_id"=>1}>]> expected but was
<[#<SpecialPost:0x45e008dc
@attributes {"body"=>"Like I hopefully always am",
"title"=>"So I was thinking",
"taggings_count"=>0,
"type"=>"SpecialPost",
"id"=>2,
"author_id"=>1},
@author #<Author:0x45e00120
@attributes={"name"=>"David", "id"=>1,
"author_address_id"=>nil},
@post_log=[]>,
@comments [#<SpecialComment:0x45dffb6c
@attributes={"body"=>"Don''t think too hard",
"type"=>"SpecialComment", "post_id"=>2,
"id"=>3}>]>,
#<Post:0x45dff658
@attributes {"body"=>"hello",
"title"=>"sti comments",
"taggings_count"=>0,
"type"=>"Post",
"id"=>4,
"author_id"=>1},
@author #<Author:0x45dfce80
@attributes={"name"=>"David", "id"=>1,
"author_address_id"=>nil},
@post_log=[]>,
@comments [#<SpecialComment:0x45dfe62c
@attributes={"body"=>"Special type 2",
"type"=>"SpecialComment", "post_id"=>4,
"id"=>7}>, #<Comment:0x45dfdaec
@attributes={"body"=>"Normal type",
"type"=>"Comment", "post_id"=>4,
"id"=>8}>, #<VerySpecialComment:0x45dfd268
@attributes={"body"=>"Very Special type",
"type"=>"VerySpecialComment", "post_id"=>4,
"id"=>5}>, #<SpecialComment:0x45dfca5c
@attributes={"body"=>"Special type",
"type"=>"SpecialComment", "post_id"=>4,
"id"=>6}>]>]>.
2) Failure:
test_limited_eager_with_order(EagerAssociationTest)
[./test/associations/eager_test.rb:295]:
<[#<SpecialPost:0x45dc5160
@attributes {"body"=>"Like I hopefully always am",
"title"=>"So I was thinking",
"taggings_count"=>0,
"type"=>"SpecialPost",
"id"=>2,
"author_id"=>1}>,
#<Post:0x45dc2b54
@attributes {"body"=>"hello",
"title"=>"sti comments",
"taggings_count"=>0,
"type"=>"Post",
"id"=>4,
"author_id"=>1}>]> expected but was
<[#<Post:0x45dbc5d8
@attributes {"body"=>"hello",
"title"=>"sti comments",
"taggings_count"=>0,
"type"=>"Post",
"id"=>4,
"author_id"=>1},
@author #<Author:0x45dba33c
@attributes={"name"=>"David", "id"=>1,
"author_address_id"=>nil},
@post_log=[]>,
@comments [#<SpecialComment:0x45dbb674
@attributes={"body"=>"Special type",
"type"=>"SpecialComment", "post_id"=>4,
"id"=>6}>, #<SpecialComment:0x45dbaee0
@attributes={"body"=>"Special type 2",
"type"=>"SpecialComment", "post_id"=>4,
"id"=>7}>, #<Comment:0x45dba7b0
@attributes={"body"=>"Normal type",
"type"=>"Comment", "post_id"=>4,
"id"=>8}>, #<VerySpecialComment:0x45dba0bc
@attributes={"body"=>"Very Special type",
"type"=>"VerySpecialComment", "post_id"=>4,
"id"=>5}>]>,
#<SpecialPost:0x45db9d60
@attributes {"body"=>"Like I hopefully always am",
"title"=>"So I was thinking",
"taggings_count"=>0,
"type"=>"SpecialPost",
"id"=>2,
"author_id"=>1},
@author #<Author:0x45db9888
@attributes={"name"=>"David", "id"=>1,
"author_address_id"=>nil},
@post_log=[]>,
@comments [#<SpecialComment:0x45db91a8
@attributes={"body"=>"Don''t think too hard",
"type"=>"SpecialComment", "post_id"=>2,
"id"=>3}>]>]>.
3) Failure:
test_no_locks_no_wait(PessimisticLockingTest) [./test/locking_test.rb:150]:
<false> is not true.
1019 tests, 3915 assertions, 3 failures, 0 errors
rake aborted!
Command failed with status (1): [/usr/pkg/ruby184/bin/ruby -Ilib:test:test/...]
(See full trace by running task with --trace)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---