alexey.verkhovsky@gmail.com
2008-Jan-18 02:14 UTC
[CruiseControl] RubyOnRails build 8653 failed
The build failed. CHANGES ------- Revision 8653 committed by rick on 2008-01-18 01:55:11 Ensure that modifying has_and_belongs_to_many actions clear the query cache. Closes #10840 [john.andrews] M /trunk/activerecord/CHANGELOG M /trunk/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb M /trunk/activerecord/test/query_cache_test.rb TEST FAILURES AND ERRORS ----------------------- Name: test_has_and_belongs_to_many_add_callback(AssociationCallbacksTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `<<'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `<<'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `<<'' ./test/associations/callbacks_test.rb:90:in `test_has_and_belongs_to_many_add_callback'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_has_and_belongs_to_many_remove_callback_on_clear(AssociationCallbacksTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `<<'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `<<'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `<<'' ./test/associations/callbacks_test.rb:114:in `test_has_and_belongs_to_many_remove_callback_on_clear'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_has_many_and_belongs_to_many_callbacks_for_save_on_parent(AssociationCallbacksTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/callbacks.rb:321:in `send'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `each'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `send'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `method_missing'' ./test/../lib/active_record/associations/association_collection.rb:162:in `method_missing'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/callbacks.rb:309:in `callback'' ./test/../lib/active_record/callbacks.rb:304:in `each'' ./test/../lib/active_record/callbacks.rb:304:in `callback'' ./test/../lib/active_record/callbacks.rb:227:in `create_without_timestamps'' ./test/../lib/active_record/timestamp.rb:29:in `create'' ./test/../lib/active_record/base.rb:2266:in `create_or_update_without_callbacks'' ./test/../lib/active_record/callbacks.rb:213:in `create_or_update'' ./test/../lib/active_record/base.rb:2000:in `save_without_validation'' ./test/../lib/active_record/validations.rb:934:in `save_without_transactions'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/transactions.rb:118:in `rollback_active_record_state!'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/associations/callbacks_test.rb:130:in `test_has_many_and_belongs_to_many_callbacks_for_save_on_parent'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_adding_a_collection(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `concat'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `concat'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `concat'' ./test/associations_test.rb:1658:in `test_adding_a_collection'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_adding_from_the_project(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `<<'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `<<'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `<<'' ./test/associations_test.rb:1622:in `test_adding_from_the_project'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_adding_from_the_project_fixed_timestamp(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `<<'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `<<'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `<<'' ./test/associations_test.rb:1637:in `test_adding_from_the_project_fixed_timestamp'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_adding_multiple(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `push'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `push'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `push'' ./test/associations_test.rb:1649:in `test_adding_multiple'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_adding_single(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `<<'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `<<'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `<<'' ./test/associations_test.rb:1602:in `test_adding_single'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_adding_uses_default_values_on_join_table(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `<<'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `<<'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `<<'' ./test/associations_test.rb:1666:in `test_adding_uses_default_values_on_join_table'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_assign_ids(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/callbacks.rb:321:in `send'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `each'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `send'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `method_missing'' ./test/../lib/active_record/associations/association_collection.rb:162:in `method_missing'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/callbacks.rb:309:in `callback'' ./test/../lib/active_record/callbacks.rb:304:in `each'' ./test/../lib/active_record/callbacks.rb:304:in `callback'' ./test/../lib/active_record/callbacks.rb:227:in `create_without_timestamps'' ./test/../lib/active_record/timestamp.rb:29:in `create'' ./test/../lib/active_record/base.rb:2266:in `create_or_update_without_callbacks'' ./test/../lib/active_record/callbacks.rb:213:in `create_or_update'' ./test/../lib/active_record/base.rb:2000:in `save_without_validation'' ./test/../lib/active_record/validations.rb:934:in `save_without_transactions'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/transactions.rb:118:in `rollback_active_record_state!'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/associations_test.rb:2073:in `test_assign_ids'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_assign_ids_ignoring_blanks(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/callbacks.rb:321:in `send'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `each'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `send'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `method_missing'' ./test/../lib/active_record/associations/association_collection.rb:162:in `method_missing'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/callbacks.rb:309:in `callback'' ./test/../lib/active_record/callbacks.rb:304:in `each'' ./test/../lib/active_record/callbacks.rb:304:in `callback'' ./test/../lib/active_record/callbacks.rb:227:in `create_without_timestamps'' ./test/../lib/active_record/timestamp.rb:29:in `create'' ./test/../lib/active_record/base.rb:2266:in `create_or_update_without_callbacks'' ./test/../lib/active_record/callbacks.rb:213:in `create_or_update'' ./test/../lib/active_record/base.rb:2000:in `save_without_validation'' ./test/../lib/active_record/validations.rb:934:in `save_without_transactions'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/transactions.rb:118:in `rollback_active_record_state!'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/associations_test.rb:2083:in `test_assign_ids_ignoring_blanks'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_build(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/callbacks.rb:321:in `send'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/callbacks.rb:321:in `each'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/callbacks.rb:309:in `callback'' ./test/../lib/active_record/callbacks.rb:304:in `each'' ./test/../lib/active_record/callbacks.rb:304:in `callback'' ./test/../lib/active_record/callbacks.rb:241:in `update_without_timestamps'' ./test/../lib/active_record/timestamp.rb:38:in `update'' ./test/../lib/active_record/base.rb:2266:in `create_or_update_without_callbacks'' ./test/../lib/active_record/callbacks.rb:213:in `create_or_update'' ./test/../lib/active_record/base.rb:2000:in `save_without_validation'' ./test/../lib/active_record/validations.rb:934:in `save_without_transactions'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/transactions.rb:118:in `rollback_active_record_state!'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/associations_test.rb:1730:in `test_build'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_build_by_new_record(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/callbacks.rb:321:in `send'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `each'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `send'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `method_missing'' ./test/../lib/active_record/associations/association_collection.rb:162:in `method_missing'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/callbacks.rb:309:in `callback'' ./test/../lib/active_record/callbacks.rb:304:in `each'' ./test/../lib/active_record/callbacks.rb:304:in `callback'' ./test/../lib/active_record/callbacks.rb:227:in `create_without_timestamps'' ./test/../lib/active_record/timestamp.rb:29:in `create'' ./test/../lib/active_record/base.rb:2266:in `create_or_update_without_callbacks'' ./test/../lib/active_record/callbacks.rb:213:in `create_or_update'' ./test/../lib/active_record/base.rb:2000:in `save_without_validation'' ./test/../lib/active_record/validations.rb:934:in `save_without_transactions'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/transactions.rb:118:in `rollback_active_record_state!'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/associations_test.rb:1742:in `test_build_by_new_record'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_consider_type(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `<<'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `<<'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `<<'' ./test/associations_test.rb:1998:in `test_consider_type'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_create(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:15:in `create'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:158:in `create_record'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:15:in `create'' ./test/associations_test.rb:1751:in `test_create'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_create_by_new_record(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/callbacks.rb:321:in `send'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `each'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `send'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `method_missing'' ./test/../lib/active_record/associations/association_collection.rb:162:in `method_missing'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/callbacks.rb:309:in `callback'' ./test/../lib/active_record/callbacks.rb:304:in `each'' ./test/../lib/active_record/callbacks.rb:304:in `callback'' ./test/../lib/active_record/callbacks.rb:227:in `create_without_timestamps'' ./test/../lib/active_record/timestamp.rb:29:in `create'' ./test/../lib/active_record/base.rb:2266:in `create_or_update_without_callbacks'' ./test/../lib/active_record/callbacks.rb:213:in `create_or_update'' ./test/../lib/active_record/base.rb:2000:in `save_without_validation'' ./test/../lib/active_record/validations.rb:934:in `save_without_transactions'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/transactions.rb:118:in `rollback_active_record_state!'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/associations_test.rb:1763:in `test_create_by_new_record'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_dynamic_find_all_order_should_override_association_order(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:15:in `create'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:158:in `create_record'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:15:in `create'' ./test/associations_test.rb:1935:in `test_dynamic_find_all_order_should_override_association_order'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_dynamic_find_all_should_respect_association_order(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:15:in `create'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:158:in `create_record'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:15:in `create'' ./test/associations_test.rb:1925:in `test_dynamic_find_all_should_respect_association_order'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_dynamic_find_order_should_override_association_order(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:15:in `create'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:158:in `create_record'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:15:in `create'' ./test/associations_test.rb:1915:in `test_dynamic_find_order_should_override_association_order'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_dynamic_find_should_respect_association_order(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:15:in `create'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:158:in `create_record'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:15:in `create'' ./test/associations_test.rb:1905:in `test_dynamic_find_should_respect_association_order'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_habtm_adding_before_save(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/callbacks.rb:321:in `send'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `each'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `send'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `method_missing'' ./test/../lib/active_record/associations/association_collection.rb:162:in `method_missing'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/callbacks.rb:309:in `callback'' ./test/../lib/active_record/callbacks.rb:304:in `each'' ./test/../lib/active_record/callbacks.rb:304:in `callback'' ./test/../lib/active_record/callbacks.rb:227:in `create_without_timestamps'' ./test/../lib/active_record/timestamp.rb:29:in `create'' ./test/../lib/active_record/base.rb:2266:in `create_or_update_without_callbacks'' ./test/../lib/active_record/callbacks.rb:213:in `create_or_update'' ./test/../lib/active_record/base.rb:2000:in `save_without_validation'' ./test/../lib/active_record/validations.rb:934:in `save_without_transactions'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/transactions.rb:118:in `rollback_active_record_state!'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/associations_test.rb:1698:in `test_habtm_adding_before_save'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_habtm_saving_multiple_relationships(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/callbacks.rb:321:in `send'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `each'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `send'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `method_missing'' ./test/../lib/active_record/associations/association_collection.rb:162:in `method_missing'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/callbacks.rb:309:in `callback'' ./test/../lib/active_record/callbacks.rb:304:in `each'' ./test/../lib/active_record/callbacks.rb:304:in `callback'' ./test/../lib/active_record/callbacks.rb:227:in `create_without_timestamps'' ./test/../lib/active_record/timestamp.rb:29:in `create'' ./test/../lib/active_record/base.rb:2266:in `create_or_update_without_callbacks'' ./test/../lib/active_record/callbacks.rb:213:in `create_or_update'' ./test/../lib/active_record/base.rb:2000:in `save_without_validation'' ./test/../lib/active_record/validations.rb:934:in `save_without_transactions'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/transactions.rb:118:in `rollback_active_record_state!'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/associations_test.rb:1713:in `test_habtm_saving_multiple_relationships'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_new_with_values_in_collection(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/callbacks.rb:321:in `send'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `each'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `send'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `method_missing'' ./test/../lib/active_record/associations/association_collection.rb:162:in `method_missing'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/callbacks.rb:309:in `callback'' ./test/../lib/active_record/callbacks.rb:304:in `each'' ./test/../lib/active_record/callbacks.rb:304:in `callback'' ./test/../lib/active_record/callbacks.rb:227:in `create_without_timestamps'' ./test/../lib/active_record/timestamp.rb:29:in `create'' ./test/../lib/active_record/base.rb:2266:in `create_or_update_without_callbacks'' ./test/../lib/active_record/callbacks.rb:213:in `create_or_update'' ./test/../lib/active_record/base.rb:2006:in `save_without_validation!'' ./test/../lib/active_record/validations.rb:944:in `save_without_transactions!'' ./test/../lib/active_record/transactions.rb:110:in `save!'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/transactions.rb:110:in `save!'' ./test/../lib/active_record/transactions.rb:118:in `rollback_active_record_state!'' ./test/../lib/active_record/transactions.rb:110:in `save!'' ./test/associations_test.rb:1956:in `test_new_with_values_in_collection'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_replace_on_new_object(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/callbacks.rb:321:in `send'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `each'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `send'' ./test/../lib/active_record/associations/association_proxy.rb:125:in `method_missing'' ./test/../lib/active_record/associations/association_collection.rb:162:in `method_missing'' ./test/../lib/active_record/callbacks.rb:321:in `callback'' ./test/../lib/active_record/callbacks.rb:309:in `callback'' ./test/../lib/active_record/callbacks.rb:304:in `each'' ./test/../lib/active_record/callbacks.rb:304:in `callback'' ./test/../lib/active_record/callbacks.rb:227:in `create_without_timestamps'' ./test/../lib/active_record/timestamp.rb:29:in `create'' ./test/../lib/active_record/base.rb:2266:in `create_or_update_without_callbacks'' ./test/../lib/active_record/callbacks.rb:213:in `create_or_update'' ./test/../lib/active_record/base.rb:2000:in `save_without_validation'' ./test/../lib/active_record/validations.rb:934:in `save_without_transactions'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/../lib/active_record/transactions.rb:118:in `rollback_active_record_state!'' ./test/../lib/active_record/transactions.rb:106:in `save'' ./test/associations_test.rb:1989:in `test_replace_on_new_object'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_replace_with_new(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `concat'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `concat'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `concat'' ./test/../lib/active_record/associations/association_collection.rb:154:in `replace'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:152:in `replace'' ./test/../lib/active_record/associations.rb:1078:in `projects='' ./test/associations_test.rb:1980:in `test_replace_with_new'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_uniq_after_the_fact(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `<<'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `<<'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `<<'' ./test/associations_test.rb:1771:in `test_uniq_after_the_fact'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_uniq_before_the_fact(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `<<'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `<<'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `<<'' ./test/associations_test.rb:1778:in `test_uniq_before_the_fact'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_update_attributes_after_push_without_duplicate_join_table_rows(HasAndBelongsToManyAssociationsTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `<<'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `<<'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `<<'' ./test/associations_test.rb:2010:in `test_update_attributes_after_push_without_duplicate_join_table_rows'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_module_spanning_has_and_belongs_to_many_associations(ModulesTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"developers_projects"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:55:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `<<'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `<<'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `<<'' ./test/modules_test.rb:15:in `test_module_spanning_has_and_belongs_to_many_associations'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_cache_is_expired_by_habtm_update(QueryCacheExpiryTest) Type: Error Message: ActiveRecord::StatementInvalid: PGError: ERROR: invalid name syntax : SELECT currval(''"categories_posts"_id_seq'') ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:156:in `log'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:407:in `execute_without_counting'' ./test/abstract_unit.rb:71:in `execute'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:787:in `select_raw'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:774:in `select'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:53:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:74:in `cache_sql'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:53:in `select_all'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:13:in `select_one'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:19:in `select_value'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `last_insert_id'' ./test/../lib/active_record/connection_adapters/postgresql_adapter.rb:390:in `insert'' ./test/../lib/active_record/associations/has_and_belongs_to_many_association.rb:106:in `insert_record'' ./test/../lib/active_record/associations/association_collection.rb:26:in `<<'' ./test/../lib/active_record/associations/association_collection.rb:23:in `each'' ./test/../lib/active_record/associations/association_collection.rb:23:in `<<'' ./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'' ./test/../lib/active_record/transactions.rb:79:in `transaction'' ./test/../lib/active_record/transactions.rb:98:in `transaction'' ./test/../lib/active_record/associations/association_collection.rb:22:in `<<'' ./test/query_cache_test.rb:110:in `test_cache_is_expired_by_habtm_update'' ./test/../lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'' ./test/../lib/active_record/query_cache.rb:8:in `cache'' ./test/query_cache_test.rb:107:in `test_cache_is_expired_by_habtm_update'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `__send__'' ./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:90:in `run'' Name: test_fragment_caching_in_rjs_partials(FunctionalFragmentCachingTest) Type: Error Message: ActionView::TemplateError: undefined method `[]'' for nil:NilClass On line #1 of usr/ccrb/shared/projects/rubyonrails/work/actionpack/test/fixtures/functional_caching/_partial.erb See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/8653 for details. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---