This project is archived and is in readonly mode.

#3389 ✓invalid
Kieran P

[Tests] Deprecation in all tests, StatementInvalid in ActiveRecord

Reported by Kieran P | October 18th, 2009 @ 06:32 AM

I pulled master just now, ran 'gem bundle' in all folders containing a Gemfile, and now I'm getting the following when running tests.

It would seem things are not in a well state :-(

Edit 1: I'm going to keep checking this daily. Please check back. Be assured I am running 'gem bundle' in each directory before the tests.

Edit 2: Nice. With only one single gem bundle to run, down to one last error in ActiveRecord. No one on IRC knows how to fix this one :-( Still getting a bunch of deprecation warnings too.

kieran:~/Other/RailsEdge/rails-master - origin/master - not modified
% rake
(in /Users/kieran/Other/RailsEdge/rails-master)
(in /Users/kieran/Other/RailsEdge/rails-master/activesupport)
/opt/ruby-enterprise-1.8.7-20090928/bin/ruby -w -I"lib:test" "/opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/benchmarkable_test.rb" "test/buffered_logger_test.rb" "test/caching_test.rb" "test/callback_inheritance_test.rb" "test/callbacks_test.rb" "test/clean_backtrace_test.rb" "test/clean_logger_test.rb" "test/concern_test.rb" "test/core_ext/array_ext_test.rb" "test/core_ext/base64_ext_test.rb" "test/core_ext/blank_test.rb" "test/core_ext/boolean_ext_test.rb" "test/core_ext/cgi_ext_test.rb" "test/core_ext/class/attribute_accessor_test.rb" "test/core_ext/class/class_inheritable_attributes_test.rb" "test/core_ext/class/delegating_attributes_test.rb" "test/core_ext/class_test.rb" "test/core_ext/date_ext_test.rb" "test/core_ext/date_time_ext_test.rb" "test/core_ext/duplicable_test.rb" "test/core_ext/duration_test.rb" "test/core_ext/enumerable_test.rb" "test/core_ext/exception_test.rb" "test/core_ext/file_test.rb" "test/core_ext/float_ext_test.rb" "test/core_ext/hash_ext_test.rb" "test/core_ext/integer_ext_test.rb" "test/core_ext/kernel_test.rb" "test/core_ext/load_error_test.rb" "test/core_ext/module/attr_accessor_with_default_test.rb" "test/core_ext/module/attr_internal_test.rb" "test/core_ext/module/attribute_accessor_test.rb" "test/core_ext/module/attribute_aliasing_test.rb" "test/core_ext/module/synchronization_test.rb" "test/core_ext/module_test.rb" "test/core_ext/name_error_test.rb" "test/core_ext/nil_ext_test.rb" "test/core_ext/numeric_ext_test.rb" "test/core_ext/object_and_class_ext_test.rb" "test/core_ext/object_ext_test.rb" "test/core_ext/proc_test.rb" "test/core_ext/range_ext_test.rb" "test/core_ext/regexp_ext_test.rb" "test/core_ext/string_ext_test.rb" "test/core_ext/symbol_test.rb" "test/core_ext/time_ext_test.rb" "test/core_ext/time_with_zone_test.rb" "test/core_ext/uri_ext_test.rb" "test/dependencies_test.rb" "test/deprecation_test.rb" "test/flush_cache_on_private_memoization_test.rb" "test/gzip_test.rb" "test/i18n_test.rb" "test/inflector_test.rb" "test/isolation_test.rb" "test/json/decoding_test.rb" "test/json/encoding_test.rb" "test/memoizable_test.rb" "test/message_encryptor_test.rb" "test/message_verifier_test.rb" "test/multibyte_chars_test.rb" "test/multibyte_unicode_database_test.rb" "test/multibyte_utils_test.rb" "test/notifications_test.rb" "test/option_merger_test.rb" "test/ordered_hash_test.rb" "test/ordered_options_test.rb" "test/rescuable_test.rb" "test/secure_random_test.rb" "test/string_inquirer_test.rb" "test/test_test.rb" "test/time_zone_test.rb" "test/whiny_nil_test.rb" "test/xml_mini/jdom_engine_test.rb" "test/xml_mini/libxml_engine_test.rb" "test/xml_mini/nokogiri_engine_test.rb" "test/xml_mini/rexml_engine_test.rb" 
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/../lib/active_support/core_ext/string/output_safety.rb:34: warning: method redefined; discarding old concat
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Loaded suite /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 9.710096 seconds.

1869 tests, 7641 assertions, 0 failures, 0 errors
(in /Users/kieran/Other/RailsEdge/rails-master/actionpack)
/opt/ruby-enterprise-1.8.7-20090928/bin/ruby -I"lib:test" "/opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/abstract/abstract_controller_test.rb" "test/abstract/callbacks_test.rb" "test/abstract/helper_test.rb" "test/abstract/layouts_test.rb" "test/controller/action_pack_assertions_test.rb" "test/controller/addresses_render_test.rb" "test/controller/assert_select_test.rb" "test/controller/base_test.rb" "test/controller/benchmark_test.rb" "test/controller/caching_test.rb" "test/controller/capture_test.rb" "test/controller/content_type_test.rb" "test/controller/cookie_test.rb" "test/controller/deprecation/deprecated_base_methods_test.rb" "test/controller/dispatcher_test.rb" "test/controller/filter_params_test.rb" "test/controller/filters_test.rb" "test/controller/flash_test.rb" "test/controller/helper_test.rb" "test/controller/http_basic_authentication_test.rb" "test/controller/http_digest_authentication_test.rb" "test/controller/integration_test.rb" "test/controller/layout_test.rb" "test/controller/logging_test.rb" "test/controller/mime_responds_test.rb" "test/controller/new_base/base_test.rb" "test/controller/new_base/content_negotiation_test.rb" "test/controller/new_base/content_type_test.rb" "test/controller/new_base/etag_test.rb" "test/controller/new_base/metal_test.rb" "test/controller/new_base/middleware_test.rb" "test/controller/new_base/render_action_test.rb" "test/controller/new_base/render_file_test.rb" "test/controller/new_base/render_implicit_action_test.rb" "test/controller/new_base/render_layout_test.rb" "test/controller/new_base/render_partial_test.rb" "test/controller/new_base/render_rjs_test.rb" "test/controller/new_base/render_template_test.rb" "test/controller/new_base/render_test.rb" "test/controller/new_base/render_text_test.rb" "test/controller/new_base/render_xml_test.rb" "test/controller/output_escaping_test.rb" "test/controller/record_identifier_test.rb" "test/controller/redirect_test.rb" "test/controller/render_js_test.rb" "test/controller/render_json_test.rb" "test/controller/render_other_test.rb" "test/controller/render_test.rb" "test/controller/render_xml_test.rb" "test/controller/request/test_request_test.rb" "test/controller/request_forgery_protection_test.rb" "test/controller/rescue_test.rb" "test/controller/resources_test.rb" "test/controller/routing_test.rb" "test/controller/selector_test.rb" "test/controller/send_file_test.rb" "test/controller/test_test.rb" "test/controller/translation_test.rb" "test/controller/url_rewriter_test.rb" "test/controller/verification_test.rb" "test/controller/view_paths_test.rb" "test/controller/webservice_test.rb" "test/dispatch/header_test.rb" "test/dispatch/middleware_stack_test.rb" "test/dispatch/mime_type_test.rb" "test/dispatch/rack_test.rb" "test/dispatch/request/json_params_parsing_test.rb" "test/dispatch/request/multipart_params_parsing_test.rb" "test/dispatch/request/query_string_parsing_test.rb" "test/dispatch/request/url_encoded_params_parsing_test.rb" "test/dispatch/request/xml_params_parsing_test.rb" "test/dispatch/request_test.rb" "test/dispatch/response_test.rb" "test/dispatch/session/cookie_store_test.rb" "test/dispatch/session/mem_cache_store_test.rb" "test/dispatch/session/test_session_test.rb" "test/dispatch/show_exceptions_test.rb" "test/dispatch/static_test.rb" "test/dispatch/string_coercion_test.rb" "test/dispatch/test_request_test.rb" "test/template/active_model_helper_i18n_test.rb" "test/template/active_model_helper_test.rb" "test/template/ajax_test.rb" "test/template/asset_tag_helper_test.rb" "test/template/atom_feed_helper_test.rb" "test/template/body_parts_test.rb" "test/template/capture_helper_test.rb" "test/template/compiled_templates_test.rb" "test/template/date_helper_i18n_test.rb" "test/template/date_helper_test.rb" "test/template/erb_util_test.rb" "test/template/form_helper_test.rb" "test/template/form_options_helper_i18n_test.rb" "test/template/form_options_helper_test.rb" "test/template/form_tag_helper_test.rb" "test/template/html-scanner/cdata_node_test.rb" "test/template/html-scanner/document_test.rb" "test/template/html-scanner/node_test.rb" "test/template/html-scanner/sanitizer_test.rb" "test/template/html-scanner/tag_node_test.rb" "test/template/html-scanner/text_node_test.rb" "test/template/html-scanner/tokenizer_test.rb" "test/template/javascript_helper_test.rb" "test/template/number_helper_i18n_test.rb" "test/template/number_helper_test.rb" "test/template/output_buffer_test.rb" "test/template/prototype_helper_test.rb" "test/template/raw_output_helper_test.rb" "test/template/record_tag_helper_test.rb" "test/template/render_test.rb" "test/template/safe_buffer_test.rb" "test/template/sanitize_helper_test.rb" "test/template/scriptaculous_helper_test.rb" "test/template/tag_helper_test.rb" "test/template/test_case_test.rb" "test/template/test_test.rb" "test/template/text_helper_test.rb" "test/template/translation_helper_test.rb" "test/template/url_helper_test.rb" 
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Attempting to load Active Record... success
Loaded suite /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................P................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 46.209593 seconds.

2522 tests, 11685 assertions, 0 failures, 0 errors

Pending Cases:
test_file_stream at ./test/controller/send_file_test.rb, line 54
/opt/ruby-enterprise-1.8.7-20090928/bin/ruby -I"lib:test" "/opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/activerecord/active_record_store_test.rb" "test/activerecord/polymorphic_routes_test.rb" "test/activerecord/render_partial_with_record_identification_test.rb" 
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Attempting to load Active Record... success
Loaded suite /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
...................................................................
Finished in 14.999144 seconds.

67 tests, 119 assertions, 0 failures, 0 errors
(in /Users/kieran/Other/RailsEdge/rails-master/actionmailer)
/opt/ruby-enterprise-1.8.7-20090928/bin/ruby -I"lib:test" "/opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/adv_attr_test.rb" "test/asset_host_test.rb" "test/delivery_method_test.rb" "test/mail_helper_test.rb" "test/mail_layout_test.rb" "test/mail_render_test.rb" "test/mail_service_test.rb" "test/quoting_test.rb" "test/test_helper_test.rb" "test/tmail_test.rb" "test/url_test.rb" 
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/actionmailer/lib/../../actionpack/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Loaded suite /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
.................................................................................................................................
Finished in 1.054139 seconds.

129 tests, 297 assertions, 0 failures, 0 errors
(in /Users/kieran/Other/RailsEdge/rails-master/activeresource)
/opt/ruby-enterprise-1.8.7-20090928/bin/ruby -w -I"lib:/Users/kieran/Other/RailsEdge/rails-master/activeresource/../activesupport/lib:test" "/opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/cases/authorization_test.rb" "test/cases/base/custom_methods_test.rb" "test/cases/base/equality_test.rb" "test/cases/base/load_test.rb" "test/cases/base_errors_test.rb" "test/cases/base_test.rb" "test/cases/finder_test.rb" "test/cases/format_test.rb" "test/cases/observing_test.rb" "test/cases/validations_test.rb" "test/connection_test.rb" 
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Loaded suite /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
..................................................................................................................................................................................................
Finished in 1.657075 seconds.

194 tests, 575 assertions, 0 failures, 0 errors
(in /Users/kieran/Other/RailsEdge/rails-master/activerecord)
/opt/ruby-enterprise-1.8.7-20090928/bin/ruby -I"lib:test:test/connections/native_mysql" "/opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/cases/active_schema_test_mysql.rb" "test/cases/adapter_test.rb" "test/cases/aggregations_test.rb" "test/cases/ar_schema_test.rb" "test/cases/associations/belongs_to_associations_test.rb" "test/cases/associations/callbacks_test.rb" "test/cases/associations/cascaded_eager_loading_test.rb" "test/cases/associations/eager_load_includes_full_sti_class_test.rb" "test/cases/associations/eager_load_nested_include_test.rb" "test/cases/associations/eager_singularization_test.rb" "test/cases/associations/eager_test.rb" "test/cases/associations/extension_test.rb" "test/cases/associations/habtm_join_table_test.rb" "test/cases/associations/has_and_belongs_to_many_associations_test.rb" "test/cases/associations/has_many_associations_test.rb" "test/cases/associations/has_many_through_associations_test.rb" "test/cases/associations/has_one_associations_test.rb" "test/cases/associations/has_one_through_associations_test.rb" "test/cases/associations/inner_join_association_test.rb" "test/cases/associations/inverse_associations_test.rb" "test/cases/associations/join_model_test.rb" "test/cases/associations_test.rb" "test/cases/attribute_methods_test.rb" "test/cases/attributes/aliasing_test.rb" "test/cases/attributes/typecasting_test.rb" "test/cases/autosave_association_test.rb" "test/cases/base_test.rb" "test/cases/batches_test.rb" "test/cases/binary_test.rb" "test/cases/calculations_test.rb" "test/cases/callbacks_observers_test.rb" "test/cases/callbacks_test.rb" "test/cases/column_alias_test.rb" "test/cases/column_definition_test.rb" "test/cases/connection_pool_test.rb" "test/cases/connection_test_mysql.rb" "test/cases/database_statements_test.rb" "test/cases/date_time_test.rb" "test/cases/defaults_test.rb" "test/cases/deprecated_finder_test.rb" "test/cases/dirty_test.rb" "test/cases/finder_respond_to_test.rb" "test/cases/finder_test.rb" "test/cases/fixtures_test.rb" "test/cases/i18n_test.rb" "test/cases/inheritance_test.rb" "test/cases/invalid_date_test.rb" "test/cases/json_serialization_test.rb" "test/cases/lifecycle_test.rb" "test/cases/locking_test.rb" "test/cases/method_scoping_test.rb" "test/cases/migration_test.rb" "test/cases/mixin_test.rb" "test/cases/modules_test.rb" "test/cases/multiple_db_test.rb" "test/cases/named_scope_test.rb" "test/cases/nested_attributes_test.rb" "test/cases/pk_test.rb" "test/cases/pooled_connections_test.rb" "test/cases/query_cache_test.rb" "test/cases/readonly_test.rb" "test/cases/reflection_test.rb" "test/cases/relations_test.rb" "test/cases/reload_models_test.rb" "test/cases/reserved_word_test_mysql.rb" "test/cases/sanitize_test.rb" "test/cases/schema_dumper_test.rb" "test/cases/serialization_test.rb" "test/cases/state_machine_test.rb" "test/cases/timestamp_test.rb" "test/cases/transactions_test.rb" "test/cases/types/number_test.rb" "test/cases/types/object_test.rb" "test/cases/types/serialize_test.rb" "test/cases/types/time_with_zone_test.rb" "test/cases/types/unknown_test.rb" "test/cases/types_test.rb" "test/cases/unconnected_test.rb" "test/cases/validations/association_validation_test.rb" "test/cases/validations/i18n_generate_message_validation_test.rb" "test/cases/validations/i18n_validation_test.rb" "test/cases/validations/uniqueness_validation_test.rb" "test/cases/validations_test.rb" "test/cases/xml_serialization_test.rb" 
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activerecord/lib/../../activemodel/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Using native MySQL
/Users/kieran/Other/RailsEdge/rails-master/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:211:in `log': Mysql::Error: Failed to CREATE PROCEDURE ten: CREATE PROCEDURE ten() SQL SECURITY INVOKER (ActiveRecord::StatementInvalid)
BEGIN
    select 10;
END
    from /Users/kieran/Other/RailsEdge/rails-master/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:324:in `execute_without_query_record'
    from ./test/cases/helper.rb:44:in `execute'
    from /Users/kieran/Other/RailsEdge/rails-master/activerecord/test/schema/mysql_specific_schema.rb:17
    from /Users/kieran/Other/RailsEdge/rails-master/activerecord/lib/active_record/schema.rb:43:in `instance_eval'
    from /Users/kieran/Other/RailsEdge/rails-master/activerecord/lib/active_record/schema.rb:43:in `define'
    from /Users/kieran/Other/RailsEdge/rails-master/activerecord/test/schema/mysql_specific_schema.rb:1
    from /Users/kieran/Other/RailsEdge/rails-master/activerecord/lib/../../activemodel/lib/../../activesupport/lib/active_support/dependencies.rb:156:in `load_without_new_constant_marking'
    from /Users/kieran/Other/RailsEdge/rails-master/activerecord/lib/../../activemodel/lib/../../activesupport/lib/active_support/dependencies.rb:156:in `load'
    from /Users/kieran/Other/RailsEdge/rails-master/activerecord/lib/../../activemodel/lib/../../activesupport/lib/active_support/dependencies.rb:537:in `new_constants_in'
    from /Users/kieran/Other/RailsEdge/rails-master/activerecord/lib/../../activemodel/lib/../../activesupport/lib/active_support/dependencies.rb:156:in `load'
    from ./test/cases/helper.rb:89
    from ./test/cases/active_schema_test_mysql.rb:1:in `require'
    from ./test/cases/active_schema_test_mysql.rb:1
    from /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `load'
    from /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
    from /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `each'
    from /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
/opt/ruby-enterprise-1.8.7-20090928/bin/ruby -I"lib:test:test/connections/native_sqlite3" "/opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/cases/adapter_test.rb" "test/cases/aggregations_test.rb" "test/cases/ar_schema_test.rb" "test/cases/associations/belongs_to_associations_test.rb" "test/cases/associations/callbacks_test.rb" "test/cases/associations/cascaded_eager_loading_test.rb" "test/cases/associations/eager_load_includes_full_sti_class_test.rb" "test/cases/associations/eager_load_nested_include_test.rb" "test/cases/associations/eager_singularization_test.rb" "test/cases/associations/eager_test.rb" "test/cases/associations/extension_test.rb" "test/cases/associations/habtm_join_table_test.rb" "test/cases/associations/has_and_belongs_to_many_associations_test.rb" "test/cases/associations/has_many_associations_test.rb" "test/cases/associations/has_many_through_associations_test.rb" "test/cases/associations/has_one_associations_test.rb" "test/cases/associations/has_one_through_associations_test.rb" "test/cases/associations/inner_join_association_test.rb" "test/cases/associations/inverse_associations_test.rb" "test/cases/associations/join_model_test.rb" "test/cases/associations_test.rb" "test/cases/attribute_methods_test.rb" "test/cases/attributes/aliasing_test.rb" "test/cases/attributes/typecasting_test.rb" "test/cases/autosave_association_test.rb" "test/cases/base_test.rb" "test/cases/batches_test.rb" "test/cases/binary_test.rb" "test/cases/calculations_test.rb" "test/cases/callbacks_observers_test.rb" "test/cases/callbacks_test.rb" "test/cases/column_alias_test.rb" "test/cases/column_definition_test.rb" "test/cases/connection_pool_test.rb" "test/cases/copy_table_test_sqlite.rb" "test/cases/database_statements_test.rb" "test/cases/date_time_test.rb" "test/cases/defaults_test.rb" "test/cases/deprecated_finder_test.rb" "test/cases/dirty_test.rb" "test/cases/finder_respond_to_test.rb" "test/cases/finder_test.rb" "test/cases/fixtures_test.rb" "test/cases/i18n_test.rb" "test/cases/inheritance_test.rb" "test/cases/invalid_date_test.rb" "test/cases/json_serialization_test.rb" "test/cases/lifecycle_test.rb" "test/cases/locking_test.rb" "test/cases/method_scoping_test.rb" "test/cases/migration_test.rb" "test/cases/mixin_test.rb" "test/cases/modules_test.rb" "test/cases/multiple_db_test.rb" "test/cases/named_scope_test.rb" "test/cases/nested_attributes_test.rb" "test/cases/pk_test.rb" "test/cases/pooled_connections_test.rb" "test/cases/query_cache_test.rb" "test/cases/readonly_test.rb" "test/cases/reflection_test.rb" "test/cases/relations_test.rb" "test/cases/reload_models_test.rb" "test/cases/sanitize_test.rb" "test/cases/schema_dumper_test.rb" "test/cases/serialization_test.rb" "test/cases/state_machine_test.rb" "test/cases/timestamp_test.rb" "test/cases/transactions_test.rb" "test/cases/types/number_test.rb" "test/cases/types/object_test.rb" "test/cases/types/serialize_test.rb" "test/cases/types/time_with_zone_test.rb" "test/cases/types/unknown_test.rb" "test/cases/types_test.rb" "test/cases/unconnected_test.rb" "test/cases/validations/association_validation_test.rb" "test/cases/validations/i18n_generate_message_validation_test.rb" "test/cases/validations/i18n_validation_test.rb" "test/cases/validations/uniqueness_validation_test.rb" "test/cases/validations_test.rb" "test/cases/xml_serialization_test.rb" 
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activerecord/lib/../../activemodel/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Using native SQLite3
SQLite3 database not found at /Users/kieran/Other/RailsEdge/rails-master/activerecord/test/fixtures/fixture_database.sqlite3. Rebuilding it.
Executing 'sqlite3 "/Users/kieran/Other/RailsEdge/rails-master/activerecord/test/fixtures/fixture_database.sqlite3" "create table a (a integer); drop table a;"'
SQLite3 database not found at /Users/kieran/Other/RailsEdge/rails-master/activerecord/test/fixtures/fixture_database_2.sqlite3. Rebuilding it.
Executing 'sqlite3 "/Users/kieran/Other/RailsEdge/rails-master/activerecord/test/fixtures/fixture_database_2.sqlite3" "create table a (a integer); drop table a;"'
Loaded suite /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 58.695296 seconds.

2155 tests, 6624 assertions, 0 failures, 0 errors
/opt/ruby-enterprise-1.8.7-20090928/bin/ruby -I"lib:test:test/connections/native_postgresql" "/opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/cases/active_schema_test_postgresql.rb" "test/cases/adapter_test.rb" "test/cases/aggregations_test.rb" "test/cases/ar_schema_test.rb" "test/cases/associations/belongs_to_associations_test.rb" "test/cases/associations/callbacks_test.rb" "test/cases/associations/cascaded_eager_loading_test.rb" "test/cases/associations/eager_load_includes_full_sti_class_test.rb" "test/cases/associations/eager_load_nested_include_test.rb" "test/cases/associations/eager_singularization_test.rb" "test/cases/associations/eager_test.rb" "test/cases/associations/extension_test.rb" "test/cases/associations/habtm_join_table_test.rb" "test/cases/associations/has_and_belongs_to_many_associations_test.rb" "test/cases/associations/has_many_associations_test.rb" "test/cases/associations/has_many_through_associations_test.rb" "test/cases/associations/has_one_associations_test.rb" "test/cases/associations/has_one_through_associations_test.rb" "test/cases/associations/inner_join_association_test.rb" "test/cases/associations/inverse_associations_test.rb" "test/cases/associations/join_model_test.rb" "test/cases/associations_test.rb" "test/cases/attribute_methods_test.rb" "test/cases/attributes/aliasing_test.rb" "test/cases/attributes/typecasting_test.rb" "test/cases/autosave_association_test.rb" "test/cases/base_test.rb" "test/cases/batches_test.rb" "test/cases/binary_test.rb" "test/cases/calculations_test.rb" "test/cases/callbacks_observers_test.rb" "test/cases/callbacks_test.rb" "test/cases/column_alias_test.rb" "test/cases/column_definition_test.rb" "test/cases/connection_pool_test.rb" "test/cases/database_statements_test.rb" "test/cases/datatype_test_postgresql.rb" "test/cases/date_time_test.rb" "test/cases/defaults_test.rb" "test/cases/deprecated_finder_test.rb" "test/cases/dirty_test.rb" "test/cases/finder_respond_to_test.rb" "test/cases/finder_test.rb" "test/cases/fixtures_test.rb" "test/cases/i18n_test.rb" "test/cases/inheritance_test.rb" "test/cases/invalid_date_test.rb" "test/cases/json_serialization_test.rb" "test/cases/lifecycle_test.rb" "test/cases/locking_test.rb" "test/cases/method_scoping_test.rb" "test/cases/migration_test.rb" "test/cases/mixin_test.rb" "test/cases/modules_test.rb" "test/cases/multiple_db_test.rb" "test/cases/named_scope_test.rb" "test/cases/nested_attributes_test.rb" "test/cases/pk_test.rb" "test/cases/pooled_connections_test.rb" "test/cases/query_cache_test.rb" "test/cases/readonly_test.rb" "test/cases/reflection_test.rb" "test/cases/relations_test.rb" "test/cases/reload_models_test.rb" "test/cases/sanitize_test.rb" "test/cases/schema_authorization_test_postgresql.rb" "test/cases/schema_dumper_test.rb" "test/cases/schema_test_postgresql.rb" "test/cases/serialization_test.rb" "test/cases/state_machine_test.rb" "test/cases/timestamp_test.rb" "test/cases/transactions_test.rb" "test/cases/types/number_test.rb" "test/cases/types/object_test.rb" "test/cases/types/serialize_test.rb" "test/cases/types/time_with_zone_test.rb" "test/cases/types/unknown_test.rb" "test/cases/types_test.rb" "test/cases/unconnected_test.rb" "test/cases/validations/association_validation_test.rb" "test/cases/validations/i18n_generate_message_validation_test.rb" "test/cases/validations/i18n_validation_test.rb" "test/cases/validations/uniqueness_validation_test.rb" "test/cases/validations_test.rb" "test/cases/xml_serialization_test.rb" 
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activerecord/lib/../../activemodel/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Using native PostgreSQL
Loaded suite /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 83.932845 seconds.

2223 tests, 6892 assertions, 0 failures, 0 errors
Errors running test_mysql
(in /Users/kieran/Other/RailsEdge/rails-master/activemodel)
/opt/ruby-enterprise-1.8.7-20090928/bin/ruby -w -I"lib:test" "/opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/cases/attribute_methods_test.rb" "test/cases/lint_test.rb" "test/cases/naming_test.rb" "test/cases/observing_test.rb" "test/cases/serializeration/json_serialization_test.rb" "test/cases/serializeration/xml_serialization_test.rb" "test/cases/state_machine/event_test.rb" "test/cases/state_machine/machine_test.rb" "test/cases/state_machine/state_test.rb" "test/cases/state_machine/state_transition_test.rb" "test/cases/state_machine_test.rb" "test/cases/validations/acceptance_validation_test.rb" "test/cases/validations/conditional_validation_test.rb" "test/cases/validations/confirmation_validation_test.rb" "test/cases/validations/exclusion_validation_test.rb" "test/cases/validations/format_validation_test.rb" "test/cases/validations/i18n_generate_message_validation_test.rb" "test/cases/validations/i18n_validation_test.rb" "test/cases/validations/inclusion_validation_test.rb" "test/cases/validations/length_validation_test.rb" "test/cases/validations/numericality_validation_test.rb" "test/cases/validations/presence_validation_test.rb" "test/cases/validations/with_validation_test.rb" "test/cases/validations_test.rb" 
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activemodel/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
/Users/kieran/Other/RailsEdge/rails-master/activemodel/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:7:in `included'
  /Users/kieran/Other/RailsEdge/rails-master/activemodel/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:5:in `class_eval'
  /Users/kieran/Other/RailsEdge/rails-master/activemodel/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:5:in `included'
  /Users/kieran/Other/RailsEdge/rails-master/activemodel/lib/../../activesupport/lib/active_support/test_case.rb:41:in `include'
  /Users/kieran/Other/RailsEdge/rails-master/activemodel/lib/../../activesupport/lib/active_support/test_case.rb:41
  /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
  /Users/kieran/Other/RailsEdge/rails-master/activemodel/lib/active_model/test_case.rb:1
  ./test/cases/attribute_methods_test.rb:24
  /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `load'
  /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
  /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `each'
  /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
./test/cases/../../../activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:116: warning: instance variable @active not initialized
Loaded suite /opt/ruby-enterprise-1.8.7-20090928/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
./test/cases/../../../activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:116: warning: instance variable @transaction_joinable not initialized
./test/cases/../../../activerecord/lib/active_record/base.rb:1520: warning: instance variable @arel_table not initialized
..................................................................................................................................................................................................................................................................................................................................
Finished in 0.992877 seconds.

322 tests, 969 assertions, 0 failures, 0 errors
(in /Users/kieran/Other/RailsEdge/rails-master/railties)
Loaded suite test/application/configuration_test
Started
....
Finished in 2.236353 seconds.

4 tests, 4 assertions, 0 failures, 0 errors
Loaded suite test/application/console_test
Started
....
Finished in 6.94542 seconds.

4 tests, 10 assertions, 0 failures, 0 errors
Loaded suite test/application/generators_test
Started
.......
Finished in 1.990809 seconds.

7 tests, 12 assertions, 0 failures, 0 errors
Loaded suite test/application/initializer_test
Started
..................
Finished in 16.998363 seconds.

18 tests, 22 assertions, 0 failures, 0 errors
Loaded suite test/application/load_test
Started
.....
Finished in 5.500455 seconds.

5 tests, 7 assertions, 0 failures, 0 errors
Loaded suite test/application/notifications_test
Started
..
Finished in 0.244536 seconds.

2 tests, 2 assertions, 0 failures, 0 errors
Loaded suite test/application/plugins_test
Started
.........
Finished in 10.611482 seconds.

9 tests, 14 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Loaded suite test/backtrace_cleaner_test
Started
....
Finished in 0.003296 seconds.

4 tests, 4 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/actions_test
Started
..............................
Finished in 0.700551 seconds.

30 tests, 45 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/app_generator_test
Started
...................
Finished in 0.954019 seconds.

19 tests, 85 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/controller_generator_test
Started
.............
Finished in 0.581935 seconds.

13 tests, 19 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/generator_generator_test
Started
...
Finished in 0.009888 seconds.

3 tests, 5 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/helper_generator_test
Started
........
Finished in 0.107251 seconds.

8 tests, 8 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/integration_test_generator_test
Started
...
Finished in 0.025249 seconds.

3 tests, 2 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/mailer_generator_test
Started
.........
Finished in 0.203136 seconds.

9 tests, 19 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/metal_generator_test
Started
....
Finished in 0.009315 seconds.

4 tests, 3 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/migration_generator_test
Started
......
Finished in 0.076221 seconds.

6 tests, 22 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/model_generator_test
Started
..........................
Finished in 0.869946 seconds.

26 tests, 77 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/named_base_test
Started
.....
Finished in 0.003387 seconds.

5 tests, 12 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/observer_generator_test
Started
......
Finished in 0.120643 seconds.

6 tests, 7 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/performance_test_generator_test
Started
...
Finished in 0.024675 seconds.

3 tests, 2 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/plugin_generator_test
Started
.........
Finished in 0.174458 seconds.

9 tests, 12 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/resource_generator_test
Started
............
Finished in 1.147292 seconds.

12 tests, 39 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/scaffold_controller_generator_test
Started
...........
Finished in 0.710698 seconds.

11 tests, 50 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/scaffold_generator_test
Started
....
Finished in 0.495886 seconds.

4 tests, 54 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/session_migration_generator_test
Started
.....
Finished in 0.073435 seconds.

5 tests, 10 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
./test/generators/generators_test_helper.rb:2: warning: already initialized constant RAILS_ENV
Loaded suite test/generators/stylesheets_generator_test
Started
....
Finished in 0.009046 seconds.

4 tests, 2 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Loaded suite test/generators_test
Started
..........................
Finished in 0.294476 seconds.

26 tests, 40 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Loaded suite test/initializable_test
Started
......
Finished in 0.026102 seconds.

6 tests, 7 assertions, 0 failures, 0 errors
Loaded suite test/initializer/boot_test
Started
.
Finished in 0.006462 seconds.

1 tests, 0 assertions, 0 failures, 0 errors
Loaded suite test/initializer/check_ruby_version_test
Started
......
Finished in 1.247676 seconds.

6 tests, 6 assertions, 0 failures, 0 errors
Loaded suite test/initializer/initialize_i18n_test
Started
..
Finished in 3.127283 seconds.

2 tests, 2 assertions, 0 failures, 0 errors
Loaded suite test/initializer/path_test
Started
.......
Finished in 9.466016 seconds.

7 tests, 37 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Loaded suite test/metal_test
Started
...........
Finished in 0.035004 seconds.

11 tests, 14 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Loaded suite test/paths_test
Started
....................................
Finished in 0.010366 seconds.

36 tests, 52 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Loaded suite test/plugin_loader_test
Started
...................
Finished in 0.404867 seconds.

19 tests, 29 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Loaded suite test/plugin_locator_test
Started
.......
Finished in 0.005916 seconds.

7 tests, 10 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Loaded suite test/plugin_test
Started
...............
Finished in 0.030362 seconds.

15 tests, 34 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at /Users/kieran/Other/RailsEdge/rails-master/activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Loaded suite test/rails_info_controller_test
Started
.....
Finished in 0.343056 seconds.

5 tests, 5 assertions, 0 failures, 0 errors
DEPRECATION WARNING: ActiveSupport::DeprecatedCallbacks has been deprecated in favor of ActiveSupport::Callbacks. (called from included at ./test/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:7)
Loaded suite test/rails_info_test
Started
........
Finished in 0.027525 seconds.

8 tests, 15 assertions, 0 failures, 0 errors
rake aborted!
Errors in activerecord
/Users/kieran/Other/RailsEdge/rails-master/Rakefile:22
(See full trace by running task with --trace)

Comments and changes to this ticket

  • Kieran P

    Kieran P October 21st, 2009 @ 02:22 AM

    • Title changed from “[Tests] Deprecation in all tests, Segfault in ActionPack, StatementInvalid in ActiveRecord, and more....” to “[Tests] Deprecation in all tests, StatementInvalid in ActiveRecord”

    Nice work. Down to just deprecation warnings and a StatementInvalid in MySQL.

  • Jordan Brough

    Jordan Brough November 11th, 2009 @ 06:24 AM

    I got the MySQL error above until I upgraded from MySQL 5.0.45 to 5.1.40. Which MySQL version are you on?

  • Kieran P

    Kieran P November 11th, 2009 @ 07:21 AM

    % mysql --version

    mysql  Ver 14.14 Distrib 5.1.39, for apple-darwin9.5.0 (i386) using readline 5.1
    

    So only one version behind what you upgraded to. I'm using the Apple binary from the MySQL website.

  • Kieran P

    Kieran P January 11th, 2010 @ 08:38 PM

    • Tag cleared.

    Can someone close this please? I switched from the Mac Binary download to compiling MySQL from source and the statement invalid error went away. So the only thing left is the deprecations and uninitialized variable warnings that clog up the test output.

  • Kieran P

    Kieran P April 15th, 2010 @ 05:53 AM

    Ticket is no longer valid as issues have been resolved over time. Please resolve this ticket.

  • Rohit Arondekar

    Rohit Arondekar June 15th, 2010 @ 01:59 PM

    • State changed from “new” to “invalid”

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

People watching this ticket

Pages