Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachtest: activerecord failed #84955

Closed
cockroach-teamcity opened this issue Jul 23, 2022 · 132 comments · Fixed by #92793
Closed

roachtest: activerecord failed #84955

cockroach-teamcity opened this issue Jul 23, 2022 · 132 comments · Fixed by #92793
Assignees
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jul 23, 2022

roachtest.activerecord failed with artifacts on master @ 8fd5b3500796fae41c07fffd4246648b349b6460:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:896: 
		Tests run on Cockroach v22.2.0-alpha.00000000-1833-g8fd5b35007
		Tests run against activerecord 7.0.3
		7372 Total Tests Run
		7363 tests passed
		9 tests failed
		27 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		9 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: BasicsTest#test_default_values_are_deeply_dupped (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

Jira issue: CRDB-17969

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Jul 23, 2022
@cockroach-teamcity cockroach-teamcity added this to the 22.2 milestone Jul 23, 2022
@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ eabdc49383a19d5731b765dbb0d8b45bd9e24404:

		--- FAIL: DefaultTextTest#test_default_texts (unexpected)
		--- FAIL: RelationTest#test_automatically_added_where_references (unexpected)
		--- FAIL: BasicsTest#test_previously_changed_dup (unexpected)
		--- FAIL: BasicsTest#test_when_ignored_attribute_is_loaded,_cast_type_should_be_preferred_over_DB_type (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_schema_dumping (unexpected)
		--- FAIL: BasicsTest#test_find_ordered_last (unexpected)
		--- FAIL: CalculationsTest#test_should_group_by_association_with_non_numeric_foreign_key (unexpected)
		--- FAIL: PersistenceTest#test_create_many (unexpected)
		--- FAIL: HasManyAssociationsTest#test_does_not_duplicate_associations_when_used_with_natural_primary_keys (unexpected)
		--- FAIL: BasicsTest#test_dont_clear_sequence_name_when_setting_explicitly (unexpected)
		--- FAIL: PersistenceTest#test_class_level_update_without_ids (unexpected)
		--- FAIL: BasicsTest#test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_on_delete_nullify_foreign_key (unexpected)
		--- FAIL: HasManyThroughDisableJoinsAssociationsTest#test_counting_on_disable_joins_through_using_custom_foreign_key (unexpected)
		--- FAIL: HasManyThroughFixture#test_has_many_through_with_default_table_name_on_join_table (unexpected)
		--- FAIL: CalculationsTest#test_offset_is_kept (unexpected)
		--- FAIL: BasicsTest#test_attributes_on_dummy_time (unexpected)
		--- FAIL: PersistenceTest#test_update_columns_returns_boolean (unexpected)
		--- FAIL: PersistenceTest#test_delete_new_record (unexpected)
		--- FAIL: NestedThroughAssociationsTest#test_nested_has_many_through_with_conditions_on_through_associations_preload (unexpected)
		--- FAIL: BasicsTest#test_benchmark_with_log_level (unexpected)
		--- FAIL: RelationTest#test_reverse_arel_assoc_order_with_function (unexpected)
		--- FAIL: NestedThroughAssociationsTest#test_has_many_through_belongs_to_with_has_many_through_source_reflection_preload (unexpected)
		--- FAIL: BasicsTest#test_scoped_can_take_a_values_hash (unexpected)
		--- FAIL: CalculationsTest#test_pluck_and_distinct (unexpected)
		--- FAIL: RelationTest#test_default_reverse_order_on_table_without_primary_key (unexpected)
		--- FAIL: PersistenceTest#test_persisted_returns_boolean (unexpected)
		--- FAIL: BasicsTest#test_distinct_delegates_to_scoped (unexpected)
		--- FAIL: RelationTest#test_eager_load_with_blank_value (unexpected)
		--- FAIL: HasOneThroughAssociationsTest#test_has_one_through_with_has_one (unexpected)
		--- FAIL: NestedThroughAssociationsTest#test_nested_has_many_through_with_a_table_referenced_multiple_times (unexpected)
		--- FAIL: RelationTest#test_loaded_relations_cannot_be_mutated_by_multi_value_methods (unexpected)
		--- FAIL: RelationTest#test_#skip_query_cache!_with_an_eager_load (unexpected)
		--- FAIL: CalculationsTest#test_count_selected_arel_attribute (unexpected)
		--- FAIL: BasicsTest#test_clone_of_new_object_with_defaults (unexpected)
		--- FAIL: RelationTest#test_find_by_with_non-hash_conditions_returns_the_first_matching_record (unexpected)
		--- FAIL: CalculationsTest#test_should_count_with_manual_distinct_select_and_distinct (unexpected)
		--- FAIL: PersistenceTest#test_update_attribute_in_before_validation_respects_callback_chain (unexpected)
		--- FAIL: RelationTest#test_relation_join_method (unexpected)
		--- FAIL: CalculationsTest#test_plucks_with_ids (unexpected)
		--- FAIL: PrimaryKeysTest#test_read_attribute_with_custom_primary_key (unexpected)
		--- FAIL: HasManyThroughDisableJoinsAssociationsTest#test_polymophic_disable_joins_through_counting (unexpected)
		--- FAIL: RelationTest#test_create_bang (unexpected)
		--- FAIL: CalculationsTest#test_should_calculate_grouped_association_with_foreign_key_option (unexpected)
		--- FAIL: LegacyPolymorphicReferenceIndexTest::V5_1#test_create_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
		--- FAIL: PrimaryKeysTest#test_update_with_non_primary_key_id_column (unexpected)
		--- FAIL: BasicsTest#test_clone_preserves_subtype (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ eabdc49383a19d5731b765dbb0d8b45bd9e24404:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:896: 
		Tests run on Cockroach v22.2.0-alpha.00000000-1838-geabdc49383
		Tests run against activerecord 7.0.3
		7372 Total Tests Run
		7364 tests passed
		8 tests failed
		27 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		8 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@rafiss rafiss removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Jul 25, 2022
@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 8db26695114981eec5c12317f3dc5d770b522a3f:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:896: 
		Tests run on Cockroach v22.2.0-alpha.00000000-1871-g8db2669511
		Tests run against activerecord 7.0.3
		7372 Total Tests Run
		7364 tests passed
		8 tests failed
		27 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		8 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 0f100f3a09246bc80ef2c3119e4ec1c24ef36801:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:896: 
		Tests run on Cockroach v22.2.0-alpha.00000000-1898-g0f100f3a09
		Tests run against activerecord 7.0.3
		7372 Total Tests Run
		7358 tests passed
		14 tests failed
		27 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		14 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_change_column_of_parent_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_reference_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_reference_column_of_child_table (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 7c95ccd0a9f0b0aca9cdb0ed813caf8d60b28732:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:896: 
		Tests run on Cockroach v22.2.0-alpha.00000000-1939-g7c95ccd0a9
		Tests run against activerecord 7.0.3
		7372 Total Tests Run
		7358 tests passed
		14 tests failed
		27 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		14 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_reference_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_reference_column_of_child_table (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_change_column_of_parent_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 1129fbc650fe3a037b03aea1e5f1d8078618cb1c:

		--- FAIL: ActiveRecord::ConnectionAdapters::LegacyConnectionHandlersMultiDbTest#test_loading_relations_with_multi_db_connection_handlers (unexpected)
		--- FAIL: CockroachDB::PostgresqlBigSerialTest#test_not_bigserial_column (unexpected)
		--- FAIL: PersistenceTest#test_update_many_with_array_of_active_record_base_objects! (unexpected)
		--- FAIL: BasicsTest#test_many_mutations (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_has_many_with_hash_conditions (unexpected)
		--- FAIL: ReadOnlyTest#test_cant_update_column_readonly_record (unexpected)
		--- FAIL: TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_not_update_children_when_parent_creation_with_no_reason (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_unavailable_through_reflection (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_has_many_find_conditions (unexpected)
		--- FAIL: TestNestedAttributesOnAHasManyAssociation#test_can_use_symbols_as_object_identifier (unexpected)
		--- FAIL: ActiveRecord::Migration::ReferencesForeignKeyTest#test_references_foreign_key_with_suffix (unexpected)
		--- FAIL: BasicsTest#test_distinct_delegates_to_scoped (unexpected)
		--- FAIL: PersistenceTest#test_update_attribute_does_not_run_sql_if_attribute_is_not_changed (unexpected)
		--- FAIL: PersistenceTest#test_save_invalid_record (unexpected)
		--- FAIL: PersistenceTest#test_update (unexpected)
		--- FAIL: PersistenceTest#test_update_attribute (unexpected)
		--- FAIL: TestAutosaveAssociationOnAHasManyAssociation#test_should_not_update_children_when_parent_creation_with_no_reason (unexpected)
		--- FAIL: PersistenceTest#test_becomes_wont_break_mutation_tracking (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_create_polymorphic_has_one_with_scope (unexpected)
		--- FAIL: ReservedWordTest#test_associations_work_with_reserved_words (unexpected)
		--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
		--- FAIL: PersistenceTest#test_update_does_not_run_sql_if_record_has_not_changed (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_create_associate_when_adding_to_has_many_through (unexpected)
		--- FAIL: UniquenessValidationTest#test_validate_uniqueness_with_object_arg (unexpected)
		--- FAIL: PersistenceTest#test_persisted_returns_boolean (unexpected)
		--- FAIL: PersistenceTest#test_update_attribute_for_updated_at_on (unexpected)
		--- FAIL: BasicsTest#test_#connecting_to_doesn't_work_with_legacy_connection_handling (unexpected)
		--- FAIL: StrictLoadingTest#test_strict_loading_by_default_can_be_set_per_model (unexpected)
		--- FAIL: BasicsTest#test_previously_new_record_returns_boolean (unexpected)
		--- FAIL: PersistenceTest#test_update_all (unexpected)
		--- FAIL: BasicsTest#test_create_after_initialize_with_block (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_inferes_column (unexpected)
		--- FAIL: PersistenceTest#test_update_parameters (unexpected)
		--- FAIL: BasicsTest#test_clone_of_new_object_marks_attributes_as_dirty (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column (unexpected)
		--- FAIL: PersistenceTest#test_raises_error_when_validations_failed (unexpected)
		--- FAIL: StrictLoadingTest#test_strict_loading_with_has_many (unexpected)
		--- FAIL: BasicsTest#test_#connected_to_many_sets_prevent_writes_if_role_is_reading (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
		--- FAIL: EnumTest#test_validate_uniqueness (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_column (unexpected)
		--- FAIL: PersistenceTest#test_update_raises_record_not_found_exception (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_has_many_distinct_through_count (unexpected)
		--- FAIL: StrictLoadingTest#test_strict_loading_with_reflection_is_ignored_in_validation_context (unexpected)
		--- FAIL: InheritanceComputeTypeTest#test_sti_type_from_attributes_disabled_in_non_sti_class (unexpected)
		--- FAIL: AssociationsTest#test_association_with_references (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ cd113bf428e8868c38b2f2f295210f5c30d13a2d:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:896: 
		Tests run on Cockroach v22.2.0-alpha.00000000-2040-gcd113bf428
		Tests run against activerecord 7.0.3
		7372 Total Tests Run
		7364 tests passed
		8 tests failed
		27 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		8 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 0352fbee5e6933e8bca28aae4b136bcd495ab227:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:896: 
		Tests run on Cockroach v22.2.0-alpha.00000000-2042-g0352fbee5e
		Tests run against activerecord 7.0.3
		7372 Total Tests Run
		7364 tests passed
		8 tests failed
		27 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		8 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 0352fbee5e6933e8bca28aae4b136bcd495ab227:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:896: 
		Tests run on Cockroach v22.2.0-alpha.00000000-2042-g0352fbee5e
		Tests run against activerecord 7.0.3
		7372 Total Tests Run
		7352 tests passed
		20 tests failed
		27 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		20 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_change_column_of_parent_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_change_column_of_parent_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_reference_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_reference_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_rename_reference_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ b83e83b7e54fabf6ebd3a42cff67f4b8c5b7b863:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:896: 
		Tests run on Cockroach v22.2.0-alpha.00000000-2049-gb83e83b7e5
		Tests run against activerecord 7.0.3
		7372 Total Tests Run
		7364 tests passed
		8 tests failed
		27 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		8 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 748b89a3fbef294f4b0f930c9dbdf88294b3deeb:

		--- FAIL: RelationScopingTest#test_scoping_applies_to_delete_with_all_queries (unexpected)
		--- FAIL: StoreTestWithYAMLSafeLoad#test_updating_the_store_will_mark_it_as_changed_encoded_with_JSON (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- FAIL: ActiveRecord::Migration::CompatibilityTest#test_timestamps_have_null_constraints_if_not_present_in_migration_for_adding_timestamps_to_existing_table (unexpected)
		--- FAIL: MultiDbMigratorTest#test_get_all_versions (unexpected)
		--- FAIL: RelationScopingTest#test_current_scope_does_not_pollute_sibling_subclasses (unexpected)
		--- FAIL: MultipleDbTest#test_count_on_custom_connection (unexpected)
		--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_should_raise_exception_on_serialized_attribute_with_type_mismatch (unexpected)
		--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_json_read_db_null (unexpected)
		--- FAIL: NestedClassTest#test_nested_model (unexpected)
		--- FAIL: ActiveRecord::Migration::CompatibilityTest#test_datetime_doesnt_set_precision_on_change_table_5_0 (unexpected)
		--- FAIL: HasManyThroughFixture#test_has_and_belongs_to_many_order (unexpected)
		--- FAIL: StoreTestWithYAMLSafeLoad#test_updating_the_store_populates_the_accessor_changed_array_correctly (unexpected)
		--- FAIL: ActiveRecord::Migration::CompatibilityTest#test_datetime_doesnt_set_precision_on_add_column_6_1 (unexpected)
		--- FAIL: FoxyFixturesTest#test_ignores_belongs_to_symbols_if_association_and_foreign_key_are_named_the_same (unexpected)
		--- FAIL: SerializedAttributeTest#test_newly_emptied_serialized_hash_is_changed (unexpected)
		--- FAIL: SerializedAttributeTest#test_serialized_attribute_on_custom_attribute_with_default (unexpected)
		--- FAIL: SerializedAttributeTest#test_serialized_attribute_on_alias_attribute (unexpected)
		--- FAIL: StoreTestWithYAMLSafeLoad#test_accessing_attributes_not_exposed_by_accessors (unexpected)
		--- FAIL: ActiveRecord::Migration::CompatibilityTest#test_timestamps_doesnt_set_precision_on_change_table (unexpected)
		--- FAIL: StoreTestWithYAMLSafeLoad#test_updating_the_store_won't_mark_accessor_as_changed_if_the_value_isn't_changed (unexpected)
		--- FAIL: RelationScopingTest#test_scoped_create_with_create_with (unexpected)
		--- FAIL: ManyToManyFixturesWithClassDefined#test_this_should_run_cleanly (unexpected)
		--- FAIL: StoreTestWithYAMLSafeLoad#test_overriding_a_write_accessor (unexpected)
		--- FAIL: FoxyFixturesTest#test_namespaced_models (unexpected)
		--- FAIL: StoreTestWithYAMLSafeLoad#test_reading_store_attributes_through_accessors_encoded_with_JSON (unexpected)
		--- FAIL: RelationScopingTest#test_scoped_find_first (unexpected)
		--- FAIL: RelationScopingTest#test_scoped_find_with_annotation (unexpected)
		--- FAIL: SerializedAttributeTest#test_where_by_serialized_attribute_with_hash_in_array (unexpected)
		--- FAIL: MultipleDbTest#test_transactions_across_databases (unexpected)
		--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_serialized_string_attribute (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: StoreTestWithYAMLSafeLoad#test_overriding_a_read_accessor (unexpected)
		--- FAIL: RelationScopingTest#test_scoped_find_combines_and_sanitizes_conditions (unexpected)
		--- FAIL: StoreTestWithYAMLSafeLoad#test_updating_the_store_will_mark_it_as_changed (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column (unexpected)
		--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_serialized_attribute_with_class_constraint (unexpected)
		--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_nil_serialized_attribute_without_class_constraint (unexpected)
		--- FAIL: FoxyFixturesTest#test_populates_timestamp_columns (unexpected)
		--- FAIL: SerializedAttributeTest#test_serialized_attribute_calling_dup_method (unexpected)
		--- FAIL: SerializedAttributeTest#test_serialized_attribute_declared_in_subclass (unexpected)
		--- FAIL: StoreTestWithYAMLSafeLoad#test_write_store_attributes_through_accessors_with_custom_suffix (unexpected)
		--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_nil_not_serialized_with_class_constraint (unexpected)
		--- FAIL: SerializedAttributeTest#test_where_by_serialized_attribute_with_hash (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_foreign_key_exists_by_column (unexpected)
		--- FAIL: StoreTestWithYAMLSafeLoad#test_dirty_methods_for_prefixed_accessors (unexpected)
		--- FAIL: RelationScopingTest#test_unscoped_breaks_caching (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 7326bbbf94610c40ae2d2fdf42c119dfea93a170:

		--- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_conditions_on_nested_association (unexpected)
		--- FAIL: FinderTest#test_model_class_responds_to_fifth_bang (unexpected)
		--- FAIL: BasicsTest#test_marshalling_with_associations (unexpected)
		--- FAIL: EagerAssociationTest#test_preconfigured_includes_with_belongs_to (unexpected)
		--- FAIL: EagerAssociationTest#test_including_association_based_on_sql_condition_and_no_database_column (unexpected)
		--- FAIL: EagerAssociationTest#test_loading_association_with_same_table_joins (unexpected)
		--- FAIL: SerializedAttributeTest#test_serialized_no_default_class_for_object (unexpected)
		--- FAIL: RelationTest#test_relations_show_the_records_in_#inspect (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many_in_a_namespaced_model_pointing_to_a_namespaced_model (unexpected)
		--- FAIL: EagerAssociationTest#test_loading_polymorphic_association_with_mixed_table_conditions (unexpected)
		--- FAIL: RequiredAssociationsTest#test_required_has_one_associations_have_a_correct_error_message (unexpected)
		--- FAIL: FinderTest#test_find_by_with_range_conditions_returns_the_first_matching_record (unexpected)
		--- FAIL: FinderTest#test_exists (unexpected)
		--- FAIL: FinderTest#test_custom_select_takes_precedence_over_original_value (unexpected)
		--- FAIL: RelationTest#test_one_with_destroy (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_should_set_foreign_key_on_create_association (unexpected)
		--- FAIL: FinderTest#test_find_by_sql_with_sti_on_joined_table (unexpected)
		--- FAIL: FinderTest#test_bind_variables_with_quotes (unexpected)
		--- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit (unexpected)
		--- FAIL: FinderTest#test_find_on_relation_with_large_number (unexpected)
		--- FAIL: RelationTest#test_primary_key (unexpected)
		--- FAIL: BasicsTest#test_slice_accepts_array_argument (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_where_on_polymorphic_association_with_empty_array (unexpected)
		--- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_order_on_nested_association (unexpected)
		--- FAIL: FinderTest#test_condition_interpolation (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_from_the_project_fixed_timestamp (unexpected)
		--- FAIL: EagerAssociationTest#test_limited_eager_with_numeric_in_association (unexpected)
		--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_json_read_legacy_null (unexpected)
		--- FAIL: EagerAssociationTest#test_eager_with_invalid_association_reference (unexpected)
		--- FAIL: InheritanceTest#test_compute_type_on_undefined_method (unexpected)
		--- FAIL: EagerAssociationTest#test_preloading_a_regular_association_with_a_typo_through_a_polymorphic_association_still_raises (unexpected)
		--- FAIL: InheritanceTest#test_different_namespace_subclass_should_load_correctly_with_store_full_sti_class_option (unexpected)
		--- FAIL: FinderTest#test_find_by_returns_nil_if_the_record_is_missing (unexpected)
		--- FAIL: RelationTest#test_loaded_first (unexpected)
		--- FAIL: RelationTest#test_dynamic_finder (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_polymorphic_with_custom_foreign_type (unexpected)
		--- FAIL: FinderTest#test_hash_condition_find_malformed (unexpected)
		--- FAIL: BasicsTest#test_previously_new_record_returns_boolean (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_destroying_polymorphic_child_with_unloaded_parent_and_touch_is_possible_with_has_many_inversing (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_foreign_key_constraint_is_not_cached_incorrectly (unexpected)
		--- FAIL: EagerAssociationTest#test_loading_with_scope_including_joins (unexpected)
		--- FAIL: EagerAssociationTest#test_eager-loading_non-readonly_association (unexpected)
		--- FAIL: EagerAssociationTest#test_finding_with_includes_on_has_one_association_with_same_include_includes_only_once (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_eager_loading_with_primary_key_as_symbol (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_find_should_append_to_association_order (unexpected)
		--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_values_cast_from_nil_are_persisted_as_nil (unexpected)
		--- FAIL: InheritanceTest#test_should_store_full_class_name_with_store_full_sti_class_option_enabled (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 4d40b770f96e8248a937b614c5909289c38c777a:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:896: 
		Tests run on Cockroach v22.2.0-alpha.00000000-2179-g4d40b770f9
		Tests run against activerecord 7.0.3
		7372 Total Tests Run
		7364 tests passed
		8 tests failed
		27 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		8 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ d687b14e513a49f94e1862c78a7685b78f4fbad9:

		--- FAIL: FinderTest#test_find_with_order_on_included_associations_with_construct_finder_sql_for_association_limiting_and_is_distinct (unexpected)
		--- FAIL: FinderTest#test_find_by_with_multi-arg_conditions_returns_the_first_matching_record (unexpected)
		--- FAIL: FinderTest#test_model_class_responds_to_third_to_last_bang (unexpected)
		--- FAIL: FinderTest#test_include_on_unloaded_relation_without_match (unexpected)
		--- FAIL: FinderTest#test_third_with_offset (unexpected)
		--- FAIL: FinderTest#test_take_bang_missing (unexpected)
		--- FAIL: FinderTest#test_find_by_association_subquery (unexpected)
		--- FAIL: PessimisticLockingTest#test_locking_in_after_save_callback (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: FinderTest#test_unexisting_record_exception_handling (unexpected)
		--- FAIL: PostgresqlInfinityTest#test_where_clause_with_infinite_range_on_a_datetime_column (unexpected)
		--- FAIL: EagerAssociationTest#test_base_messages (unexpected)
		--- FAIL: FinderTest#test_symbols_table_ref (unexpected)
		--- FAIL: EagerAssociationTest#test_has_many_association_ignores_the_scoping (unexpected)
		--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_store_association_in_two_relations_with_one_save_in_existing_object_with_values (unexpected)
		--- FAIL: EagerAssociationTest#test_eager_with_valid_association_as_string_not_symbol (unexpected)
		--- FAIL: FinderTest#test_second_have_primary_key_order_by_default (unexpected)
		--- FAIL: FinderTest#test_member_on_unloaded_relation_with_mismatched_class (unexpected)
		--- FAIL: EagerAssociationTest#test_eager_loading_with_order_on_joined_table_preloads (unexpected)
		--- FAIL: EagerAssociationTest#test_eager_with_default_scope_as_callable (unexpected)
		--- FAIL: FinderTest#test_include_on_loaded_relation_with_match (unexpected)
		--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_foreign_keys (unexpected)
		--- FAIL: FinderTest#test_fourth_have_primary_key_order_by_default (unexpected)
		--- FAIL: LegacyPolymorphicReferenceIndexTest::V5_2#test_create_join_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
		--- FAIL: FinderTest#test_find_by_one_attribute_bang_with_blank_defined (unexpected)
		--- FAIL: EagerAssociationTest#test_eager-loading_with_a_polymorphic_association_won't_work_consistently (unexpected)
		--- FAIL: FinderTest#test_find_with_proc_parameter_and_block (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: FinderTest#test_find_by_on_attribute_that_is_a_reserved_word (unexpected)
		--- FAIL: FinderTest#test_find_with_nil_inside_set_passed_for_attribute (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_polymorphic_has_many_going_through_join_model_with_inheritance (unexpected)
		--- FAIL: FinderTest#test_model_class_responds_to_first_bang (unexpected)
		--- FAIL: EagerAssociationTest#test_has_many_through_with_order (unexpected)
		--- FAIL: FinderTest#test_bind_variables (unexpected)
		--- FAIL: ActiveRecord::Migration::ColumnAttributesTest#test_unabstracted_database_dependent_types (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_include_has_many_through (unexpected)
		--- FAIL: FinderTest#test_find_by_id_with_conditions_with_or (unexpected)
		--- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_order (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_polymorphic_has_many_going_through_join_model_with_inheritance_with_custom_class_name (unexpected)
		--- FAIL: LegacyPolymorphicReferenceIndexTest::V5_0#test_change_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
		--- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_order_on_nested_association (unexpected)
		--- FAIL: FinderTest#test_find_on_hash_conditions_with_array_of_integers_and_ranges (unexpected)
		--- FAIL: FinderTest#test_find_an_empty_array (unexpected)
		--- FAIL: EagerAssociationTest#test_eager_load_belongs_to_with_string_keys (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- FAIL: FinderTest#test_find_on_hash_conditions_with_range (unexpected)
		--- FAIL: ActiveRecordSchemaTest#test_schema_load_with_multiple_indexes_for_column_of_different_names (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ db95c2484a9f15c2de01466af0aae19c8ab57618:

		--- FAIL: CascadedEagerLoadingTest#test_preloaded_records_are_not_duplicated (unexpected)
		--- FAIL: RelationTest#test_create_with_array (unexpected)
		--- FAIL: HasManyAssociationsTest#test_deleting_updates_counter_cache_with_dependent_destroy (unexpected)
		--- FAIL: FinderTest#test_find_passing_active_record_object_is_not_permitted (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_polymorphic_belongs_to (unexpected)
		--- FAIL: HasManyAssociationsTest#test_include_returns_false_for_non_matching_record_to_verify_scoping (unexpected)
		--- FAIL: HasManyAssociationsTest#test_get_ids (unexpected)
		--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_belongs_to_sti (unexpected)
		--- FAIL: RelationTest#test_grouping_by_column_with_reserved_name (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_deleting_by_integer_id_from_has_many_through (unexpected)
		--- FAIL: RelationTest#test_order_with_hash_and_symbol_generates_the_same_sql (unexpected)
		--- FAIL: RelationTest#test_#where_with_empty_set (unexpected)
		--- FAIL: HasManyAssociationsTest#test_find_grouped (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: RelationTest#test_annotate_with_blank_value (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_eager_load_has_many_through_has_many (unexpected)
		--- FAIL: HasManyAssociationsTest#test_dependent_association_respects_optional_sanitized_conditions_on_delete (unexpected)
		--- FAIL: MultipleDbTest#test_course_connection_should_survive_reloads (unexpected)
		--- FAIL: RelationTest#test_create_or_find_by_should_not_raise_due_to_validation_errors (unexpected)
		--- FAIL: HasManyAssociationsTest#test_included_in_collection (unexpected)
		--- FAIL: HasManyAssociationsTest#test_find_ids_and_inverse_of (unexpected)
		--- FAIL: HasManyAssociationsTest#test_include_uses_array_include_after_loaded (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_has_many_going_through_join_model_with_custom_primary_key (unexpected)
		--- FAIL: FinderTest#test_exists_with_empty_hash_arg (unexpected)
		--- FAIL: HasManyAssociationsTest#test_get_ids_for_through (unexpected)
		--- FAIL: RelationTest#test_automatically_added_reorder_references (unexpected)
		--- FAIL: RelationTest#test_where_with_take_memoization (unexpected)
		--- FAIL: RelationTest#test_where_id_with_delegated_ar_object (unexpected)
		--- FAIL: RelationTest#test_pluck_with_from_includes_quoted_original_table_name (unexpected)
		--- FAIL: FinderTest#test_hash_condition_find_with_aggregate_having_three_mappings_array (unexpected)
		--- FAIL: RelationTest#test_except (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_delete_polymorphic_has_many_with_destroy (unexpected)
		--- FAIL: FinderTest#test_hash_condition_find_empty_array_with_aggregate_having_multiple_mappings (unexpected)
		--- FAIL: FinderTest#test_exists_with_string (unexpected)
		--- FAIL: RelationTest#test_finding_with_conditions (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_unavailable_through_reflection (unexpected)
		--- FAIL: HasManyAssociationsTest#test_find_first_after_reload (unexpected)
		--- FAIL: FinderTest#test_hash_condition_find_nil_with_aggregate_having_multiple_mappings (unexpected)
		--- FAIL: FinderTest#test_take_bang_present (unexpected)
		--- FAIL: RelationTest#test_doesnt_add_having_values_if_options_are_blank (unexpected)
		--- FAIL: FinderTest#test_joins_with_string_array (unexpected)
		--- FAIL: FinderTest#test_find_by_invalid_method_syntax (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_delete_associate_when_deleting_from_has_many_through_with_nonstandard_id (unexpected)
		--- FAIL: PreloaderTest#test_some_already_loaded_associations (unexpected)
		--- FAIL: HasManyAssociationsTest#test_calling_first_or_last_with_integer_on_association_should_not_load_association (unexpected)
		--- FAIL: FinderTest#test_find_by_id_with_conditions_with_or (unexpected)
		--- FAIL: FinderTest#test_eager_load_for_no_has_many_with_limit_and_left_joins_for_has_many (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ a7c91f06d8ee0fa2096bcd626f689009024947bb:

		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_suffix (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_without_updated_at_attributes (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_primary_key_counter (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_polymorphic_assignment_with_primary_key_foreign_type_field_updating (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_where_on_polymorphic_association_with_nil (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_create_with_block (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_rename_reference_column_of_child_table (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_create! (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_assignment_before_child_saved_with_primary_key (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: TouchLaterTest#test_touch_touches_immediately_with_a_custom_time (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object_with_primary_key (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_default_with_lambda (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_cant_save_readonly_association (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_with_assigning_new_object (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_find_by_with_custom_primary_key (unexpected)
		--- FAIL: CockroachDB::FixturesTest#test_yaml_file_with_symbol_columns (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_assigning_belongs_to_on_destroyed_object (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_validate_constraint_by_name (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_dependency_should_halt_parent_destruction_with_cascaded_three_levels (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_foreign_key_constraint_is_not_cached_incorrectly (unexpected)
		--- FAIL: CockroachDB::MigrationTest#test_remove_column_with_if_not_exists_not_set (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_eager_loading_with_primary_key_as_symbol (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_where_with_custom_primary_key (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_on_delete_nullify_foreign_key (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_validate_foreign_key_by_name (unexpected)
		--- FAIL: TouchLaterTest#test_touching_three_deep (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_id_assigning (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_foreign_key_exists_by_column (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_inferes_column (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_attributes_are_being_set_when_initialized_from_belongs_to_association_with_where_clause (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_belongs_to_without_counter_cache_option (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_save_of_record_with_loaded_belongs_to (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_not_optional_relation (unexpected)
		--- FAIL: TouchLaterTest#test_touch_later_raise_if_non_persisted (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_destroying_child_with_unloaded_parent_and_foreign_key_and_touch_is_possible_with_has_many_inversing (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_by_name (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_validate_foreign_key_by_symbol_column (unexpected)
		--- FAIL: TouchLaterTest#test_touch_later_an_association_dont_autosave_parent (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_belongs_to_works_with_model_called_Record (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_polymorphic_assignment_with_nil (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_polymorphic_setting_foreign_key_after_nil_target_loaded (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_explicit_sti_base_class (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_proxy_assignment (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ ce8bfd4811e789bdd4cf31640722517a5cf46237:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:896: 
		Tests run on Cockroach v22.2.0-alpha.00000000-2273-gce8bfd4811
		Tests run against activerecord 7.0.3
		7372 Total Tests Run
		7363 tests passed
		9 tests failed
		27 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		9 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
		--- FAIL: QueryCacheTest#test_query_cache_does_not_allow_sql_key_mutation (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 9a0a233f4021f25c1766434bb6aee85536e32036:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:896: 
		Tests run on Cockroach v22.2.0-alpha.00000000-2326-g9a0a233f40
		Tests run against activerecord 7.0.3
		7372 Total Tests Run
		7364 tests passed
		8 tests failed
		27 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		8 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ f53c21f9fe0fe07ba32d2f28ac4bd2c4bc2ed50b:

		--- FAIL: TestNestedAttributesOnAHasManyAssociation#test_should_take_an_array_and_assign_the_attributes_to_the_associated_models (unexpected)
		--- FAIL: ActiveRecord::Migration::CommandRecorderTest#test_invert_drop_join_table (unexpected)
		--- FAIL: EagerAssociationTest#test_eager_with_multiple_associations_with_same_table_has_one (unexpected)
		--- FAIL: HasManyAssociationsTest#test_defining_has_many_association_with_nullify_dependency_lazily_evaluates_target_class (unexpected)
		--- FAIL: HasManyAssociationsTestPrimaryKeys#test_ids_on_unloaded_association_with_custom_primary_key (unexpected)
		--- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_many_with_has_many_through_habtm_source_reflection_preload_via_joins (unexpected)
		--- FAIL: RelationTest#test_order_using_scoping (unexpected)
		--- FAIL: ActiveRecord::Migration::ReferencesStatementsTest#test_primary_key_and_references_columns_should_be_identical_type (unexpected)
		--- FAIL: PrimaryKeysTest#test_primary_key_returns_nil_if_it_does_not_exist (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_with_validate_false_does_not_run_associated_validation_callbacks_on_create (unexpected)
		--- FAIL: StoreTestWithYAMLSafeLoad#test_new_record_and_no_accessors_changes (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_by_name (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_polymorphic_has_many_create_model_with_inheritance (unexpected)
		--- FAIL: TestNestedAttributesOnAHasOneAssociation#test_should_work_with_update_as_well (unexpected)
		--- FAIL: StoreTestWithYAMLSafeLoad#test_all_stored_attributes_are_returned (unexpected)
		--- FAIL: ActiveRecord::Relation::WhereClauseTest#test_or_places_common_conditions_before_the_OR (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object (unexpected)
		--- FAIL: SchemaDumperTest#test_schema_dump_with_correct_timestamp_types_via_create_table_and_t_timestamptz (unexpected)
		--- FAIL: ActiveRecord::OrTest#test_or_with_null_right (unexpected)
		--- FAIL: HasManyAssociationsTest#test_find_ids_and_inverse_of (unexpected)
		--- FAIL: PreloaderTest#test_preload_with_available_records_queries_when_scoped (unexpected)
		--- FAIL: InnerJoinAssociationTest#test_join_with_reserved_word (unexpected)
		--- FAIL: EachTest#test_each_should_return_an_enumerator_if_no_block_is_present (unexpected)
		--- FAIL: HasManyAssociationsTest#test_depends_and_nullify_on_polymorphic_assoc (unexpected)
		--- FAIL: ActiveRecord::Migration::CommandRecorderTest#test_invert_enable_extension (unexpected)
		--- FAIL: SignedIdTest#test_find_signed_record_with_a_bang_on_relation (unexpected)
		--- FAIL: InnerJoinAssociationTest#test_user_supplied_joins_order_should_be_preserved (unexpected)
		--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_conditions_string_with_unquoted_table_name (unexpected)
		--- FAIL: CalculationsTest#test_should_return_nil_as_average (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_calculations_on_has_many_through_should_disambiguate_fields (unexpected)
		--- FAIL: CalculationsTest#test_distinct_count_all_with_custom_select_and_order (unexpected)
		--- FAIL: ActiveRecord::Encryption::ConfigurableTest#test_exclude_the_installation_of_autofiltered_params (unexpected)
		--- FAIL: InsertAllTest#test_insert_all_and_upsert_all_with_expression_index (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_polymorphic_reassignment_of_associated_id_updates_the_object (unexpected)
		--- FAIL: NestedThroughAssociationsTest#test_nested_has_many_through_should_not_be_autosaved (unexpected)
		--- FAIL: CalculationsTest#test_pluck_auto_table_name_prefix (unexpected)
		--- FAIL: HasOneThroughAssociationsTest#test_creating_association_creates_through_record (unexpected)
		--- FAIL: EachTest#test_in_batches_each_record_should_return_enumerator_if_no_block_given (unexpected)
		--- FAIL: HasManyAssociationsTest#test_build_with_polymorphic_has_many_does_not_allow_to_override_type_and_id (unexpected)
		--- FAIL: CockroachDB::PostgresqlNumberTest#test_decimal_values (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: RelationTest#test_#where_with_set (unexpected)
		--- FAIL: EagerAssociationTest#test_eager_with_default_scope_as_lambda (unexpected)
		--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_nil_is_not_changed_when_serialized_with_a_class (unexpected)
		--- FAIL: HasManyAssociationsTest#test_select_query_method (unexpected)
		--- FAIL: ActiveRecord::ConnectionAdapters::ConnectionHandlersMultiDbTest#test_loading_relations_with_multi_db_connections (unexpected)
		--- FAIL: ActiveRecord::Migration::CommandRecorderTest#test_invert_remove_column (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 43bfc3185cb362b14e0b8a331148f0b14542a4f2:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:896: 
		Tests run on Cockroach v22.2.0-alpha.00000000-2434-g43bfc3185c
		Tests run against activerecord 7.0.3
		7372 Total Tests Run
		7364 tests passed
		8 tests failed
		27 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		8 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 01cfd27375aaf4633b6f6722924c8e547af4959d:

--- FAIL: AssociationsJoinModelTest#test_calculations_on_has_many_through_should_not_disambiguate_fields_unless_necessary (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_serialization (unexpected)
--- FAIL: FixturesTest#test_serialized_fixtures (unexpected)
--- FAIL: FinderTest#test_take_failing (unexpected)
--- FAIL: BasicsTest#test_primary_key_and_references_columns_should_be_identical_type (unexpected)
--- FAIL: InheritanceTest#test_becomes_sets_variables_before_initialization_callbacks (unexpected)
--- FAIL: AssociationsJoinModelTest#test_polymorphic_belongs_to (unexpected)
--- FAIL: EnumTest#test_overriding_enum_method_should_not_raise (unexpected)
--- FAIL: StoreTest#test_accessing_attributes_not_exposed_by_accessors (unexpected)
--- FAIL: BasicsTest#test_invalid_limit (unexpected)
--- FAIL: PersistenceTest#test_update_columns_should_raise_exception_if_new_record (unexpected)
--- FAIL: HasOneAssociationsTest#test_natural_assignment (unexpected)
--- FAIL: BasicsTest#test_benchmark_with_log_level (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::CheckConstraintTest#test_remove_check_constraint (unexpected)
--- FAIL: RelationScopingTest#test_scoped_default_scoped (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_reference_column_of_child_table (unexpected)
--- FAIL: CalculationsTest#test_limit_should_apply_before_count (unexpected)
--- FAIL: EagerAssociationTest#test_calculate_with_string_in_from_and_eager_loading (unexpected)
--- FAIL: FixturesTest#test_no_args_record_returns_all_without_array (unexpected)
--- FAIL: PersistenceTest#test_class_level_delete (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_attributes_are_being_set_when_initialized_from_hm_through_association_with_where_clause (unexpected)
--- FAIL: ReflectionTest#test_has_and_belongs_to_many_reflection (unexpected)
--- FAIL: ActiveRecord::LoadAsyncTest#test_pluck (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_belongs_to_with_dependent_destroy (unexpected)
--- FAIL: FinderTest#test_find_with_ids_with_id_out_of_range (unexpected)
--- FAIL: ActiveRecord::CacheKeyTest#test_cache_version_calls_updated_at_when_the_value_is_generated_at_create_time (unexpected)
--- FAIL: ActiveRecord::Relation::WhereClauseTest#test_except_removes_binary_predicates_referencing_a_given_column (unexpected)
--- FAIL: ConcurrentTransactionTest#test_transaction_state_is_cleared_when_record_is_persisted (unexpected)
--- FAIL: InheritanceTest#test_where_create_with_invalid_type (unexpected)
--- FAIL: ReflectionTest#test_non_existent_types_are_identity_types (unexpected)
--- FAIL: BasicsTest#test_find_by_slug_with_array (unexpected)
--- FAIL: TimestampTest#test_changing_parent_of_a_record_touches_both_new_and_old_polymorphic_parent_record_changes_within_same_class (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_through_belongs_to_with_dependent_destroy (unexpected)
--- FAIL: HasOneAssociationsTest#test_association_keys_bypass_attribute_protection (unexpected)
--- FAIL: ValidationsTest#test_invalid_record_exception (unexpected)
--- FAIL: ViewWithPrimaryKeyTest#test_table_exists (unexpected)
--- FAIL: ActiveRecord::FixtureSet::FileTest#test_removes_fixture_config_row (unexpected)
--- FAIL: InversePolymorphicBelongsToTests#test_trying_to_set_polymorphic_inverses_that_dont_exist_at_all_should_raise_an_error (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_proxy_should_respond_to_private_methods_via_send (unexpected)
--- FAIL: EnumTest#test_find_via_where_should_be_type_casted (unexpected)
--- FAIL: AssociationsJoinModelTest#test_delete_associate_when_deleting_from_has_many_through_with_nonstandard_id (unexpected)
--- FAIL: ActiveRecord::Relation::WhereClauseTest#test_an_empty_where_clause_is_the_identity_value_for_+ (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_collection_singular_ids_through_setter_raises_exception_when_invalid_ids_set (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_quote_range (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to (unexpected)
--- FAIL: AssociationsJoinModelTest#test_has_many_through_has_many_find_all_with_custom_class (unexpected)
--- FAIL: CalculationsTest#test_count_selected_arel_attribute (unexpected)
--- FAIL: PostgreSQLUtilsTest#test_extract_schema_qualified_name (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 2c0129ce2507e708382cda830d1e47817a299c2e:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-35-g2c0129ce25
Tests run against activerecord 7.0.3
7347 Total Tests Run
7334 tests passed
13 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
13 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ c9094fa1a1ef8d44a2d5299d1d7380b34a06241b:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-46-gc9094fa1a1
Tests run against activerecord 7.0.3
7347 Total Tests Run
7333 tests passed
14 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
14 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: CockroachDB::PostgresqlIntervalTest#test_simple_interval (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 4c828ca5df8ea70b92ba58c6cb4868303cee1262:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-48-g4c828ca5df
Tests run against activerecord 7.0.3
7347 Total Tests Run
7334 tests passed
13 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
13 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ ff8f7eda167887e1f11bbcd9029aa4cc2d28085e:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-69-gff8f7eda16
Tests run against activerecord 7.0.3
7347 Total Tests Run
7334 tests passed
13 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
13 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ ee4fdb7fff683a7916ee585ac0c1e22d5d9a4412:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-144-gee4fdb7fff
Tests run against activerecord 7.0.3
7347 Total Tests Run
7334 tests passed
13 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
13 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ d6ae9653b67071cca09ed296711cecc821fc284e:

--- FAIL: FinderTest#test_find_on_hash_conditions_with_multiple_ranges (unexpected)
--- FAIL: FinderTest#test_find_by_title_and_id_with_hash (unexpected)
--- FAIL: FinderTest#test_exists_with_distinct_association_includes_limit_and_order (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_aggregate_having_one_mapping_array (unexpected)
--- FAIL: FinderTest#test_exists_with_distinct_and_offset_and_select (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V5_1#test_change_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: FinderTest#test_find_with_string (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_destruction_does_not_error_without_primary_key (unexpected)
--- FAIL: StrictLoadingTest#test_does_not_raise_on_eager_loading_a_strict_loading_has_one_relation (unexpected)
--- FAIL: FinderTest#test_sole_failing_many (unexpected)
--- FAIL: FinderTest#test_implicit_order_set_to_primary_key (unexpected)
--- FAIL: FinderTest#test_include_on_unloaded_relation_with_match (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_explicit_table_name_and_aggregate (unexpected)
--- FAIL: PostgresqlBitStringTest#test_roundtrip (unexpected)
--- FAIL: FinderTest#test_exists_passing_active_record_object_is_not_permitted (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading_has_one_reload (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_add_rename (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_redefine_habtm (unexpected)
--- FAIL: FinderTest#test_find_by!_with_non-hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: CockroachDB::PostgresqlTimestampMigrationTest#test_adds_column_as_timestamp (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_array (unexpected)
--- FAIL: FinderTest#test_member_on_unloaded_relation_without_match (unexpected)
--- FAIL: FinderTest#test_#skip_query_cache!_for_#exists?_with_a_limited_eager_load (unexpected)
--- FAIL: FinderTest#test_third_with_offset (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_associations_with_conditions (unexpected)
--- FAIL: ModulesTest#test_assign_ids (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_numeric_range_for_string (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_collection_size_from_params (unexpected)
--- FAIL: FinderTest#test_find_by_with_multi-arg_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_new_aliased_to_build (unexpected)
--- FAIL: FinderTest#test_find_by_array_of_one_id (unexpected)
--- FAIL: FinderTest#test_find_by_with_non-hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: FinderTest#test_second (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_if_not_exists_set (unexpected)
--- FAIL: FinderTest#test_exists_should_reference_correct_aliases_while_joining_tables_of_has_many_through_association (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading_violation_can_log_instead_of_raise (unexpected)
--- FAIL: FinderTest#test_first_bang_missing (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_array_of_integers_and_ranges (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- FAIL: FinderTest#test_model_class_responds_to_second_to_last_bang (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many (unexpected)
--- FAIL: FinderTest#test_last_bang_missing (unexpected)
--- FAIL: PostgresqlBitStringTest#test_bit_string_varying_column (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_schema_dumping_on_delete_and_on_update_options (unexpected)
--- FAIL: StrictLoadingTest#test_raises_on_lazy_loading_a_has_one_relation_if_strict_loading_by_default (unexpected)
--- FAIL: FinderTest#test_find_by_doesn't_have_implicit_ordering (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ d136c1fa50fa507c2232d7b215d98b88a83649c5:

--- FAIL: PrimaryKeysTest#test_to_key_with_customized_primary_key (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_validate_foreign_key_by_column (unexpected)
--- FAIL: DDLTest#test_create_point_geometry (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_prefix (unexpected)
--- FAIL: PrimaryKeysTest#test_customized_primary_key_can_be_get_before_saving (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: DDLTest#test_create_simple_geometry (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_on_delete_restrict_foreign_key (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_foreign_key_constraint_is_not_cached_incorrectly (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: BidirectionalDestroyDependenciesTest#test_bidirectional_dependence_when_destroying_item_with_has_one_association_fails_first_time (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ReferencesForeignKeyTest#test_removing_column_removes_foreign_key (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V5_2#test_change_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: DDLTest#test_add_geography_column (unexpected)
--- FAIL: DDLTest#test_reload_dumped_schema (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_schema_dumping (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- FAIL: DDLTest#test_add_geometry_column (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V5_0#test_polymorphic_add_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_with_if_exists_not_set (unexpected)
--- FAIL: DDLTest#test_create_point_geometry_using_shortcut (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_foreign_key_exists_by_name (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_inferes_column (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_validate_foreign_key_by_name (unexpected)
--- FAIL: AttributeMethodsTest#test_id_before_type_cast_with_a_custom_primary_key (unexpected)
--- FAIL: BooleanTest#test_boolean_cast_from_string (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V5_2#test_create_join_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: AttributeMethodsTest#test_respond_to?_with_a_custom_primary_key (unexpected)
--- FAIL: DDLTest#test_create_simple_geography_using_shortcut (unexpected)
--- FAIL: DDLTest#test_non_spatial_column_limits (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_with_if_exists_set (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V5_0#test_create_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_if_not_exists_not_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_by_name (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: PrimaryKeysTest#test_read_attribute_with_custom_primary_key (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ReferencesForeignKeyTest#test_multiple_foreign_keys_can_be_added_to_the_same_table (unexpected)
--- FAIL: DDLTest#test_drop_geometry_column (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: DDLTest#test_column_types (unexpected)
--- FAIL: DDLTest#test_create_geometry_using_shortcut_with_srid (unexpected)
--- FAIL: BidirectionalDestroyDependenciesTest#test_bidirectional_dependence_when_destroying_item_with_has_one_association (unexpected)
--- FAIL: CockroachDB::MigrationTest#test_remove_column_with_if_not_exists_not_set (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ fb4014a31b9b8d8235dc48de52196e64b185f490:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-258-gfb4014a31b
Tests run against activerecord 7.0.3
7347 Total Tests Run
7322 tests passed
25 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
25 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_rename_reference_column_of_child_table (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_rename_column_of_child_table (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_reference_column_of_child_table (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_change_column_of_parent_table (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_reference_column_of_child_table (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_column_of_child_table (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_reference_column_of_child_table (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_change_column_of_parent_table (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ af18b5d2f8ec09d6f3c3092be9ef5fe3f460724d:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-265-gaf18b5d2f8
Tests run against activerecord 7.0.3
7347 Total Tests Run
7335 tests passed
12 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
12 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 7f77f57a768a1bc488629234126e9e456bb6ddbb:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-269-g7f77f57a76
Tests run against activerecord 7.0.3
7347 Total Tests Run
7333 tests passed
14 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
14 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: ActiveRecord::Encryption::EncryptionPerformanceTest#test_performance_when_saving_records (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 47c7b3a1bc047fc3e481cf12166885b39519c022:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-310-g47c7b3a1bc
Tests run against activerecord 7.0.3
7347 Total Tests Run
7333 tests passed
14 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
14 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- FAIL: BasicsTest#test_default_values_are_deeply_dupped (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ d98d195dfa7a3480ce3e07657aa870692fe71cea:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-356-gd98d195dfa
Tests run against activerecord 7.0.3
7347 Total Tests Run
7334 tests passed
13 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
13 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ ea7c52e5a930be203318db6e338edd5dde7537bd:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-425-gea7c52e5a9
Tests run against activerecord 7.0.3
7347 Total Tests Run
7332 tests passed
15 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
15 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: CockroachDB::FixturesTest#test_bulk_insert (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: BasicsTest#test_default_values_are_deeply_dupped (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ a035d2e6e7ea57b30115ecc8ee1a5d553a9e3412:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-474-ga035d2e6e7
Tests run against activerecord 7.0.3
7347 Total Tests Run
7334 tests passed
13 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
13 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 8357abb668a5adaff781343b394b162fb1b66c6e:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-506-g8357abb668
Tests run against activerecord 7.0.3
7347 Total Tests Run
7326 tests passed
21 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
21 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: TestAutosaveAssociationOnAHasAndBelongsToManyAssociationWithAcceptsNestedAttributes#test_should_not_save_and_return_false_if_a_callback_cancelled_saving_in_either_create_or_update (unexpected)
--- FAIL: TestNestedAttributesOnAHasAndBelongsToManyAssociation#test_should_work_with_update_as_well (unexpected)
--- FAIL: TestAutosaveAssociationOnAHasAndBelongsToManyAssociationWithAcceptsNestedAttributes#test_should_not_update_children_when_parent_creation_with_no_reason (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: TestNestedAttributesOnAHasAndBelongsToManyAssociation#test_should_not_load_association_when_updating_existing_records (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: TestNestedAttributesOnAHasAndBelongsToManyAssociation#test_should_take_an_array_and_assign_the_attributes_to_the_associated_models (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: TestNestedAttributesOnAHasAndBelongsToManyAssociation#test_should_also_work_with_a_HashWithIndifferentAccess (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: TestAutosaveAssociationOnAHasAndBelongsToManyAssociationWithAcceptsNestedAttributes#test_should_update_children_when_autosave_is_true_and_parent_is_new_but_child_is_not (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- FAIL: TestNestedAttributesOnAHasAndBelongsToManyAssociation#test_should_take_a_hash_with_string_keys_and_assign_the_attributes_to_the_associated_models (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ cfb5ae9a96e1770daa4aef1615a46e212b561a84:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-516-gcfb5ae9a96
Tests run against activerecord 7.0.3
7347 Total Tests Run
7334 tests passed
13 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
13 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ f694132d6ed73c707576a28f6e784fda8ea13c63:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-522-gf694132d6e
Tests run against activerecord 7.0.3
7347 Total Tests Run
7334 tests passed
13 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
13 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ dca415eddac0d659ae6d76b4e3dfdf4076adbd34:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-560-gdca415edda
Tests run against activerecord 7.0.3
7347 Total Tests Run
7333 tests passed
14 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
14 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::ConnectionHandlersShardingDbTest#test_same_shards_across_clusters (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 1a6e9f885baa124d5ff2996adb966ea15a1a9b2b:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-648-g1a6e9f885b
Tests run against activerecord 7.0.3
7347 Total Tests Run
7334 tests passed
13 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
13 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 1a6e9f885baa124d5ff2996adb966ea15a1a9b2b:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-648-g1a6e9f885b
Tests run against activerecord 7.0.3
7347 Total Tests Run
7329 tests passed
18 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
18 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_column_of_child_table (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_reference_column_of_child_table (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_change_column_of_parent_table (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 1a6e9f885baa124d5ff2996adb966ea15a1a9b2b:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-648-g1a6e9f885b
Tests run against activerecord 7.0.3
7347 Total Tests Run
7333 tests passed
14 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
14 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: BasicsTest#test_default_values_are_deeply_dupped (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 2b595c5214aead3e7d4f47f9a1dedce57dba6e7f:

--- FAIL: MigrationTest#test_internal_metadata_stores_environment (unexpected)
--- FAIL: PostgresqlVirtualColumnTest#test_virtual_column (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: PostgresqlIntegerTest#test_schema_properly_respects_bigint_ranges (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_with_if_exists_not_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_by_the_select_one_on_the_same_table (unexpected)
--- FAIL: PostgresqlVirtualColumnTest#test_stored_column (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_on_update (unexpected)
--- FAIL: UpdateAllTest#test_update_bang_on_relation (unexpected)
--- FAIL: UpdateAllTest#test_update_all_with_joins_and_limit_and_order (unexpected)
--- FAIL: DefaultNumbersTest#test_default_decimal_number (unexpected)
--- FAIL: PostgresqlIntervalTest#test_column (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_by_symbol_column (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V4_2#test_polymorphic_add_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- FAIL: UpdateAllTest#test_update_counters_cares_about_optimistic_locking (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_singleton_has_many_through (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_schema_dumping_on_delete_and_on_update_options (unexpected)
--- FAIL: UpdateAllTest#test_update_on_relation_passing_active_record_object_is_not_permitted (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: PostgresqlIntervalTest#test_average_interval_type (unexpected)
--- FAIL: EagerSingularizationTest#test_eager_no_extra_singularization_has_many_through_has_many (unexpected)
--- FAIL: EagerSingularizationTest#test_eager_no_extra_singularization_has_many (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_ordered_has_many_through (unexpected)
--- FAIL: UpdateAllTest#test_update_all_doesnt_ignore_order (unexpected)
--- FAIL: EagerSingularizationTest#test_eager_no_extra_singularization_has_and_belongs_to_many (unexpected)
--- FAIL: PostgresqlVirtualColumnTest#test_non_persisted_column (unexpected)
--- FAIL: UpdateAllTest#test_klass_level_touch_all (unexpected)
--- FAIL: UpdateAllTest#test_touch_all_cares_about_optimistic_locking (unexpected)
--- FAIL: UpdateAllTest#test_update_all_with_order_and_limit_and_offset_updates_subset_only (unexpected)
--- FAIL: UpdateAllTest#test_update_all_ignores_order_without_limit_from_association (unexpected)
--- FAIL: CommentTest#test_blank_columns_created_in_block (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: ActiveRecord::DatabaseTasksUtilsTask#test_raises_an_error_when_called_with_protected_environment (unexpected)
--- FAIL: EagerSingularizationTest#test_eager_no_extra_singularization_has_one (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V4_2#test_create_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: UpdateAllTest#test_touch_all_updates_records_timestamps (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: PostgresqlIntervalTest#test_interval_type_cast_from_invalid_string (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_by_column (unexpected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: UpdateAllTest#test_update_all_with_group_by (unexpected)
--- FAIL: EagerSingularizationTest#test_eager_no_extra_singularization_has_many_through_belongs_to (unexpected)
--- FAIL: ActiveRecord::DatabaseTasksUtilsTask#test_raises_an_error_when_called_with_protected_environment_which_name_is_a_symbol (unexpected)
--- FAIL: PostgresqlVirtualColumnTest#test_change_table (unexpected)
--- FAIL: UpdateAllTest#test_klass_level_update_all (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 7823e2f75474417a44f0d34f76c5f8914cb91d52:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-749-g7823e2f754
Tests run against activerecord 7.0.3
7347 Total Tests Run
7334 tests passed
13 tests failed
26 tests skipped
5 tests ignored
0 tests passed unexpectedly
13 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ e7b15ebaed9c14668ade0a7827a5525aedef1ab0:

--- FAIL: TimestampTest#test_changing_parent_of_a_record_touches_both_new_and_old_polymorphic_parent_record_changes_with_other_class (unexpected)
--- FAIL: TouchTest#test_update (unexpected)
--- FAIL: ReservedWordTest#test_calculations_work_with_reserved_words (unexpected)
--- FAIL: HasManyAssociationsTest#test_transaction_when_deleting_persisted (unexpected)
--- FAIL: InverseBelongsToTests#test_child_instance_should_be_shared_with_replaced_via_accessor_parent (unexpected)
--- FAIL: TestHasOneAutosaveAssociationWhichItselfHasAutosaveAssociations#test_when_great-grandchild_changed_in_memory,_saving_parent_should_save_great-grandchild (unexpected)
--- FAIL: StrictLoadingTest#test_raises_on_lazy_loading_a_strict_loading_belongs_to_relation (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_one_should_count_instead_of_loading_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_prevent_double_firing_the_before_save_callback_of_new_object_when_the_parent_association_saved_in_the_callback (unexpected)
--- FAIL: RelationTest#test_order_triggers_eager_loading_when_ordering_using_hash_syntax (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroying_by_string_id (unexpected)
--- FAIL: TimestampTest#test_touching_update_at_attribute_as_symbol_updates_timestamp (unexpected)
--- FAIL: FoxyFixturesTest#test_populates_timestamp_columns (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_before_save (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroy_all_on_association_clears_scope (unexpected)
--- FAIL: RelationTest#test_finding_last_with_arel_order (unexpected)
--- FAIL: UniquenessValidationTest#test_validate_case_insensitive_uniqueness_with_special_sql_like_chars (unexpected)
--- FAIL: ActiveRecord::WhereChainTest#test_chaining_multiple (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_save_of_record_with_loaded_has_one_through (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_on_association_clears_scope (unexpected)
--- FAIL: FixturesTest#test_subsubdir_file_with_arbitrary_name (unexpected)
--- FAIL: BinaryTest#test_mixed_encoding (unexpected)
--- FAIL: HasManyAssociationsTest#test_get_ids_for_ordered_association (unexpected)
--- FAIL: ActiveRecord::PostgresqlConnectionTest#test_table_exists_logs_name (unexpected)
--- FAIL: TouchTest#test_create_turned_off (unexpected)
--- FAIL: FoxyFixturesTest#test_identifies_strings (unexpected)
--- FAIL: TypeTest#test_registering_a_new_type (unexpected)
--- FAIL: HotCompatibilityTest#test_update_after_remove_column (unexpected)
--- FAIL: InverseHasOneTests#test_parent_instance_should_be_shared_with_newly_built_child (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading_can_be_turned_off_on_an_association_in_a_model_with_strict_loading_on (unexpected)
--- FAIL: DefaultTextTest#test_default_texts_containing_single_quotes (unexpected)
--- FAIL: JsonAttributeTest#test_select_array_json_value (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::ConnectionSwappingNestedTest#test_prevent_writes_can_be_changed_granularly (unexpected)
--- FAIL: FixturesTest#test_nonexistent_fixture_file (unexpected)
--- FAIL: TimestampTest#test_timestamp_column_values_are_present_in_the_callbacks (unexpected)
--- FAIL: RelationTest#test_to_yaml (unexpected)
--- FAIL: RelationTest#test_joins_with_select_custom_attribute (unexpected)
--- FAIL: PostgresqlInfinityTest#test_where_clause_with_infinite_range_on_a_datetime_column (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading_with_reflection_is_ignored_in_validation_context (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_has_one_through_do_not_cache_association_reader_if_the_though_method_has_default_scopes (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_empty_on_an_association_that_has_not_been_loaded_performs_a_query (unexpected)
--- FAIL: RelationTest#test_size_with_limit (unexpected)
--- FAIL: ActiveRecord::Coders::YAMLColumnTestWithSafeLoad#test_returns_string_unless_starts_with_dash (unexpected)
--- FAIL: RelationTest#test_select_takes_a_variable_list_of_args (unexpected)
--- FAIL: ActiveRecord::WhereChainTest#test_rewhere_with_alias_condition (unexpected)
--- FAIL: StrictLoadingTest#test_raises_on_unloaded_relation_methods_if_strict_loading (unexpected)
--- FAIL: LengthValidationTest#test_validates_size_of_association_using_within (unexpected)
--- FAIL: TransactionsWithTransactionalFixturesTest#test_no_automatic_savepoint_for_inner_transaction (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList23_1) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@craig craig bot closed this as completed in 865ad56 Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants