Michael Schoen
2006-Jul-06 05:47 UTC
Rails AR/Oracle Unit Test: [4505] failed (getting worse)
"bitsweat" has kicked AR/Oracle while it was down...
http://dev.rubyonrails.org/changeset/4505
------------------------------------------------------------------------
r4505 | bitsweat | 2006-06-28 16:51:50 -0700 (Wed, 28 Jun 2006) | 1 line
Don''t assume Active Record is available. Closes #5497.
------------------------------------------------------------------------
U activerecord/lib/active_record/fixtures.rb
U railties/lib/tasks/databases.rake
U railties/CHANGELOG
Updated to revision 4505.
1) Error:
test_allow_nil_address_set_to_nil(AggregationsTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `customers''
./test/aggregations_test.rb:86:in
`test_allow_nil_address_set_to_nil''
2) Error:
test_allow_nil_gps_is_nil(AggregationsTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `customers''
./test/aggregations_test.rb:68:in `test_allow_nil_gps_is_nil''
3) Error:
test_allow_nil_gps_set_to_nil(AggregationsTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `customers''
./test/aggregations_test.rb:72:in `test_allow_nil_gps_set_to_nil''
4) Error:
test_allow_nil_set_address_attributes_to_nil(AggregationsTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `customers''
./test/aggregations_test.rb:79:in
`test_allow_nil_set_address_attributes_to_nil''
5) Error:
test_change_single_value_object(AggregationsTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `customers''
./test/aggregations_test.rb:21:in `test_change_single_value_object''
6) Error:
test_find_multiple_value_object(AggregationsTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `customers''
./test/aggregations_test.rb:14:in `test_find_multiple_value_object''
7) Error:
test_find_single_value_object(AggregationsTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `customers''
./test/aggregations_test.rb:8:in `test_find_single_value_object''
8) Error:
test_immutable_value_objects(AggregationsTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `customers''
./test/aggregations_test.rb:27:in `test_immutable_value_objects''
9) Error:
test_inferred_mapping(AggregationsTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `customers''
./test/aggregations_test.rb:32:in `test_inferred_mapping''
10) Error:
test_reloaded_instance_refreshes_aggregations(AggregationsTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `customers''
./test/aggregations_test.rb:49:in
`test_reloaded_instance_refreshes_aggregations''
11) Error:
test_adding_macro_callbacks(AssociationCallbacksTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `authors''
./test/association_callbacks_test.rb:13:in `setup_without_fixtures''
./test/../lib/active_record/fixtures.rb:557:in `setup''
12) Error:
test_adding_with_proc_callbacks(AssociationCallbacksTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `authors''
./test/association_callbacks_test.rb:13:in `setup_without_fixtures''
./test/../lib/active_record/fixtures.rb:557:in `setup''
13) Error:
test_dont_add_if_before_callback_raises_exception(AssociationCallbacksTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `authors''
./test/association_callbacks_test.rb:13:in `setup_without_fixtures''
./test/../lib/active_record/fixtures.rb:557:in `setup''
14) Error:
test_has_and_belongs_to_many_add_callback(AssociationCallbacksTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `authors''
./test/association_callbacks_test.rb:13:in `setup_without_fixtures''
./test/../lib/active_record/fixtures.rb:557:in `setup''
15) Error:
test_has_and_belongs_to_many_remove_callback(AssociationCallbacksTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `authors''
./test/association_callbacks_test.rb:13:in `setup_without_fixtures''
./test/../lib/active_record/fixtures.rb:557:in `setup''
16) Error:
test_has_and_belongs_to_many_remove_callback_on_clear(AssociationCallbacksTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `authors''
./test/association_callbacks_test.rb:13:in `setup_without_fixtures''
./test/../lib/active_record/fixtures.rb:557:in `setup''
17) Error:
test_multiple_callbacks(AssociationCallbacksTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `authors''
./test/association_callbacks_test.rb:13:in `setup_without_fixtures''
./test/../lib/active_record/fixtures.rb:557:in `setup''
18) Error:
test_push_with_attributes(AssociationCallbacksTest):
NoMethodError: undefined method `[]'' for nil:NilClass
./test/../lib/active_record/fixtures.rb:481:in `authors''