Skip to content

Instantly share code, notes, and snippets.

@spastorino
Created June 24, 2010 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spastorino/451865 to your computer and use it in GitHub Desktop.
Save spastorino/451865 to your computer and use it in GitHub Desktop.
Rails tests on Rubinius
(in /home/santiago/Documentos/WyeWorks/Proys/rails)
(in /home/santiago/Documentos/WyeWorks/Proys/rails/activesupport)
Loaded suite /home/santiago/.rvm/gems/rbx-1.0.1-20100603/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
.................................................................................................................................................................................................................................E.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F..............................................................................................................................................................................................................................................................................................................................................................................................................................F.........................................................................................................................................................................
Finished in 23.500932 seconds.
1) Error:
test_should_read_and_write_strings(CompressedMemCacheStore):
MemCache::MemCacheError: No connection to server (localhost:11211 DEAD (Timeout::Error: execution expired), will retry at Mon Jun 28 12:47:41 -0300 2010)
No backtrace
2) Error:
test_read_and_write_compressed_large_data(MemCacheStoreTest):
MemCache::MemCacheError: No connection to server (localhost:11211 DEAD (Timeout::Error: execution expired), will retry at Mon Jun 28 12:47:49 -0300 2010)
No backtrace
3) Failure:
test_time_zone_setter_with_invalid_zone(TimeWithZoneMethodsForTimeAndDateTimeTest)
[./test/core_ext/time_with_zone_test.rb:837:in `test_time_zone_setter_with_invalid_zone'
/home/santiago/.rvm/gems/rbx-1.0.1-20100603/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<TZInfo::InvalidTimezoneIdentifier> exception expected but none was thrown.
4) Failure:
test_unknown_zone_should_have_tzinfo_but_exception_on_utc_offset(TimeZoneTest)
[./test/time_zone_test.rb:280:in `test_unknown_zone_should_have_tzinfo_but_exception_on_utc_offset'
/home/santiago/.rvm/gems/rbx-1.0.1-20100603/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<TZInfo::InvalidTimezoneIdentifier> exception expected but none was thrown.
2141 tests, 9342 assertions, 2 failures, 2 errors
rake aborted!
Command failed with status (1): [/home/santiago/.rvm/rubies/rbx-1.0.1-20100...]
(See full trace by running task with --trace)
(in /home/santiago/Documentos/WyeWorks/Proys/rails/activemodel)
Loaded suite /home/santiago/.rvm/gems/rbx-1.0.1-20100603/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
............................................................................................................................................................................................................................................................................................................................................................................
Finished in 7.122713 seconds.
364 tests, 1051 assertions, 0 failures, 0 errors
(in /home/santiago/Documentos/WyeWorks/Proys/rails/actionpack)
Loaded suite /home/santiago/.rvm/gems/rbx-1.0.1-20100603/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................FF.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................multipart/mixed parsing pending fix in Rack 1.2.2
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 161.136396 seconds.
1) Failure:
test_option_html_attributes_with_multiple_element_hash(FormOptionsHelperTest)
[/home/santiago/Documentos/WyeWorks/Proys/rails/actionpack/lib/action_dispatch/testing/assertions/dom.rb:18:in `assert_dom_equal'
./test/template/form_options_helper_test.rb:806:in `test_option_html_attributes_with_multiple_element_hash'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:428:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:65:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<" class=\"fancy\" onclick=\"alert('Hello World');\""> expected to be == to
<" onclick=\"alert('Hello World');\" class=\"fancy\"">.
2) Failure:
test_option_html_attributes_with_multiple_hashes(FormOptionsHelperTest)
[/home/santiago/Documentos/WyeWorks/Proys/rails/actionpack/lib/action_dispatch/testing/assertions/dom.rb:18:in `assert_dom_equal'
./test/template/form_options_helper_test.rb:813:in `test_option_html_attributes_with_multiple_hashes'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:428:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:65:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<" class=\"fancy\" onclick=\"alert('Hello World');\""> expected to be == to
<" onclick=\"alert('Hello World');\" class=\"fancy\"">.
2767 tests, 11524 assertions, 2 failures, 0 errors
rake aborted!
Command failed with status (1): [/home/santiago/.rvm/rubies/rbx-1.0.1-20100...]
(See full trace by running task with --trace)
(in /home/santiago/Documentos/WyeWorks/Proys/rails/actionmailer)
Loaded suite /home/santiago/.rvm/gems/rbx-1.0.1-20100603/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
...............................................................DEPRECATION WARNING: You are using the old router DSL which will be removed in Rails 3.1. Please check how to update your router file at: http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/. (called from initialize at /home/santiago/Documentos/WyeWorks/Proys/rails/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb:33)
/home/santiago/Documentos/WyeWorks/Proys/rails/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb:33:in `initialize'
/home/santiago/Documentos/WyeWorks/Proys/rails/actionpack/lib/action_dispatch/routing/route_set.rb:219:in `draw'
./test/old_base/url_test.rb:61:in `test_signed_up_with_url'
/home/santiago/.rvm/gems/rbx-1.0.1-20100603/gems/mocha-0.9.8/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in `run'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/testsuite.rb:34:in `run {}'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/testsuite.rb:33:in `run'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/testsuite.rb:34:in `run {}'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/testsuite.rb:33:in `run'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/ui/console/testrunner.rb:41:in `start'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/ui/testrunnerutilities.rb:29:in `run'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/autorunner.rb:216:in `run'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/autorunner.rb:12:in `run'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit.rb:278
..............................................................................................................................
Finished in 12.345473 seconds.
189 tests, 498 assertions, 0 failures, 0 errors
(in /home/santiago/Documentos/WyeWorks/Proys/rails/activeresource)
Loaded suite /home/santiago/.rvm/gems/rbx-1.0.1-20100603/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
......................................................................................................................................................................................................................................................................
Finished in 8.024054 seconds.
262 tests, 749 assertions, 0 failures, 0 errors
(in /home/santiago/Documentos/WyeWorks/Proys/rails/activerecord)
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/bin/rbx -w -I"lib:test:test/connections/native_mysql" "/home/santiago/.rvm/gems/rbx-1.0.1-20100603/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/cases/adapter_test.rb" "test/cases/adapters/mysql/active_schema_test.rb" "test/cases/adapters/mysql/connection_test.rb" "test/cases/adapters/mysql/reserved_word_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/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_test.rb" "test/cases/column_alias_test.rb" "test/cases/column_definition_test.rb" "test/cases/connection_pool_test.rb" "test/cases/counter_cache_test.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/log_subscriber_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/timestamp_test.rb" "test/cases/transaction_callbacks_test.rb" "test/cases/transactions_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" "test/cases/yaml_serialization_test.rb"
Using native MySQL
Loaded suite /home/santiago/.rvm/gems/rbx-1.0.1-20100603/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
...................................................................................................................................................................................................................................................................................................................................................................F.FF...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 443.132735 seconds.
1) Failure:
test_preserving_time_objects_with_local_time_conversion_to_default_timezone_utc(BasicsTest)
[./test/cases/base_test.rb:475:in `test_preserving_time_objects_with_local_time_conversion_to_default_timezone_utc {}'
./test/cases/base_test.rb:2368:in `with_active_record_default_timezone'
./test/cases/base_test.rb:469:in `test_preserving_time_objects_with_local_time_conversion_to_default_timezone_utc {}'
./test/cases/base_test.rb:2361:in `with_env_tz'
./test/cases/base_test.rb:468:in `test_preserving_time_objects_with_local_time_conversion_to_default_timezone_utc'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:413:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:65:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<[0, 0, 5, 1, 1, 2000, 6, 1, false, "UTC"]> expected but was
<[0, 0, 5, 1, 1, 2000, 6, 1, false, "GMT"]>.
2) Failure:
test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc(BasicsTest)
[./test/cases/base_test.rb:489:in `test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/core_ext/time/zones.rb:39:in `use_zone'
./test/cases/base_test.rb:483:in `test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc {}'
./test/cases/base_test.rb:2368:in `with_active_record_default_timezone'
./test/cases/base_test.rb:482:in `test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc {}'
./test/cases/base_test.rb:2361:in `with_env_tz'
./test/cases/base_test.rb:481:in `test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:413:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:65:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<[0, 0, 6, 1, 1, 2000, 6, 1, false, "UTC"]> expected but was
<[0, 0, 6, 1, 1, 2000, 6, 1, false, "GMT"]>.
3) Failure:
test_preserving_time_objects_with_utc_time_conversion_to_default_timezone_local(BasicsTest)
[./test/cases/base_test.rb:501:in `test_preserving_time_objects_with_utc_time_conversion_to_default_timezone_local {}'
./test/cases/base_test.rb:2361:in `with_env_tz'
./test/cases/base_test.rb:496:in `test_preserving_time_objects_with_utc_time_conversion_to_default_timezone_local'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:413:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:65:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<[0, 0, 0, 1, 1, 2000, 6, 1, false, "UTC"]> expected but was
<[0, 0, 0, 1, 1, 2000, 6, 1, false, "GMT"]>.
2282 tests, 7140 assertions, 3 failures, 0 errors
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/bin/rbx -w -I"lib:test:test/connections/native_sqlite3" "/home/santiago/.rvm/gems/rbx-1.0.1-20100603/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/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_test.rb" "test/cases/column_alias_test.rb" "test/cases/column_definition_test.rb" "test/cases/connection_pool_test.rb" "test/cases/counter_cache_test.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/log_subscriber_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/timestamp_test.rb" "test/cases/transaction_callbacks_test.rb" "test/cases/transactions_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" "test/cases/yaml_serialization_test.rb"
Using native SQLite3
Loaded suite /home/santiago/.rvm/gems/rbx-1.0.1-20100603/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
......................................................................................................................................................................................................................................................................................................................................................F.FF...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 440.743739 seconds.
1) Failure:
test_preserving_time_objects_with_local_time_conversion_to_default_timezone_utc(BasicsTest)
[./test/cases/base_test.rb:475:in `test_preserving_time_objects_with_local_time_conversion_to_default_timezone_utc {}'
./test/cases/base_test.rb:2368:in `with_active_record_default_timezone'
./test/cases/base_test.rb:469:in `test_preserving_time_objects_with_local_time_conversion_to_default_timezone_utc {}'
./test/cases/base_test.rb:2361:in `with_env_tz'
./test/cases/base_test.rb:468:in `test_preserving_time_objects_with_local_time_conversion_to_default_timezone_utc'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:413:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:65:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<[0, 0, 5, 1, 1, 2000, 6, 1, false, "UTC"]> expected but was
<[0, 0, 5, 1, 1, 2000, 6, 1, false, "GMT"]>.
2) Failure:
test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc(BasicsTest)
[./test/cases/base_test.rb:489:in `test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/core_ext/time/zones.rb:39:in `use_zone'
./test/cases/base_test.rb:483:in `test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc {}'
./test/cases/base_test.rb:2368:in `with_active_record_default_timezone'
./test/cases/base_test.rb:482:in `test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc {}'
./test/cases/base_test.rb:2361:in `with_env_tz'
./test/cases/base_test.rb:481:in `test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:413:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:65:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<[0, 0, 6, 1, 1, 2000, 6, 1, false, "UTC"]> expected but was
<[0, 0, 6, 1, 1, 2000, 6, 1, false, "GMT"]>.
3) Failure:
test_preserving_time_objects_with_utc_time_conversion_to_default_timezone_local(BasicsTest)
[./test/cases/base_test.rb:501:in `test_preserving_time_objects_with_utc_time_conversion_to_default_timezone_local {}'
./test/cases/base_test.rb:2361:in `with_env_tz'
./test/cases/base_test.rb:496:in `test_preserving_time_objects_with_utc_time_conversion_to_default_timezone_local'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:413:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:65:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<[0, 0, 0, 1, 1, 2000, 6, 1, false, "UTC"]> expected but was
<[0, 0, 0, 1, 1, 2000, 6, 1, false, "GMT"]>.
2233 tests, 7032 assertions, 3 failures, 0 errors
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/bin/rbx -w -I"lib:test:test/connections/native_postgresql" "/home/santiago/.rvm/gems/rbx-1.0.1-20100603/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/cases/adapter_test.rb" "test/cases/adapters/postgresql/active_schema_test.rb" "test/cases/adapters/postgresql/datatype_test.rb" "test/cases/adapters/postgresql/schema_authorization_test.rb" "test/cases/adapters/postgresql/schema_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/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_test.rb" "test/cases/column_alias_test.rb" "test/cases/column_definition_test.rb" "test/cases/connection_pool_test.rb" "test/cases/counter_cache_test.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/log_subscriber_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/timestamp_test.rb" "test/cases/transaction_callbacks_test.rb" "test/cases/transactions_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" "test/cases/yaml_serialization_test.rb"
Using native PostgreSQL
Loaded suite /home/santiago/.rvm/gems/rbx-1.0.1-20100603/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
...........................................................................................................................................................................................................................................................................................................................................................F.FF...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 275.924916 seconds.
1) Failure:
test_preserving_time_objects_with_local_time_conversion_to_default_timezone_utc(BasicsTest)
[./test/cases/base_test.rb:475:in `test_preserving_time_objects_with_local_time_conversion_to_default_timezone_utc {}'
./test/cases/base_test.rb:2368:in `with_active_record_default_timezone'
./test/cases/base_test.rb:469:in `test_preserving_time_objects_with_local_time_conversion_to_default_timezone_utc {}'
./test/cases/base_test.rb:2361:in `with_env_tz'
./test/cases/base_test.rb:468:in `test_preserving_time_objects_with_local_time_conversion_to_default_timezone_utc'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:413:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:65:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<[0, 0, 5, 1, 1, 2000, 6, 1, false, "UTC"]> expected but was
<[0, 0, 5, 1, 1, 2000, 6, 1, false, "GMT"]>.
2) Failure:
test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc(BasicsTest)
[./test/cases/base_test.rb:489:in `test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/core_ext/time/zones.rb:39:in `use_zone'
./test/cases/base_test.rb:483:in `test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc {}'
./test/cases/base_test.rb:2368:in `with_active_record_default_timezone'
./test/cases/base_test.rb:482:in `test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc {}'
./test/cases/base_test.rb:2361:in `with_env_tz'
./test/cases/base_test.rb:481:in `test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:413:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:65:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<[0, 0, 6, 1, 1, 2000, 6, 1, false, "UTC"]> expected but was
<[0, 0, 6, 1, 1, 2000, 6, 1, false, "GMT"]>.
3) Failure:
test_preserving_time_objects_with_utc_time_conversion_to_default_timezone_local(BasicsTest)
[./test/cases/base_test.rb:501:in `test_preserving_time_objects_with_utc_time_conversion_to_default_timezone_local {}'
./test/cases/base_test.rb:2361:in `with_env_tz'
./test/cases/base_test.rb:496:in `test_preserving_time_objects_with_utc_time_conversion_to_default_timezone_local'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:413:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:65:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<[0, 0, 0, 1, 1, 2000, 6, 1, false, "UTC"]> expected but was
<[0, 0, 0, 1, 1, 2000, 6, 1, false, "GMT"]>.
4) Failure:
test_depends_and_nullify(HasManyAssociationsTest)
[./test/cases/associations/has_many_associations_test.rb:821:in `test_depends_and_nullify'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:413:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:65:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<#<Account id: 3, firm_id: 6, firm_name: nil, credit_limit: 50>> expected but was
<#<Account id: 5, firm_id: 6, firm_name: nil, credit_limit: 55>>.
2322 tests, 7355 assertions, 4 failures, 0 errors
Errors running test_mysql, test_sqlite3, test_postgresql
(in /home/santiago/Documentos/WyeWorks/Proys/rails/railties)
Loaded suite test/initializable_test
Started
..........
Finished in 0.24509999999999998 seconds.
10 tests, 10 assertions, 0 failures, 0 errors
Loaded suite test/paths_test
Started
....................................
Finished in 0.21953299999999998 seconds.
36 tests, 53 assertions, 0 failures, 0 errors
Loaded suite test/rails_info_controller_test
Started
DEPRECATION WARNING: You are using the old router DSL which will be removed in Rails 3.1. Please check how to update your router file at: http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/. (called from initialize at /home/santiago/Documentos/WyeWorks/Proys/rails/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb:33)
.DEPRECATION WARNING: You are using the old router DSL which will be removed in Rails 3.1. Please check how to update your router file at: http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/. (called from initialize at /home/santiago/Documentos/WyeWorks/Proys/rails/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb:33)
.DEPRECATION WARNING: You are using the old router DSL which will be removed in Rails 3.1. Please check how to update your router file at: http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/. (called from initialize at /home/santiago/Documentos/WyeWorks/Proys/rails/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb:33)
.DEPRECATION WARNING: You are using the old router DSL which will be removed in Rails 3.1. Please check how to update your router file at: http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/. (called from initialize at /home/santiago/Documentos/WyeWorks/Proys/rails/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb:33)
.DEPRECATION WARNING: You are using the old router DSL which will be removed in Rails 3.1. Please check how to update your router file at: http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/. (called from initialize at /home/santiago/Documentos/WyeWorks/Proys/rails/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb:33)
.
Finished in 1.594636 seconds.
5 tests, 5 assertions, 0 failures, 0 errors
Loaded suite test/rails_info_test
Started
......
Finished in 1.660255 seconds.
6 tests, 13 assertions, 0 failures, 0 errors
Loaded suite test/backtrace_cleaner_test
Started
....
Finished in 0.039483 seconds.
4 tests, 4 assertions, 0 failures, 0 errors
Loaded suite test/generators_test
Started
..........................
Finished in 3.556242 seconds.
26 tests, 45 assertions, 0 failures, 0 errors
Loaded suite test/script_rails_loader_test
Started
...
Finished in 0.011153999999999999 seconds.
3 tests, 3 assertions, 0 failures, 0 errors
Loaded suite test/railties/engine_test
Started
................
Finished in 181.070212 seconds.
16 tests, 20 assertions, 0 failures, 0 errors
Loaded suite test/railties/railtie_test
Started
...........
Finished in 99.452228 seconds.
11 tests, 17 assertions, 0 failures, 0 errors
Loaded suite test/railties/plugin_test
Started
...........................
Finished in 295.359125 seconds.
27 tests, 33 assertions, 0 failures, 0 errors
Loaded suite test/railties/plugin_ordering_test
Started
.......
Finished in 73.716415 seconds.
7 tests, 8 assertions, 0 failures, 0 errors
Loaded suite test/generators/model_generator_test
Started
.........................
Finished in 4.199206 seconds.
25 tests, 85 assertions, 0 failures, 0 errors
Loaded suite test/generators/controller_generator_test
Started
............
Finished in 1.187726 seconds.
12 tests, 22 assertions, 0 failures, 0 errors
Loaded suite test/generators/performance_test_generator_test
Started
.
Finished in 0.040992999999999995 seconds.
1 tests, 2 assertions, 0 failures, 0 errors
Loaded suite test/generators/mailer_generator_test
Started
........
Finished in 0.5939380000000001 seconds.
8 tests, 26 assertions, 0 failures, 0 errors
Loaded suite test/generators/app_generator_test
Started
...............................
Finished in 5.111365 seconds.
31 tests, 258 assertions, 0 failures, 0 errors
Loaded suite test/generators/generated_attribute_test
Started
....................
Finished in 0.061384999999999995 seconds.
20 tests, 34 assertions, 0 failures, 0 errors
Loaded suite test/generators/stylesheets_generator_test
Started
..
Finished in 0.020554 seconds.
2 tests, 2 assertions, 0 failures, 0 errors
Loaded suite test/generators/scaffold_generator_test
Started
....
Finished in 3.3265130000000003 seconds.
4 tests, 111 assertions, 0 failures, 0 errors
Loaded suite test/generators/generator_generator_test
Started
.
Finished in 0.015025 seconds.
1 tests, 5 assertions, 0 failures, 0 errors
Loaded suite test/generators/named_base_test
Started
..Plural version of the model detected, using singularized version. Override with --force-plural.
.......
Finished in 0.040908 seconds.
9 tests, 47 assertions, 0 failures, 0 errors
Loaded suite test/generators/resource_generator_test
Started
.........
Finished in 4.57096 seconds.
9 tests, 37 assertions, 0 failures, 0 errors
Loaded suite test/generators/plugin_generator_test
Started
.......
Finished in 0.785589 seconds.
7 tests, 23 assertions, 0 failures, 0 errors
Loaded suite test/generators/helper_generator_test
Started
......
Finished in 0.248712 seconds.
6 tests, 8 assertions, 0 failures, 0 errors
Loaded suite test/generators/scaffold_controller_generator_test
Started
........
Finished in 3.252999 seconds.
8 tests, 45 assertions, 0 failures, 0 errors
Loaded suite test/generators/migration_generator_test
Started
......
Finished in 1.2998750000000001 seconds.
6 tests, 29 assertions, 0 failures, 0 errors
Loaded suite test/generators/integration_test_generator_test
Started
.
Finished in 0.043913 seconds.
1 tests, 2 assertions, 0 failures, 0 errors
Loaded suite test/generators/session_migration_generator_test
Started
...
Finished in 1.285514 seconds.
3 tests, 10 assertions, 0 failures, 0 errors
Loaded suite test/generators/actions_test
Started
................................
Finished in 4.500238 seconds.
32 tests, 63 assertions, 0 failures, 0 errors
Loaded suite test/generators/observer_generator_test
Started
....
Finished in 0.231935 seconds.
4 tests, 7 assertions, 0 failures, 0 errors
Loaded suite test/application/paths_test
Started
...E
Finished in 39.321316 seconds.
1) Error:
test_load_path_includes_each_of_the_paths_in_config.paths_as_long_as_the_directories_exist(ApplicationTests::PathsTest):
ActiveSupport::Testing::RemoteError: caught SyntaxError: /home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/values/time_zone.rb:377: expecting $end
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/melbourne.rbc:66:in `syntax_error'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/melbourne.rbc:79:in `parse_file'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/compiler/stages.rbc:209:in `parse'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/compiler/stages.rbc:192:in `run'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/compiler/compiler.rbc:115:in `run'
/home/santiago/.rvm/rubies/rbx-1.0.1-20100603/lib/compiler/compiler.rbc:44:in `compile'
kernel/delta/codeloader.rb:141:in `compile_file'
kernel/delta/codeloader.rb:119:in `load_file'
kernel/common/codeloader.rb:39:in `require'
kernel/common/codeloader.rb:140:in `require'
kernel/common/kernel.rb:693:in `require'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/time_with_zone.rb:1:in `__script__'
kernel/common/codeloader.rb:145:in `require'
kernel/common/kernel.rb:693:in `require'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/core_ext/time/zones.rb:1:in `__script__'
kernel/common/codeloader.rb:145:in `require'
kernel/common/kernel.rb:693:in `require'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/core_ext/date/calculations.rb:3:in `__script__'
kernel/common/codeloader.rb:145:in `require'
kernel/common/kernel.rb:693:in `require'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/ruby/shim.rb:12:in `__script__'
kernel/common/codeloader.rb:145:in `require'
kernel/common/kernel.rb:693:in `require'
/home/santiago/Documentos/WyeWorks/Proys/rails/actionpack/lib/abstract_controller.rb:4:in `__script__'
kernel/common/codeloader.rb:145:in `require'
kernel/common/kernel.rb:693:in `require'
/home/santiago/Documentos/WyeWorks/Proys/rails/actionpack/lib/action_controller.rb:1:in `__script__'
kernel/common/codeloader.rb:145:in `require'
kernel/common/kernel.rb:693:in `require'
/home/santiago/Documentos/WyeWorks/Proys/rails/actionpack/lib/action_controller/railtie.rb:2:in `__script__'
kernel/common/codeloader.rb:145:in `require'
kernel/common/kernel.rb:693:in `require'
/home/santiago/Documentos/WyeWorks/Proys/rails/railties/lib/rails/all.rb:11:in `__script__ {}'
kernel/bootstrap/array.rb:163:in `each'
/home/santiago/Documentos/WyeWorks/Proys/rails/railties/lib/rails/all.rb:5:in `__script__'
kernel/common/codeloader.rb:145:in `require'
kernel/common/kernel.rb:693:in `require'
/home/santiago/Documentos/WyeWorks/Proys/rails/railties/tmp/app/config/boot.rb:4:in `__script__'
kernel/common/codeloader.rb:145:in `require'
kernel/common/kernel.rb:693:in `require'
/home/santiago/Documentos/WyeWorks/Proys/rails/railties/tmp/app/config/application.rb:1:in `__script__'
kernel/common/codeloader.rb:145:in `require'
kernel/common/kernel.rb:693:in `require'
/home/santiago/Documentos/WyeWorks/Proys/rails/railties/tmp/app/config/environment.rb:2:in `__script__'
kernel/common/codeloader.rb:145:in `require'
kernel/common/kernel.rb:693:in `require'
test/application/paths_test.rb:19:in `setup'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/isolation.rb:65:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/isolation.rb:100:in `run_in_isolation {}'
kernel/common/process.rb:62:in `fork'
kernel/common/process.rb:616:in `fork'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/isolation.rb:97:in `run_in_isolation'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/isolation.rb:63:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each'
4 tests, 17 assertions, 0 failures, 1 errors
Loaded suite test/application/rackup_test
Started
.....
Finished in 52.800972 seconds.
5 tests, 7 assertions, 0 failures, 0 errors
Loaded suite test/application/url_generation_test
Started
.
Finished in 9.937447 seconds.
1 tests, 1 assertions, 0 failures, 0 errors
Loaded suite test/application/console_test
Started
....F
Finished in 55.062757 seconds.
1) Failure:
test_reload_should_reload_constants(ConsoleTest)
[test/application/console_test.rb:68:in `test_reload_should_reload_constants'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/isolation.rb:65:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/isolation.rb:100:in `run_in_isolation {}'
kernel/common/process.rb:62:in `fork'
kernel/common/process.rb:616:in `fork'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/isolation.rb:97:in `run_in_isolation'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/isolation.rb:63:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each']:
<false> is not true.
5 tests, 14 assertions, 1 failures, 0 errors
Loaded suite test/application/rake_test
Started
..
Finished in 28.891913 seconds.
2 tests, 2 assertions, 0 failures, 0 errors
Loaded suite test/application/loading_test
Started
..
Finished in 23.214296 seconds.
2 tests, 6 assertions, 0 failures, 0 errors
Loaded suite test/application/test_test
Started
...
Finished in 55.918522 seconds.
3 tests, 3 assertions, 0 failures, 0 errors
Loaded suite test/application/generators_test
Started
......
Finished in 47.284156 seconds.
6 tests, 13 assertions, 0 failures, 0 errors
Loaded suite test/application/routing_test
Started
........
Finished in 97.494767 seconds.
8 tests, 12 assertions, 0 failures, 0 errors
Loaded suite test/application/middleware_test
Started
...................
Finished in 185.345953 seconds.
19 tests, 20 assertions, 0 failures, 0 errors
Loaded suite test/application/runner_test
Started
....
Finished in 101.913 seconds.
4 tests, 4 assertions, 0 failures, 0 errors
Loaded suite test/application/configuration_test
Started
......................
Finished in 207.645821 seconds.
22 tests, 26 assertions, 0 failures, 0 errors
Loaded suite test/application/initializers/boot_test
Started
.
Finished in 0.02728 seconds.
1 tests, 0 assertions, 0 failures, 0 errors
Loaded suite test/application/initializers/notifications_test
Started
.
Finished in 11.946664 seconds.
1 tests, 2 assertions, 0 failures, 0 errors
Loaded suite test/application/initializers/load_path_test
Started
....E
Finished in 49.648417 seconds.
1) Error:
test_load_environment_with_global(ApplicationTests::LoadPathTest):
ActiveSupport::Testing::RemoteError: caught RuntimeError: Value assigned to config.time_zone not recognized.Run "rake -D time" for a list of tasks for finding appropriate time zone names.
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/railtie.rb:24:in `Railtie {}'
kernel/common/eval.rb:225:in `instance_exec'
/home/santiago/Documentos/WyeWorks/Proys/rails/railties/lib/rails/initializable.rb:25:in `run'
/home/santiago/Documentos/WyeWorks/Proys/rails/railties/lib/rails/initializable.rb:50:in `run_initializers {}'
kernel/bootstrap/array.rb:163:in `each'
/home/santiago/Documentos/WyeWorks/Proys/rails/railties/lib/rails/initializable.rb:49:in `run_initializers'
/home/santiago/Documentos/WyeWorks/Proys/rails/railties/lib/rails/application.rb:139:in `initialize!'
/home/santiago/Documentos/WyeWorks/Proys/rails/railties/lib/rails/application.rb:81:in `initialize! (method_missing)'
/home/santiago/Documentos/WyeWorks/Proys/rails/railties/tmp/app/config/environment.rb:5:in `__script__'
kernel/common/codeloader.rb:145:in `require'
kernel/common/kernel.rb:693:in `require'
test/application/initializers/load_path_test.rb:85:in `LoadPathTest {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/isolation.rb:65:in `run {}'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/isolation.rb:100:in `run_in_isolation {}'
kernel/common/process.rb:62:in `fork'
kernel/common/process.rb:616:in `fork'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/isolation.rb:97:in `run_in_isolation'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/isolation.rb:63:in `run'
kernel/bootstrap/array.rb:163:in `each'
kernel/bootstrap/array.rb:163:in `each'
5 tests, 6 assertions, 0 failures, 1 errors
Loaded suite test/application/initializers/frameworks_test
Started
.........
Finished in 96.083077 seconds.
9 tests, 10 assertions, 0 failures, 0 errors
Loaded suite test/application/initializers/hooks_test
Started
......
Finished in 62.258493 seconds.
6 tests, 7 assertions, 0 failures, 0 errors
Loaded suite test/application/initializers/i18n_test
Started
............
Finished in 123.484284 seconds.
12 tests, 17 assertions, 0 failures, 0 errors
Loaded suite test/application/initializers/check_ruby_version_test
Started
.
Finished in 7.342207 seconds.
1 tests, 1 assertions, 0 failures, 0 errors
rake aborted!
Errors in activesupport, actionpack, activerecord
/home/santiago/Documentos/WyeWorks/Proys/rails/Rakefile:20:in `__script__ {}'
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment