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 #89367

Closed
cockroach-teamcity opened this issue Oct 5, 2022 · 62 comments
Closed

roachtest: activerecord failed #89367

cockroach-teamcity opened this issue Oct 5, 2022 · 62 comments
Labels
C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Oct 5, 2022

roachtest.activerecord failed with artifacts on release-22.2.0 @ 9bb8a7faf624dcd23ce60e2a8a805ef863b10f72:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.2-106-g9bb8a7faf6
		Tests run against activerecord 7.0.3
		7347 Total Tests Run
		7327 tests passed
		20 tests failed
		26 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::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: CockroachDB::PostgresqlIntervalTest#test_simple_interval (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_reference_column_of_child_table (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: 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: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_change_column_of_parent_table (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)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column (unexpected)
		--- 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_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_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

/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

Jira issue: CRDB-20232

@cockroach-teamcity cockroach-teamcity added branch-release-22.2.0 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 Oct 5, 2022
@cockroach-teamcity cockroach-teamcity added this to the 22.2 milestone Oct 5, 2022
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Oct 5, 2022
@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on release-22.2.0 @ 4f2f7c685cd5adb079ad652c732023dc2759c87d:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.2-128-g4f2f7c685c
		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 (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: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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)
		--- 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: 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_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!

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

roachtest.activerecord failed with artifacts on release-22.2.0 @ aa794afea629fcbe0210c9a9b32303320cff7e48:

		--- FAIL: ActiveRecord::CollectionCacheKeyTest#test_cache_key_for_empty_relation (unexpected)
		--- FAIL: CounterCacheTest#test_reset_counters_with_touch:_:written_on (unexpected)
		--- FAIL: ActiveRecord::CollectionCacheKeyTest#test_cache_key_for_queries_with_offset_which_return_0_rows (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_reference_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 (unexpected)
		--- FAIL: CounterCacheTest#test_increment_counters_with_touch:_%i(_updated_at_written_on_) (unexpected)
		--- FAIL: ActiveRecord::CollectionCacheKeyTest#test_cache_key_with_custom_timestamp_column (unexpected)
		--- FAIL: ActiveRecord::CollectionCacheKeyTest#test_cache_key_for_loaded_relation (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_change_column_of_parent_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_with_if_exists_set (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: CounterCacheTest#test_reset_counters_with_touch:_true (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
		--- FAIL: LegacyPolymorphicReferenceIndexTest::V4_2#test_create_join_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: CounterCacheTest#test_reset_counter_of_has_many_:through_association (unexpected)
		--- FAIL: ActiveRecord::CollectionCacheKeyTest#test_cache_key_with_a_relation_having_custom_select_and_order (unexpected)
		--- FAIL: CounterCacheTest#test_reset_counter_with_belongs_to_which_has_class_name (unexpected)
		--- FAIL: CounterCacheTest#test_reset_multiple_counters_with_touch:_:written_on (unexpected)
		--- FAIL: CounterCacheTest#test_update_counters_with_touch:_true (unexpected)
		--- FAIL: CounterCacheTest#test_update_multiple_counters_with_touch:_:written_on (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
		--- FAIL: CounterCacheTest#test_update_counters_doesn't_touch_timestamps_by_default (unexpected)
		--- FAIL: CounterCacheTest#test_update_other_counters_on_parent_destroy (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_on_delete_nullify_foreign_key (unexpected)
		--- FAIL: CounterCacheTest#test_reset_multiple_counters (unexpected)
		--- FAIL: CounterCacheTest#test_decrement_counters_with_touch:_true (unexpected)
		--- FAIL: CounterCacheTest#test_update_counters_with_touch:_:written_on (unexpected)
		--- FAIL: LegacyPolymorphicReferenceIndexTest::V4_2#test_change_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- FAIL: CounterCacheTest#test_update_multiple_counters_with_touch:_true (unexpected)
		--- FAIL: ActiveRecord::CollectionCacheKeyTest#test_cache_key_for_loaded_collection_with_zero_size (unexpected)
		--- FAIL: CounterCacheTest#test_update_counters_of_multiple_records_with_touch:_true (unexpected)
		--- FAIL: CounterCacheTest#test_increment_counters_with_touch:_:written_on (unexpected)
		--- FAIL: CounterCacheTest#test_decrement_counters_with_touch:_%i(_updated_at_written_on_) (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::CollectionCacheKeyTest#test_reset_will_reset_cache_version (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_reference_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::CollectionCacheKeyTest#test_cache_key_for_relation (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: ActiveRecord::CollectionCacheKeyTest#test_delete_all_will_update_cache_key (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_by_column (unexpected)
		--- FAIL: CounterCacheTest#test_reset_counters_by_counter_name (unexpected)
		--- FAIL: ActiveRecord::CollectionCacheKeyTest#test_update_all_will_update_cache_key (unexpected)
		--- FAIL: ActiveRecord::CollectionCacheKeyTest#test_collection_cache_key_on_model (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 release-22.2.0 @ d71ff86400d70c95814c1662674e9e995f0f5cfb:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.2-151-gd71ff86400
		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: 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::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::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: 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: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
		--- PASS: SerializedAttributeTest#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_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 release-22.2.0 @ 776e9f889dec6fec9b4011e82c523c648b72254e:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.2-153-g776e9f889d
		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_string_to_date (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: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (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)
		--- 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 (unexpected)
		--- 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: 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: 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 (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 release-22.2.0 @ 776e9f889dec6fec9b4011e82c523c648b72254e:

		--- FAIL: MultipleDbTest#test_find (unexpected)
		--- FAIL: RelationTest#test_find_in_empty_array (unexpected)
		--- FAIL: RelationTest#test_create_or_find_by_with_non_unique_attributes (unexpected)
		--- FAIL: RelationTest#test_unscoped_block_style (unexpected)
		--- FAIL: RelationTest#test_where_with_ar_object (unexpected)
		--- FAIL: RelationTest#test_relations_show_the_records_in_#inspect (unexpected)
		--- FAIL: TouchLaterTest#test_touching_three_deep (unexpected)
		--- FAIL: RelationTest#test_includes_with_blank_value (unexpected)
		--- FAIL: RelationTest#test_select_with_blank_value (unexpected)
		--- FAIL: MultipleDbTest#test_associations (unexpected)
		--- FAIL: StrictLoadingTest#test_does_not_raise_on_eager_loading_a_strict_loading_has_many_relation (unexpected)
		--- FAIL: StrictLoadingTest#test_eager_load_audit_logs_are_strict_loading_because_parent_is_strict_loading (unexpected)
		--- FAIL: StrictLoadingTest#test_does_not_raise_on_eager_loading_a_habtm_relation_if_strict_loading_by_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: RelationTest#test_select_with_subquery_in_from_does_not_use_original_table_name (unexpected)
		--- FAIL: RelationTest#test_multiple_where_and_having_clauses (unexpected)
		--- FAIL: RelationTest#test_size_with_limit (unexpected)
		--- FAIL: StrictLoadingTest#test_strict_loading_violation_on_polymorphic_relation (unexpected)
		--- FAIL: RelationTest#test_find_by_with_delegated_ar_object (unexpected)
		--- FAIL: PreloaderTest#test_preload_does_not_group_same_class_different_scope (unexpected)
		--- FAIL: StrictLoadingTest#test_strict_loading (unexpected)
		--- FAIL: RelationTest#test_first_or_create_bang_with_valid_block (unexpected)
		--- FAIL: RelationTest#test_relation_with_private_kernel_method (unexpected)
		--- FAIL: RelationTest#test_respond_to_class_methods_and_scopes (unexpected)
		--- FAIL: RelationTest#test_references_doesnt_trigger_eager_loading_if_reference_not_included (unexpected)
		--- FAIL: RelationTest#test_find_by!_with_non-hash_conditions_returns_the_first_matching_record (unexpected)
		--- FAIL: RelationTest#test_none? (unexpected)
		--- FAIL: RelationTest#test_ordering_with_extra_spaces (unexpected)
		--- FAIL: TouchLaterTest#test_touch_later_respects_no_touching_policy (unexpected)
		--- FAIL: RelationTest#test_typecasting_where_with_array (unexpected)
		--- FAIL: StrictLoadingTest#test_raises_on_lazy_loading_a_strict_loading_has_one_relation (unexpected)
		--- FAIL: RelationTest#test_locked_should_not_build_arel (unexpected)
		--- FAIL: StrictLoadingTest#test_strict_loading_by_default_can_be_set_per_model (unexpected)
		--- FAIL: RelationTest#test_finding_with_order (unexpected)
		--- FAIL: RelationTest#test_first_or_create (unexpected)
		--- FAIL: RelationTest#test_no_arguments_to_order_raise_errors (unexpected)
		--- FAIL: RelationTest#test_empty (unexpected)
		--- FAIL: RelationTest#test_last (unexpected)
		--- FAIL: RelationTest#test_group_with_subquery_in_from_does_not_use_original_table_name (unexpected)
		--- FAIL: RelationTest#test_select_with_aggregates (unexpected)
		--- FAIL: RelationTest#test_find_ids (unexpected)
		--- FAIL: ActiveRecord::InvertibleMigrationTest#test_migrate_revert_add_index_with_name (unexpected)
		--- FAIL: RelationTest#test_default_scope_order_with_scope_order (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: RelationTest#test_create_bang_with_array (unexpected)
		--- FAIL: RelationTest#test_finding_with_reorder (unexpected)
		--- FAIL: LegacyPolymorphicReferenceIndexTest::V6_0#test_change_table_with_polymorphic_reference_uses_all_column_names_in_index (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 release-22.2.0 @ f7090a81f2e603536a0c4fbaadaa759ef2b0f60a:

		--- FAIL: PersistenceTest#test_becomes_errors_base (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_multiple (unexpected)
		--- FAIL: ActiveRecord::WhereTest#test_where_not_polymorphic_association (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_adding_before_save (unexpected)
		--- FAIL: FoxyFixturesTest#test_supports_label_interpolation_for_integer_label (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_get_ids_for_loaded_associations (unexpected)
		--- FAIL: PostgresqlNumberTest#test_update (unexpected)
		--- FAIL: LogSubscriberTest#test_exists_query_logging (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_single (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_alternate_database (unexpected)
		--- FAIL: ReflectionTest#test_has_one_reflection (unexpected)
		--- FAIL: ReflectionTest#test_irregular_reflection_class_name (unexpected)
		--- FAIL: ReflectionTest#test_join_table (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many_with_belongs_to (unexpected)
		--- FAIL: PostgresqlNumberTest#test_data_type (unexpected)
		--- FAIL: ActiveRecord::WhereTest#test_where_with_blank_conditions (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_assign_ids (unexpected)
		--- FAIL: ActiveRecord::WhereTest#test_polymorphic_nested_array_where (unexpected)
		--- FAIL: StoreTest#test_reading_store_attributes_through_accessors_encoded_with_JSON (unexpected)
		--- FAIL: ReflectionTest#test_content_columns (unexpected)
		--- FAIL: StoreTest#test_new_record_and_no_accessors_changes (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_with_extend_option (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_destroy_associations_destroys_multiple_associations (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_new_with_values_in_collection (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_destroying (unexpected)
		--- FAIL: ReflectionTest#test_foreign_key (unexpected)
		--- FAIL: ReflectionTest#test_class_for_class_name (unexpected)
		--- FAIL: StoreTest#test_writing_store_attributes_through_accessors_with_prefix (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_assign_ids_ignoring_blanks (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many_is_usable_with_belongs_to_required_by_default (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_build_by_new_record (unexpected)
		--- FAIL: StoreTest#test_prefix/suffix_do_not_affect_stored_attributes (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_preloaded_associations_size (unexpected)
		--- FAIL: ReflectionTest#test_join_table_with_common_prefix (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_update_columns_after_push_without_duplicate_join_table_rows (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_join_with_group (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_type_mismatch (unexpected)
		--- FAIL: ActiveRecord::WhereTest#test_polymorphic_nested_array_where_not (unexpected)
		--- FAIL: FilterAttributesTest#test_filter_attributes_on_pretty_print_should_not_filter_nil_value (unexpected)
		--- FAIL: StoreTest#test_object_initialization_with_not_nullable_column_encoded_with_JSON (unexpected)
		--- FAIL: StoreTest#test_YAML_coder_initializes_the_store_when_a_Nil_value_is_given (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_join_table_composite_primary_key_should_not_warn (unexpected)
		--- FAIL: StoreTest#test_read_store_attributes_through_accessors_with_default_suffix (unexpected)
		--- FAIL: ReflectionTest#test_type (unexpected)
		--- FAIL: ReflectionTest#test_reflection_klass_is_not_ar_subclass (unexpected)
		--- FAIL: ReflectionTest#test_foreign_key_is_inferred_from_model_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 release-22.2.0 @ 58ba620ed525d6e5cf6f509c8a6b9fef75e0f35e:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.3-60-g58ba620ed5
		Tests run against activerecord 7.0.3
		7347 Total Tests Run
		7325 tests passed
		22 tests failed
		26 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		22 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_update_children_when_autosave_is_true_and_parent_is_new_but_child_is_not (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_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_change_column_of_parent_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_not_update_children_when_parent_creation_with_no_reason (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: TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_not_save_and_return_false_if_a_callback_cancelled_saving_in_either_create_or_update (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_reference_column_of_child_table (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: 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_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_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 release-22.2.0 @ 660f6d1ac1e9371ba7ccc7f3bc843f7f6a3319c2:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.3-64-g660f6d1ac1
		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_string_to_date (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- 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: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (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_array (unexpected)
		--- FAIL: CockroachDB::PostgresqlIntervalTest#test_simple_interval (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (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_type_with_symbol_using_datetime (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 (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 release-22.2.0 @ 79756fd7476c970f763661a63824beaedc339bd3:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.3-84-g79756fd747
		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_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_array (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_type_with_symbol_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: 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)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (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 release-22.2.0 @ 05ac3556ba72810f2b01558077e4d24e4b244e76:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.3-89-g05ac3556ba
		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: 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)
		--- 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_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_array (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (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: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#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_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 release-22.2.0 @ 05ac3556ba72810f2b01558077e4d24e4b244e76:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.3-89-g05ac3556ba
		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: 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: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (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_with_timestamptz (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#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: 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)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (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 release-22.2.0 @ 856b492dcc5daac369625370d086cf7874ec4fc4:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.3-91-g856b492dcc
		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_datetime (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)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (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: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (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_with_timestamptz_as_default (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: 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 (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 release-22.2.0 @ 856b492dcc5daac369625370d086cf7874ec4fc4:

		--- FAIL: AssociationsJoinModelTest#test_polymorphic_has_one_create_model_with_inheritance (unexpected)
		--- FAIL: DelegatedTypeTest#test_scope (unexpected)
		--- FAIL: AssociationProxyTest#test_getting_a_scope_from_an_association (unexpected)
		--- FAIL: ModulesTest#test_assign_ids (unexpected)
		--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociationWithAcceptsNestedAttributes#test_errors_details_should_be_indexed_when_global_flag_is_set (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_by_column (unexpected)
		--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_missing_first_record (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_has_many_through_has_many_find_first (unexpected)
		--- FAIL: AssociationsTest#test_eager_loading_should_not_change_count_of_children (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: DefaultNumbersTest#test_default_positive_integer (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_delete_associate_when_deleting_from_has_many_through_with_nonstandard_id (unexpected)
		--- FAIL: AssociationProxyTest#test_pluck_uses_loaded_target (unexpected)
		--- FAIL: ModulesTest#test_module_spanning_has_and_belongs_to_many_associations (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_distinct_has_many_through_should_retain_order (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_has_many_with_pluralize_table_names_false (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_has_many_through_join_model_with_conditions (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_if_not_exists_not_set (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_has_many_through_with_custom_primary_key_on_belongs_to_source (unexpected)
		--- FAIL: AssociationProxyTest#test_reload_returns_association (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_has_many_through_uses_correct_attributes (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_has_many_array_methods_called_by_method_missing (unexpected)
		--- FAIL: PostgresqlBitStringTest#test_roundtrip (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_inferes_column (unexpected)
		--- FAIL: ModulesTest#test_module_table_name_prefix_with_global_prefix (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_polymorphic_has_many_going_through_join_model_with_include_on_source_reflection (unexpected)
		--- FAIL: AssociationProxyTest#test_save_on_parent_does_not_load_target (unexpected)
		--- FAIL: AssociationProxyTest#test_save_on_parent_saves_children (unexpected)
		--- FAIL: AssociationProxyTest#test_create_with_bang_via_association_with_block (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_has_many_through_has_many_find_all (unexpected)
		--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_with_condition (unexpected)
		--- FAIL: AssociationProxyTest#test_proxy_association_accessor (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
		--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociationWithAcceptsNestedAttributes#test_errors_should_be_indexed_when_passed_as_array (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_create_polymorphic_has_many_with_scope (unexpected)
		--- FAIL: AssociationProxyTest#test_proxy_object_can_be_stubbed (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_include_polymorphic_has_many_through (unexpected)
		--- FAIL: PostgresqlBitStringTest#test_assigning_invalid_hex_string_raises_exception (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_proper_error_message_for_eager_load_and_includes_association_errors (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_polymorphic_has_many_create_model_with_inheritance (unexpected)
		--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_has_many_through_sum_uses_calculations (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_deleting_by_string_id_from_has_many_through (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_delete_polymorphic_has_many_with_destroy (unexpected)
		--- FAIL: ModulesTest#test_table_name (unexpected)
		--- FAIL: ModulesTest#test_compute_type_can_infer_class_name_of_sibling_inside_module (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 release-22.2.0 @ c3cb8828f8ffa1fd709c136c9192e5e569b6ba66:

		--- FAIL: ActiveRecord::CockroachDB::Migration::ColumnsTest#test_change_column_default_with_from_and_to (unexpected)
		--- FAIL: UpdateAllTest#test_update_all_with_joins (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_change_column_of_parent_table (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::CustomPropertiesTest#test_time_zone_aware_attribute (unexpected)
		--- FAIL: InheritanceTest#test_inheritance_without_mapping (unexpected)
		--- FAIL: BasicsTest#test_#connected_to_many_cannot_be_called_with_classes_that_include_ActiveRecord::Base (unexpected)
		--- FAIL: CockroachDB::MigrationTest#test_remove_column_with_if_not_exists_not_set (unexpected)
		--- FAIL: BasicsTest#test_clone_preserves_subtype (unexpected)
		--- FAIL: FixturesTest#test_yaml_file_with_one_invalid_fixture (unexpected)
		--- FAIL: InheritanceTest#test_abstract_inheritance_base_class (unexpected)
		--- FAIL: ReservedWordTest#test_belongs_to_associations (unexpected)
		--- FAIL: BasicsTest#test_distinct_delegates_to_scoped (unexpected)
		--- FAIL: ActiveRecord::CustomPropertiesTest#test_children_inherit_custom_properties (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_reference_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::DatabaseTasksUtilsTask#test_raises_an_error_when_called_with_protected_environment_which_name_is_a_symbol (unexpected)
		--- FAIL: InheritanceTest#test_alt_becomes_bang_resets_inheritance_type_column (unexpected)
		--- FAIL: UpdateAllTest#test_update_all_with_joins_and_offset_and_order (unexpected)
		--- FAIL: InheritanceTest#test_inheritance_with_default_scope (unexpected)
		--- FAIL: BasicsTest#test_set_table_name_with_inheritance (unexpected)
		--- FAIL: UpdateAllTest#test_klass_level_touch_all (unexpected)
		--- FAIL: BasicsTest#test_default_values (unexpected)
		--- FAIL: UpdateAllTest#test_update_on_relation_passing_active_record_object_is_not_permitted (unexpected)
		--- FAIL: BasicsTest#test_table_name_based_on_model_name (unexpected)
		--- FAIL: FixturesTest#test_inserts (unexpected)
		--- FAIL: InheritanceTest#test_new_with_unrelated_namespaced_type (unexpected)
		--- FAIL: BasicsTest#test_slice (unexpected)
		--- FAIL: BasicsTest#test_previously_persisted_returns_boolean (unexpected)
		--- FAIL: BasicsTest#test_attributes_on_dummy_time_with_invalid_time (unexpected)
		--- FAIL: InheritanceTest#test_alt_inheritance_find (unexpected)
		--- FAIL: ActiveRecord::CustomPropertiesTest#test_overloading_types (unexpected)
		--- FAIL: FixturesTest#test_subsubdir_file_with_arbitrary_name (unexpected)
		--- FAIL: ActiveRecord::CustomPropertiesTest#test_extra_options_are_forwarded_to_the_type_caster_constructor (unexpected)
		--- FAIL: BasicsTest#test_default_in_utc (unexpected)
		--- FAIL: BasicsTest#test_equality_of_collection_proxy_and_association_relation (unexpected)
		--- FAIL: InheritanceTest#test_class_without_store_full_sti_class_returns_demodulized_name (unexpected)
		--- FAIL: InheritanceTest#test_different_namespace_subclass_should_load_correctly_with_store_full_sti_class_option (unexpected)
		--- FAIL: BasicsTest#test_when_assigning_new_ignored_columns_it_invalidates_cache_for_column_names (unexpected)
		--- FAIL: BasicsTest#test_arel_attribute_normalization (unexpected)
		--- FAIL: InheritanceTest#test_inheritance_find_all (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (unexpected)
		--- FAIL: BasicsTest#test_equality_with_blank_ids (unexpected)
		--- FAIL: UpdateAllTest#test_update_all_doesnt_ignore_order (unexpected)
		--- FAIL: BasicsTest#test_can_call_connected_to_with_role_and_shard_on_abstract_classes (unexpected)
		--- FAIL: BasicsTest#test_cannot_call_connected_to_on_the_abstract_class_that_did_not_establish_the_connection (unexpected)
		--- FAIL: BasicsTest#test_dont_clear_sequence_name_when_setting_explicitly (unexpected)
		--- FAIL: InheritanceTest#test_compute_type_success (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 release-22.2.0 @ 2b0fc887b18a3e7e7be71e6830d97a29cb70188c:

		--- FAIL: RelationTest#test_joins_with_order_by_custom_attribute (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_reassigning_the_parent_id_updates_the_object (unexpected)
		--- FAIL: RelationTest#test_first_or_initialize_with_no_parameters (unexpected)
		--- FAIL: ActiveRecord::Migration::CompatibilityTest#test_change_table_comment_can_be_reverted (unexpected)
		--- FAIL: RelationTest#test_find_by!_doesn't_have_implicit_ordering (unexpected)
		--- FAIL: RelationTest#test_having_with_binds_for_both_where_and_having (unexpected)
		--- FAIL: RelationTest#test_finding_with_group (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_id_assignment (unexpected)
		--- FAIL: EagerAssociationTest#test_preloading_has_one_using_reorder (unexpected)
		--- FAIL: RelationTest#test_create_or_find_by (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_suffix (unexpected)
		--- FAIL: EagerAssociationTest#test_preloading_a_regular_association_through_a_polymorphic_association_doesn't_require_the_association_to_exist_on_all_types (unexpected)
		--- FAIL: AssociationsExtensionsTest#test_extension_on_has_many (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_reflect_the_most_recent_change (unexpected)
		--- FAIL: HasOneAssociationsTest#test_has_one (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: EagerAssociationTest#test_circular_preload_does_not_modify_unscoped (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_dependent_delete_and_destroy_with_belongs_to (unexpected)
		--- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_and_high_offset_and_multiple_array_conditions (unexpected)
		--- FAIL: CockroachDB::PostgresqlIntervalTest#test_average_interval_type (unexpected)
		--- FAIL: RelationTest#test_group_with_blank_value (unexpected)
		--- FAIL: EagerAssociationTest#test_eager_with_has_many_through_join_model_ignores_default_includes (unexpected)
		--- FAIL: RelationTest#test_first_get_more_than_available (unexpected)
		--- FAIL: EagerAssociationTest#test_calculate_with_string_in_from_and_eager_loading (unexpected)
		--- FAIL: EagerAssociationTest#test_loading_with_scope_including_joins (unexpected)
		--- FAIL: EagerAssociationTest#test_eager_load_has_many_through_quotes_table_and_column_names (unexpected)
		--- FAIL: DefaultTextTest#test_default_texts_containing_single_quotes (unexpected)
		--- FAIL: RelationTest#test_empty_with_zero_limit (unexpected)
		--- FAIL: RelationTest#test_find_by!_with_multi-arg_conditions_returns_the_first_matching_record (unexpected)
		--- FAIL: EagerAssociationTest#test_with_two_tables_in_from_without_getting_double_quoted (unexpected)
		--- FAIL: ActiveRecord::Migration::CompatibilityTest#test_datetime_doesnt_set_precision_on_change_table_6_0 (unexpected)
		--- FAIL: RelationTest#test_reverse_arel_order_with_function (unexpected)
		--- FAIL: EagerSingularizationTest#test_eager_no_extra_singularization_has_many (unexpected)
		--- FAIL: RelationTest#test_primary_key (unexpected)
		--- FAIL: EagerAssociationTest#test_preloading_with_has_one_through_an_sti_with_after_initialize (unexpected)
		--- FAIL: HasOneAssociationsTest#test_create_when_parent_is_new_raises (unexpected)
		--- FAIL: RelationTest#test_find_by!_requires_at_least_one_argument (unexpected)
		--- FAIL: HasOneAssociationsTest#test_create_association (unexpected)
		--- FAIL: ActiveRecord::Migration::CompatibilityTest#test_timestamps_doesnt_set_precision_on_add_timestamps (unexpected)
		--- FAIL: EagerAssociationTest#test_has_and_belongs_to_many_should_not_instantiate_same_records_multiple_times (unexpected)
		--- FAIL: HasOneAssociationsTest#test_replacement_failure_due_to_existing_record_should_raise_error (unexpected)
		--- FAIL: RelationTest#test_pluck_with_from_includes_original_table_name (unexpected)
		--- FAIL: EagerAssociationTest#test_loading_with_no_associations (unexpected)
		--- FAIL: RelationTest#test_order_doesnt_trigger_eager_loading_when_ordering_using_owner_table_and_symbols (unexpected)
		--- FAIL: HasOneAssociationsTest#test_natural_assignment_to_already_associated_record (unexpected)
		--- FAIL: RelationTest#test_find_or_create_by! (unexpected)
		--- FAIL: HasOneAssociationsTest#test_creation_failure_due_to_new_record_should_raise_error (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 release-22.2.0 @ 0ae7932e2a2f4dc5fe981769c9538b24b74352cd:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.4-56-g0ae7932e2a
		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: 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: 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_type_with_symbol_with_timestamptz (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- 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)
		--- 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_symbol_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (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_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 release-22.2.0 @ 2e4606c0e5c195d407a428cc4910d19d39a36de6:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.4-74-g2e4606c0e5
		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_using_timestamp_with_timestamptz_as_default (unexpected)
		--- 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_type_with_symbol (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_using_datetime_with_timestamptz_as_default (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (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: 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)
		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 release-22.2.0 @ 234c9295cc02150f919cfa96b09ee2fa07b68ace:

		--- FAIL: BasePreventWritesTest#test_an_explain_query_does_not_raise_if_preventing_writes (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_a_collection (unexpected)
		--- FAIL: ActiveRecord::CustomPropertiesTest#test_attributes_not_backed_by_database_columns_are_always_initialized (unexpected)
		--- FAIL: PersistenceTest#test_becomes_includes_changed_attributes (unexpected)
		--- FAIL: BasicsTest#test_protected_environments_by_default_is_an_array_with_production (unexpected)
		--- FAIL: BasePreventWritesTest::BasePreventWritesLegacyTest#test_preventing_writes_applies_to_all_connections_on_a_handler (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_distinct_option_prevents_duplicate_push (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::InvertibleMigrationTest#test_migrate_revert_add_index_without_name_on_expression (unexpected)
		--- FAIL: BasicsTest#test_reload (unexpected)
		--- FAIL: RelationTest#test_first_or_create_bang_with_valid_block (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_updating_attributes_on_non_rich_associations (unexpected)
		--- FAIL: UniquenessValidationTest#test_validate_uniqueness_with_scope (unexpected)
		--- FAIL: TestDestroyAsPartOfAutosaveAssociation#test_should_run_add_callback_procs_for_has_many (unexpected)
		--- FAIL: TestAutosaveAssociationOnAHasManyAssociation#test_should_automatically_save_the_associated_models (unexpected)
		--- FAIL: TestNestedAttributesOnABelongsToAssociation#test_should_not_destroy_the_associated_model_until_the_parent_is_saved (unexpected)
		--- FAIL: BasicsTest#test_find_on_abstract_base_class_doesnt_use_type_condition (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_from_the_project (unexpected)
		--- FAIL: PrimaryKeysTest#test_customized_string_primary_key_settable_before_save (unexpected)
		--- FAIL: UniquenessValidationTest#test_validate_uniqueness_with_alias_attribute (unexpected)
		--- FAIL: BasicsTest#test_equality_of_destroyed_records (unexpected)
		--- FAIL: TestDestroyAsPartOfAutosaveAssociation#test_a_child_marked_for_destruction_should_not_be_destroyed_twice_while_saving_habtm (unexpected)
		--- FAIL: UniquenessValidationTest#test_validate_uniqueness (unexpected)
		--- FAIL: BasicsTest#test_table_name_guesses (unexpected)
		--- FAIL: BasicsTest#test_#connected_to_many_cannot_be_called_on_anything_but_ActiveRecord::Base (unexpected)
		--- FAIL: BasicsTest#test_marshalling_with_associations (unexpected)
		--- FAIL: PersistenceTest#test_update_sti_subclass_type (unexpected)
		--- FAIL: BasicsTest#test_invalid_limit (unexpected)
		--- FAIL: BasicsTest#test_table_exists (unexpected)
		--- FAIL: PersistenceTest#test_update_attribute (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_create_bang_with_block (unexpected)
		--- FAIL: RelationTest#test_create_or_find_by_with_bang_should_raise_due_to_validation_errors (unexpected)
		--- FAIL: BasicsTest#test_ignored_columns_have_no_attribute_methods (unexpected)
		--- FAIL: PersistenceTest#test_update_columns_should_not_use_setter_method (unexpected)
		--- FAIL: TestNestedAttributesForDelegatedType#test_should_build_a_new_record_based_on_the_delegated_type (unexpected)
		--- FAIL: TestDestroyAsPartOfAutosaveAssociation#test_should_run_remove_callback_methods_for_habtm (unexpected)
		--- FAIL: TestNestedAttributesOnAHasManyAssociation#test_should_define_an_attribute_writer_method_for_the_association (unexpected)
		--- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many_while_partial_inserts_false (unexpected)
		--- FAIL: FixturesTest#test_subsubdir_file_with_arbitrary_name (unexpected)
		--- FAIL: RelationTest#test_find_or_create_by_with_create_with (unexpected)
		--- FAIL: ActiveRecord::CustomPropertiesTest#test_caches_are_cleared (unexpected)
		--- FAIL: BasePreventWritesTest::BasePreventWritesLegacyTest#test_selecting_a_record_does_not_raise_if_preventing_writes (unexpected)
		--- FAIL: PersistenceTest#test_update_column_should_not_use_setter_method (unexpected)
		--- FAIL: BasicsTest#test_attribute_names_on_abstract_class (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_primary_key (unexpected)
		--- FAIL: PersistenceTest#test_update_attribute_for_updated_at_on (unexpected)
		--- FAIL: TestNestedAttributesOnAHasManyAssociation#test_should_raise_RecordNotFound_if_an_id_belonging_to_a_different_record_is_given (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 release-22.2.0 @ 14c3712a1bb6cf3eec775beeeef92940a08a53d6:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.2-4-g14c3712a1b
		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 (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_with_timestamptz (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_datetime_with_timestamptz_as_default (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (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_type_with_array (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)
		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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.2-6-g77667a1b01
		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 (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)
		--- 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_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_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (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: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (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)
		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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.2-6-g77667a1b01
		Tests run against activerecord 7.0.3
		7347 Total Tests Run
		7328 tests passed
		19 tests failed
		26 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		19 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_reference_column_of_child_table (unexpected)
		--- FAIL: BasicsTest#test_default_values_are_deeply_dupped (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 (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
		--- PASS: SerializedAttributeTest#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_with_timestamptz_as_default (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_change_column_of_parent_table (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::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column_in_change_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: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (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)
		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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.2-6-g77667a1b01
		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: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- 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_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_using_datetime (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_tsrange (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)
		--- 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_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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.2-6-g77667a1b01
		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 (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_with_timestamptz_as_default (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)
		--- 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: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (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)
		--- 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: 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_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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.2-6-g77667a1b01
		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_using_datetime (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: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (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 (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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_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_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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.2-6-g77667a1b01
		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: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (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_type_with_symbol_using_datetime_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_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_with_timestamptz (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.3
		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_array (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (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: 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 (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- 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_as_default (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 (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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.3
		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 (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_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (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_array (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_timestamp_with_timestamptz_as_default (unexpected)
		--- 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_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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.3
		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 (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::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_string_to_date (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_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_timestamp_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- PASS: SerializedAttributeTest#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_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_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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.3
		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_datetime_with_timestamptz_as_default (unexpected)
		--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (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: 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: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (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: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.3
		Tests run against activerecord 7.0.3
		7347 Total Tests Run
		7328 tests passed
		19 tests failed
		26 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		19 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (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::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column (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_with_timestamptz (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)
		--- 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_type_with_symbol_using_datetime (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_change_column_of_parent_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_reference_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_reference_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

		--- FAIL: BasicsTest#test_primary_key_with_no_id (unexpected)
		--- FAIL: AssociationsJoinModelTest#test_preload_polymorphic_has_many_through (unexpected)
		--- FAIL: RelationTest#test_first_or_create_with_no_parameters (unexpected)
		--- FAIL: RelationTest#test_reorder_with_take (unexpected)
		--- FAIL: LegacyPolymorphicReferenceIndexTest::V5_1#test_polymorphic_add_reference_uses_all_column_names_in_index (unexpected)
		--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_and_self_table_reference (unexpected)
		--- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_many_with_has_and_belongs_to_many_source_reflection_preload_via_joins (unexpected)
		--- FAIL: RelationTest#test_explicit_create_with (unexpected)
		--- FAIL: RelationTest#test_named_extension (unexpected)
		--- FAIL: ActiveRecord::WhereTest#test_where_with_blank_conditions (unexpected)
		--- FAIL: RelationTest#test_where_relation_with_delegated_ar_object (unexpected)
		--- FAIL: RelationTest#test_find_all_using_where_twice_should_or_the_relation (unexpected)
		--- FAIL: ActiveRecord::WhereTest#test_where_copies_bind_params (unexpected)
		--- FAIL: RelationTest#test_extracted_association (unexpected)
		--- FAIL: RelationTest#test_create_with_nested_attributes (unexpected)
		--- FAIL: ActiveRecord::DatabaseTasksTruncateAllTest#test_truncate_tables (unexpected)
		--- FAIL: RelationTest#test_default_scoping_finder_methods (unexpected)
		--- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_many_with_has_many_through_habtm_source_reflection_preload (unexpected)
		--- FAIL: NestedThroughAssociationsTest#test_has_many_through_with_sti_on_through_reflection (unexpected)
		--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_multiple_stis_and_order (unexpected)
		--- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_one_with_has_one_through_source_reflection_preload_via_joins (unexpected)
		--- FAIL: RelationTest#test_unscope_with_aliased_column (unexpected)
		--- FAIL: RelationTest#test_create_bang (unexpected)
		--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels (unexpected)
		--- FAIL: RelationTest#test_order_doesnt_trigger_eager_loading_when_ordering_using_the_owner_table_and_hash_syntax (unexpected)
		--- FAIL: ActiveRecord::WhereTest#test_type_cast_is_not_evaluated_at_relation_build_time (unexpected)
		--- FAIL: RelationTest#test_to_json (unexpected)
		--- FAIL: NestedThroughAssociationsTest#test_has_many_through_with_foreign_key_option_on_source_reflection (unexpected)
		--- FAIL: RelationTest#test_finding_with_arel_order (unexpected)
		--- FAIL: HasManyThroughDisableJoinsAssociationsTest#test_appending_on_disable_joins_through (unexpected)
		--- FAIL: ReflectionTest#test_scope_chain_does_not_interfere_with_hmt_with_polymorphic_case_and_sti (unexpected)
		--- FAIL: RelationTest#test_having_with_binds_for_both_where_and_having (unexpected)
		--- FAIL: ActiveRecord::WhereTest#test_where_not_association_as_nand (unexpected)
		--- FAIL: ActiveRecord::WhereTest#test_belongs_to_nested_where_with_relation (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
		--- FAIL: RelationTest#test_find_or_create_by_with_create_with (unexpected)
		--- FAIL: NestedThroughAssociationsTest#test_has_many_through_with_sti_on_nested_through_reflection (unexpected)
		--- FAIL: RelationTest#test_no_arguments_to_eager_load_raise_errors (unexpected)
		--- FAIL: HasOneThroughAssociationsTest#test_has_one_through_proxy_should_respond_to_private_methods_via_send (unexpected)
		--- FAIL: RelationTest#test_scoped (unexpected)
		--- FAIL: RelationTest#test_select_with_subquery_string_in_from_does_not_use_original_table_name (unexpected)
		--- FAIL: ActiveRecord::Migration::ColumnAttributesTest#test_add_remove_single_field_using_symbol_arguments (unexpected)
		--- FAIL: HasOneThroughAssociationsTest#test_assigning_has_one_through_belongs_to_with_new_record_owner (unexpected)
		--- FAIL: RelationTest#test_to_xml (unexpected)
		--- FAIL: RelationTest#test_group_with_blank_value (unexpected)
		--- FAIL: RelationTest#test_relations_don't_load_all_records_in_#inspect (unexpected)
		--- FAIL: RelationTest#test_no_arguments_to_order_raise_errors (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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

		--- FAIL: FoxyFixturesTest#test_supports_yaml_arrays (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_polymorphic_reassignment_of_associated_id_updates_the_object (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_invalid_foreign_key (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_belongs_to_proxy_should_not_respond_to_private_methods (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_validate_foreign_key_by_column (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_polymorphic_with_custom_foreign_type (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_with_reassigning (unexpected)
		--- FAIL: FoxyFixturesTest#test_identifies_symbols (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_where_with_custom_primary_key (unexpected)
		--- FAIL: InsertAllTest#test_insert_all_and_upsert_all_works_with_composite_primary_keys_when_unique_by_is_provided (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_should_set_foreign_key_on_create_association (unexpected)
		--- FAIL: FixturesTest#test_yml_file_in_subdirectory (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_dependency_should_halt_parent_destruction_with_cascaded_three_levels (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_natural_assignment_with_primary_key (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_explicit_sti_base_class (unexpected)
		--- FAIL: FoxyFixturesTest#test_generates_unique_ids (unexpected)
		--- FAIL: FoxyFixturesTest#test_identifies_strings (unexpected)
		--- FAIL: CockroachDB::MigrationTest#test_remove_column_with_if_not_exists_not_set (unexpected)
		--- FAIL: FoxyFixturesTest#test_supports_inline_habtm (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_eager_loading_with_primary_key_as_symbol (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_after_save (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: BelongsToAssociationsTest#test_raises_type_mismatch_with_namespaced_class (unexpected)
		--- FAIL: FoxyFixturesTest#test_preserves_existing_primary_key (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_reloading_association_with_key_change (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_reload_the_belonging_object_with_query_cache (unexpected)
		--- FAIL: FoxyFixturesTest#test_supports_label_interpolation_for_integer_label (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociationWithAcceptsNestedAttributes#test_errors_should_be_indexed_when_passed_as_array (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter (unexpected)
		--- FAIL: TouchLaterTest#test_touch_later_respects_no_touching_policy (unexpected)
		--- FAIL: FixturesTest#test_complete_instantiation (unexpected)
		--- FAIL: TouchLaterTest#test_touch_touches_immediately_with_a_custom_time (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_create_bang_with_block (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_on_delete_nullify_foreign_key (unexpected)
		--- FAIL: ActiveRecord::ConnectionAdapters::ConnectionHandlersShardingDbTest#test_sharding_separation (unexpected)
		--- FAIL: FixturesTest#test_fixtures_are_set_up_with_database_env_variable (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_without_updated_at_attributes (unexpected)
		--- FAIL: FixturesTest#test_empty_yaml_fixture (unexpected)
		--- FAIL: ActiveRecord::Migration::CheckConstraintTest#test_not_valid_check_constraint (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_primary_key (unexpected)
		--- FAIL: FoxyFixturesTest#test_supports_timestamps_in_join_tables (unexpected)
		--- FAIL: BelongsToAssociationsTest#test_dont_find_target_when_saving_foreign_key_after_stale_association_loaded (unexpected)
		--- FAIL: TouchLaterTest#test_touch_later_update_the_attributes (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_by_symbol_column (unexpected)
		--- FAIL: ActiveRecord::CacheKeyTest#test_cache_version_does_call_updated_at_when_it_is_assigned_via_a_hash (unexpected)
		--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_store_association_in_two_relations_with_one_save_in_existing_object (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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.3
		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: 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)
		--- 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: 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 (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_array (unexpected)
		--- 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_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 release-22.2.0 @ 77667a1b0101cd323090011f50cf910aaa933654:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.3
		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: 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_using_datetime_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)
		--- 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 (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
		--- PASS: SerializedAttributeTest#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: 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: 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_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 release-22.2.0 @ 35b33f1428b95503fae8d04f516a05b3e301cca9:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.3-2-g35b33f1428
		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: 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_type_with_symbol (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_as_default (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_using_datetime_with_timestamptz_as_default (unexpected)
		--- PASS: SerializedAttributeTest#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_string_to_date (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)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#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_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 release-22.2.0 @ 413dc596348780a8c81a450dc135135985ed70af:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.3-4-g413dc59634
		Tests run against activerecord 7.0.3
		7347 Total Tests Run
		7328 tests passed
		19 tests failed
		26 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		19 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::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_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_array (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_change_column_of_parent_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column_in_change_table (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_tzrange (unexpected)
		--- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_rename_column_of_child_table (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_reference_column_of_child_table (unexpected)
		--- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
		--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column (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)
		--- 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_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 release-22.2.0 @ 413dc596348780a8c81a450dc135135985ed70af:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.3-4-g413dc59634
		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_using_datetime (unexpected)
		--- 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: 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_with_timestamptz (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: 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_type_with_array (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::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_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 release-22.2.0 @ 413dc596348780a8c81a450dc135135985ed70af:

		--- FAIL: AssociationProxyTest#test_create_via_association_with_block (unexpected)
		--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
		--- FAIL: PessimisticLockingTest#test_locking_in_after_save_callback (unexpected)
		--- FAIL: ActiveRecord::Migration::ColumnsTest#test_change_column_to_drop_default_with_null_false (unexpected)
		--- FAIL: PostGISTest#test_spatial_factory_retrieval (unexpected)
		--- FAIL: SuppressorTest#test_suppresses_create (unexpected)
		--- FAIL: ActiveRecord::CustomPropertiesTest#test_attributes_not_backed_by_database_columns_appear_in_inspect (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_validate_foreign_key_by_name (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_with_if_exists_set (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_if_not_exists_set (unexpected)
		--- FAIL: AssociationProxyTest#test_create_with_bang_via_association_with_block (unexpected)
		--- FAIL: StrictLoadingTest#test_strict_loading_by_default (unexpected)
		--- FAIL: StrictLoadingTest#test_preload_audit_logs_are_strict_loading_because_parent_is_strict_loading (unexpected)
		--- FAIL: ActiveRecord::Migration::ReferencesForeignKeyInCreateTest#test_options_hash_can_be_passed (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
		--- FAIL: PostGISTest#test_custom_column (unexpected)
		--- FAIL: ActiveRecord::Migration::ColumnsTest#test_change_column_nullability (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
		--- FAIL: SpatialQueriesTest#test_query_rgeo_bbox_node (unexpected)
		--- FAIL: StrictLoadingTest#test_does_not_raise_on_eager_loading_a_strict_loading_habtm_relation (unexpected)
		--- FAIL: ActiveRecord::CustomPropertiesTest#test_children_inherit_custom_properties (unexpected)
		--- FAIL: StrictLoadingTest#test_strict_loading (unexpected)
		--- FAIL: ActiveRecord::Migration::ReferencesForeignKeyInCreateTest#test_foreign_keys_can_be_created_with_the_table (unexpected)
		--- FAIL: StrictLoadingTest#test_raises_on_lazy_loading_a_strict_loading_has_one_relation (unexpected)
		--- FAIL: AssociationProxyTest#test_append_behaves_like_push (unexpected)
		--- FAIL: StrictLoadingTest#test_strict_loading_by_default_can_be_set_per_model (unexpected)
		--- FAIL: StrictLoadingTest#test_raises_on_lazy_loading_a_strict_loading_has_many_relation (unexpected)
		--- FAIL: AssociationProxyTest#test_target_merging_recognizes_updated_in_memory_records (unexpected)
		--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_schema_dumping (unexpected)
		--- FAIL: StrictLoadingTest#test_strict_loading_violation_logs_on_polymorphic_relation (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_prefix (unexpected)
		--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
		--- FAIL: StrictLoadingTest#test_eager_load_audit_logs_are_strict_loading_because_parent_is_strict_loading (unexpected)
		--- FAIL: DefaultNumbersTest#test_default_positive_integer (unexpected)
		--- FAIL: PostGISTest#test_set_and_get_point_from_wkt (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_validate_constraint_by_name (unexpected)
		--- FAIL: StrictLoadingTest#test_strict_loading_with_has_many (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_column (unexpected)
		--- FAIL: SpatialQueriesTest#test_query_point_wkt (unexpected)
		--- FAIL: StrictLoadingTest#test_strict_loading_violation_raises_by_default (unexpected)
		--- FAIL: StrictLoadingTest#test_strict_loading_with_reflection_is_ignored_in_validation_context (unexpected)
		--- FAIL: StrictLoadingTest#test_raises_if_strict_loading_and_lazy_loading (unexpected)
		--- FAIL: StrictLoadingTest#test_raises_if_strict_loading_by_default_and_lazy_loading (unexpected)
		--- FAIL: PostGISTest#test_set_point_bad_wkt (unexpected)
		--- FAIL: PostGISTest#test_save_and_load_point (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_invalid_foreign_key (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 release-22.2.0 @ 413dc596348780a8c81a450dc135135985ed70af:

test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:191,orm_helpers.go:117,activerecord.go:248,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-rc.3-4-g413dc59634
		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: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
		--- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (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_type_with_symbol_using_timestamp_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: 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: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (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 (unexpected)
		--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
		--- 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_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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

No branches or pull requests

3 participants