cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.07k stars 3.8k forks source link

roachtest: activerecord failed #87580

Closed cockroach-teamcity closed 1 year ago

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ f8e04f32b84a9727c9e813d0096bde2de64d5675:

        --- FAIL: HasManyThroughFixture#test_has_many_through_with_default_table_name_on_join_table (unexpected)
        --- FAIL: HasManyAssociationsTest#test_find_each (unexpected)
        --- FAIL: DefaultNumbersTest#test_default_decimal_number (unexpected)
        --- FAIL: TestDestroyAsPartOfAutosaveAssociation#test_should_rollback_destructions_if_an_exception_occurred_while_saving_a_child (unexpected)
        --- FAIL: HasManyAssociationsTest#test_counting_with_counter_sql (unexpected)
        --- FAIL: HasManyAssociationsTest#test_delete_all_accepts_limited_parameters (unexpected)
        --- FAIL: HasOneAssociationsTest#test_reload_association (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_destroy_associations_destroys_multiple_associations (unexpected)
        --- FAIL: OptimisticLockingTest#test_lock_new_when_explicitly_passing_value (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_prefix (unexpected)
        --- FAIL: PostgresqlEnumTest#test_schema_load (unexpected)
        --- FAIL: HasManyAssociationsTest#test_deleting_updates_counter_cache (unexpected)
        --- FAIL: HasManyAssociationsTest#test_replace (unexpected)
        --- FAIL: TestDestroyAsPartOfAutosaveAssociation#test_should_skip_validation_on_has_many_if_marked_for_destruction (unexpected)
        --- FAIL: HasManyAssociationsTest#test_updates_counter_cache_when_default_scope_is_given (unexpected)
        --- FAIL: HasManyAssociationsTest#test_finding_with_condition (unexpected)
        --- FAIL: HasManyAssociationsTest#test_included_in_collection (unexpected)
        --- FAIL: TestDestroyAsPartOfAutosaveAssociation#test_a_child_marked_for_destruction_should_not_be_destroyed_twice_while_saving_has_many (unexpected)
        --- FAIL: DelegatedTypeTest#test_builder_method (unexpected)
        --- FAIL: FixturesTest#test_inserts (unexpected)
        --- FAIL: HasManyAssociationsTest#test_association_size_calculation_works_with_default_scoped_selects_when_not_previously_fetched (unexpected)
        --- FAIL: FixturesTest#test_yaml_file_with_one_invalid_fixture (unexpected)
        --- FAIL: HasManyAssociationsTest#test_reattach_to_new_objects_replaces_inverse_association_and_foreign_key (unexpected)
        --- FAIL: HasManyAssociationsTest#test_calling_many_should_defer_to_collection_if_using_a_block (unexpected)
        --- FAIL: HasOneAssociationsTest#test_natural_assignment_to_already_associated_record (unexpected)
        --- FAIL: FoxyFixturesTest#test_only_populates_columns_that_exist (unexpected)
        --- FAIL: HasManyAssociationsTest#test_find_first_after_reset_scope (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_get_ids_for_unloaded_associations_does_not_load_them (unexpected)
        --- FAIL: HasManyAssociationsTest#test_deleting_by_string_id (unexpected)
        --- FAIL: TestAutosaveAssociationValidationsOnAHABTMAssociation#test_should_not_automatically_validate_associations_without_:validate_=>_true (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_multiple (unexpected)
        --- FAIL: HasManyAssociationsTest#test_dynamic_find_should_respect_association_order_for_through (unexpected)
        --- FAIL: HasManyAssociationsTest#test_new_the_association_with_an_array (unexpected)
        --- FAIL: ActiveRecord::Migration::CompatibilityTest#test_timestamps_have_null_constraints_if_not_present_in_migration_for_adding_timestamps_to_existing_table (unexpected)
        --- FAIL: HasManyAssociationsTest#test_attributes_are_set_when_initialized_from_polymorphic_has_many_null_relationship (unexpected)
        --- FAIL: HasManyAssociationsTest#test_modifying_a_through_a_has_many_should_raise (unexpected)
        --- FAIL: HasOneAssociationsTest#test_attributes_are_being_set_when_initialized_from_has_one_association_with_where_clause (unexpected)
        --- FAIL: HasManyAssociationsTest#test_destroy_does_not_raise_when_association_errors_on_destroy (unexpected)
        --- FAIL: HasManyAssociationsTest#test_deleting_a_item_which_is_not_in_the_collection (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_symbols_as_keys (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many_with_belongs_to (unexpected)
        --- FAIL: DefaultNumbersTest#test_default_negative_integer (unexpected)
        --- FAIL: MultipleDbTest#test_transactions_across_databases (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_include_method_in_has_and_belongs_to_many_association_should_return_true_for_instance_added_with_build (unexpected)
        --- FAIL: HasManyAssociationsTest#test_can_rewhere_the_default_scope_of_the_associated_model (unexpected)
        --- FAIL: FoxyFixturesTest#test_ignores_belongs_to_symbols_if_association_and_foreign_key_are_named_the_same (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_from_the_project_fixed_timestamp (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

Jira issue: CRDB-19424

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 1adc3f0b396dc045c52729d249943889a495c652:

        --- FAIL: PostgresqlVirtualColumnTest#test_virtual_column (unexpected)
        --- FAIL: RelationTest#test_reverse_arel_assoc_order_with_function (unexpected)
        --- FAIL: HasOneThroughAssociationsTest#test_has_one_through_with_has_one (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_build_by_new_record (unexpected)
        --- FAIL: NestedThroughAssociationsTest#test_has_one_through_has_one_with_has_one_through_source_reflection_preload_via_joins (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_destroy_all (unexpected)
        --- FAIL: PersistenceTest#test_update_attribute_for_updated_at_on (unexpected)
        --- FAIL: BasicsTest#test_attributes (unexpected)
        --- FAIL: CockroachDB::PrimaryKeysTest#test_serial_with_quoted_sequence_name (unexpected)
        --- FAIL: CalculationsTest#test_count_with_block (unexpected)
        --- FAIL: CalculationsTest#test_count_with_column_parameter (unexpected)
        --- FAIL: HasOneThroughAssociationsTest#test_has_one_through_eager_loading_through_polymorphic (unexpected)
        --- FAIL: UniquenessValidationTest#test_validate_uniqueness_with_limit_and_utf8 (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_reference_column_of_child_table (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_include_checks_if_record_exists_if_target_not_loaded (unexpected)
        --- FAIL: RelationTest#test_find_or_create_by_with_create_with (unexpected)
        --- FAIL: BasicsTest#test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_local (unexpected)
        --- FAIL: CalculationsTest#test_distinct_count_with_order_and_limit (unexpected)
        --- FAIL: PostgresqlVirtualColumnTest#test_virtual_column_with_full_inserts (unexpected)
        --- FAIL: HasOneThroughAssociationsTest#test_has_one_through_many_raises_exception (unexpected)
        --- FAIL: HasManyThroughDisableJoinsAssociationsTest#test_first_and_scope_in_double_join_applies_order_in_memory (unexpected)
        --- FAIL: CalculationsTest#test_distinct_joins_count_with_group_by (unexpected)
        --- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_store_two_association_with_one_save (unexpected)
        --- FAIL: PersistenceTest#test_update_columns_with_model_having_primary_key_other_than_id (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: CounterCacheTest#test_reset_multiple_counters_with_touch:_true (unexpected)
        --- FAIL: PersistenceTest#test_instantiate_creates_a_new_instance (unexpected)
        --- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_many_with_has_and_belongs_to_many_source_reflection_preload (unexpected)
        --- FAIL: RelationTest#test_joins_with_select (unexpected)
        --- FAIL: PersistenceTest#test_update_does_not_run_sql_if_record_has_not_changed (unexpected)
        --- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_many_with_has_many_through_habtm_source_reflection_preload (unexpected)
        --- FAIL: PostGISTest#test_set_and_get_point (unexpected)
        --- FAIL: AssociationsJoinModelTest#test_has_many_through_has_many_find_first (unexpected)
        --- FAIL: RelationTest#test_first_get_more_than_available (unexpected)
        --- FAIL: AssociationsJoinModelTest#test_polymorphic_has_many (unexpected)
        --- FAIL: HasOneThroughAssociationsTest#test_creating_association_builds_through_record (unexpected)
        --- FAIL: BasicsTest#test_clear_cache_when_setting_table_name (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many (unexpected)
        --- FAIL: StoreTest#test_reading_store_attributes_through_accessors (unexpected)
        --- FAIL: BasicsTest#test_singular_table_name_guesses (unexpected)
        --- FAIL: BasicsTest#test_equality_of_relation_and_array (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
        --- FAIL: RelationTest#test_find_by!_with_multi-arg_conditions_returns_the_first_matching_record (unexpected)
        --- FAIL: JsonAttributeTest#test_pretty_print (unexpected)
        --- FAIL: AssociationsJoinModelTest#test_polymorphic_has_many_going_through_join_model_with_find (unexpected)
        --- FAIL: MigrationTest#test_create_table_with_if_not_exists_true (unexpected)
        --- FAIL: CalculationsTest#test_should_order_by_calculation (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 1bfe9bcda653f55ed3b4216610433b51b2ef0d8f:

test artifacts and logs in: /artifacts/activerecord/run_1
    orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:908: 
        Tests run on Cockroach v22.2.0-alpha.2-331-g1bfe9bcda6
        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::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::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_change_column_of_parent_table (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::Migration::ForeignKeyChangeColumnTest#test_rename_column_of_child_table (unexpected)
        --- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_rename_reference_column_of_child_table (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)
        --- 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::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_reference_column_of_child_table (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 9b62adaceb821a96d325a8ce30f35952ec48e9e5:

test artifacts and logs in: /artifacts/activerecord/run_1
    orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:908: 
        Tests run on Cockroach v22.2.0-alpha.2-336-g9b62adaceb
        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: 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: 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_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- 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: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (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 (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 9b62adaceb821a96d325a8ce30f35952ec48e9e5:

        --- FAIL: ActiveRecord::InvertibleMigrationTest#test_migrate_revert_change_table (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_on_delete_cascade_foreign_key (unexpected)
        --- FAIL: CounterCacheTest#test_update_counters_with_touch:_true (unexpected)
        --- FAIL: ActiveRecord::InvertibleMigrationTest#test_migrate_revert_change_column_comment (unexpected)
        --- FAIL: ActiveRecord::InvertibleMigrationTest#test_migrate_revert_by_part (unexpected)
        --- FAIL: CounterCacheTest#test_update_counter_for_decrement (unexpected)
        --- FAIL: CounterCacheTest#test_update_counters_with_touch:_%i(_updated_at_written_on_) (unexpected)
        --- FAIL: ModulesTest#test_associations_spanning_cross_modules (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_validate_foreign_key_by_name (unexpected)
        --- FAIL: ActiveRecord::InvertibleMigrationTest#test_legacy_up (unexpected)
        --- FAIL: CounterCacheTest#test_update_counters_of_multiple_records (unexpected)
        --- FAIL: ActiveRecord::InvertibleMigrationTest#test_migrate_revert_change_table_comment (unexpected)
        --- FAIL: CounterCacheTest#test_decrement_counter (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- FAIL: CounterCacheTest#test_update_counters_in_a_polymorphic_relationship (unexpected)
        --- FAIL: ActiveRecord::InvertibleMigrationTest#test_migrate_down_with_table_name_prefix (unexpected)
        --- FAIL: CounterCacheTest#test_reset_the_right_counter_if_two_have_the_same_foreign_key (unexpected)
        --- FAIL: ModulesTest#test_module_table_name_prefix_with_global_prefix (unexpected)
        --- FAIL: CounterCacheTest#test_counter_caches_are_updated_in_memory_when_the_default_value_is_nil (unexpected)
        --- FAIL: ActiveRecord::InvertibleMigrationTest#test_migrate_revert_transaction (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_prefix (unexpected)
        --- FAIL: ActiveRecord::InvertibleMigrationTest#test_legacy_down (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: CounterCacheTest#test_reset_multiple_counters (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- FAIL: CounterCacheTest#test_reset_counters_with_touch:_:written_on (unexpected)
        --- FAIL: ModulesTest#test_module_table_name_prefix (unexpected)
        --- FAIL: CounterCacheTest#test_reset_multiple_counters_with_touch:_true (unexpected)
        --- FAIL: CounterCacheTest#test_update_counters_with_touch:_:written_on (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_foreign_key_exists_by_name (unexpected)
        --- FAIL: ActiveRecord::InvertibleMigrationTest#test_migrate_revert_add_index_without_name_on_expression (unexpected)
        --- FAIL: CounterCacheTest#test_increment_counter (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_invalid_foreign_key (unexpected)
        --- FAIL: ModulesTest#test_nested_models_should_not_raise_exception_when_using_nullify_dependency_on_association (unexpected)
        --- FAIL: CounterCacheTest#test_reset_the_right_counter_if_two_have_the_same_class_name (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_column (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_is_reversible (unexpected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- FAIL: CounterCacheTest#test_reset_counters_with_touch:_%i(_updated_at_written_on_) (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_inferes_column (unexpected)
        --- FAIL: ActiveRecord::InvertibleMigrationTest#test_migrate_revert (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_if_not_exists_not_set (unexpected)
        --- FAIL: CounterCacheTest#test_update_multiple_counters_with_touch:_true (unexpected)
        --- FAIL: CounterCacheTest#test_reset_multiple_counters_with_touch:_%i(_updated_at_written_on_) (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 58d24a3e81a743a9a77bd4e8bf0bd27180eb3c04:

test artifacts and logs in: /artifacts/activerecord/run_1
    orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:908: 
        Tests run on Cockroach v22.2.0-alpha.3-136-g58d24a3e81
        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: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- PASS: SerializedAttributeTest#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)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- 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: 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)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ ba1686e00bb140b67ba9ecc154d949795c2555b6:

        --- FAIL: EagerAssociationTest#test_eager_with_has_and_belongs_to_many_and_limit (unexpected)
        --- FAIL: SerializedAttributeTest#test_where_by_serialized_attribute_with_hash_in_array (unexpected)
        --- FAIL: DDLTest#test_create_simple_geography_using_shortcut (unexpected)
        --- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_decorated_type_with_decorator_block (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_default_scope_as_class_method (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_on_delete_restrict_foreign_key (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_loading_with_conditions_on_join_model_preloads (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_default_scope_as_callable (unexpected)
        --- FAIL: DDLTest#test_create_simple_geometry_using_shortcut (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_conditions_string_with_quoted_table_name (unexpected)
        --- FAIL: ActiveRecord::Migration::ReferencesForeignKeyTest#test_references_foreign_key_with_suffix (unexpected)
        --- FAIL: EagerAssociationTest#test_nested_loading_does_not_raise_exception_when_association_does_not_exist (unexpected)
        --- FAIL: EagerAssociationTest#test_including_duplicate_objects_from_belongs_to (unexpected)
        --- FAIL: EagerAssociationTest#test_preconfigured_includes_with_has_many (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_has_many_through_an_sti_join_model (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_has_many_through_multiple_with_order (unexpected)
        --- FAIL: SerializedAttributeTest#test_serialized_attribute_on_alias_attribute (unexpected)
        --- FAIL: SerializedAttributeTest#test_decorated_type_with_decorator_block (unexpected)
        --- FAIL: EagerAssociationTest#test_load_with_sti_sharing_association (unexpected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_invalid_foreign_key (unexpected)
        --- FAIL: AssociationsTest#test_loading_the_association_target_should_load_most_recent_attributes_for_child_records_marked_for_destruction (unexpected)
        --- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
        --- FAIL: DDLTest#test_add_geometry_column_null_false (unexpected)
        --- FAIL: EagerAssociationTest#test_count_with_include (unexpected)
        --- FAIL: EagerAssociationTest#test_loading_with_one_association_with_non_preload (unexpected)
        --- FAIL: DDLTest#test_array_columns (unexpected)
        --- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_should_raise_exception_on_serialized_attribute_with_type_mismatch (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_and_high_offset_and_multiple_array_conditions (unexpected)
        --- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_serialize_with_coder (unexpected)
        --- FAIL: EagerAssociationTest#test_three_level_nested_preloading_does_not_raise_exception_when_association_does_not_exist (unexpected)
        --- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_serialized_default_class (unexpected)
        --- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        --- FAIL: EagerAssociationTest#test_loading_from_an_association (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_multi_table_conditional_properly_counts_the_records_when_using_size (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_by_the_select_one_on_the_same_table (unexpected)
        --- FAIL: DDLTest#test_create_simple_geometry (unexpected)
        --- FAIL: EagerAssociationTest#test_scoping_with_a_circular_preload (unexpected)
        --- FAIL: DDLTest#test_add_geography_column (unexpected)
        --- FAIL: EagerAssociationTest#test_finding_with_includes_on_null_belongs_to_association_with_same_include_includes_only_once (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_singular_ids_are_reloaded_after_collection_concat (unexpected)
        --- FAIL: SerializationTest#test_find_records_by_serialized_attributes_through_join (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_conditions_string_with_unquoted_table_name (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_schema_dumping_on_delete_and_on_update_options (unexpected)
        --- FAIL: EagerAssociationTest#test_finding_with_includes_on_empty_polymorphic_type_column (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_reference_column_of_child_table (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_habtm_with_association_inheritance (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 21e14668fc212614785cb3739378378a0aac4539:

        --- FAIL: HasManyThroughAssociationsTest#test_circular_autosave_association_correctly_saves_multiple_records (unexpected)
        --- FAIL: CalculationsTest#test_should_count_scoped_select_with_options (unexpected)
        --- FAIL: BasicsTest#test_table_name_guesses_with_inherited_prefixes_and_suffixes (unexpected)
        --- FAIL: RelationTest#test_relation_with_private_kernel_method (unexpected)
        --- FAIL: RelationTest#test_finding_with_subquery_without_select_does_not_change_the_select (unexpected)
        --- FAIL: FixturesTest#test_serialized_fixtures (unexpected)
        --- FAIL: PersistenceTest#test_decrement_attribute (unexpected)
        --- FAIL: RequiredAssociationsTest#test_required_has_one_associations_have_a_correct_error_message (unexpected)
        --- FAIL: RelationTest#test_scoped (unexpected)
        --- FAIL: HasManyAssociationsTest#test_collection_association_with_private_kernel_method (unexpected)
        --- FAIL: RelationTest#test_reorder_with_first (unexpected)
        --- FAIL: RelationTest#test_count_with_block (unexpected)
        --- FAIL: RelationTest#test_pluck_with_subquery_in_from_uses_original_table_name (unexpected)
        --- FAIL: HasOneThroughAssociationsTest#test_creating_multiple_associations_creates_through_record (unexpected)
        --- FAIL: FinderTest#test_exists_returns_false_with_false_arg (unexpected)
        --- FAIL: CounterCacheTest#test_the_passed_symbol_needs_to_be_an_association_name_or_counter_name (unexpected)
        --- FAIL: HasManyAssociationsTest#test_calling_first_or_last_on_loaded_association_should_not_fetch_with_query (unexpected)
        --- FAIL: OptimisticLockingTest#test_explicit_update_lock_column_raise_error (unexpected)
        --- FAIL: DelegatedTypeTest#test_delegated_type_name (unexpected)
        --- FAIL: AssociationProxyTest#test_push_does_not_lose_additions_to_new_record (unexpected)
        --- FAIL: HasManyAssociationsTest#test_dynamic_find_should_respect_association_order_for_through (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_a_collection (unexpected)
        --- FAIL: LegacyPolymorphicReferenceIndexTest::V4_2#test_polymorphic_add_reference_uses_all_column_names_in_index (unexpected)
        --- FAIL: HasOneThroughAssociationsTest#test_has_one_through_nonpreload_eager_loading_through_polymorphic (unexpected)
        --- FAIL: RelationTest#test_reverse_order_with_function_other_predicates (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_find_scoped_grouped (unexpected)
        --- FAIL: OptimisticLockingWithSchemaChangeTest#test_destroy_existing_object_with_locking_column_value_null_in_the_database (unexpected)
        --- FAIL: BasicsTest#test_has_attribute (unexpected)
        --- FAIL: ActiveRecord::CollectionCacheKeyTest#test_it_doesn't_trigger_any_query_if_the_relation_is_already_loaded (unexpected)
        --- FAIL: RelationTest#test_reverse_order_with_function (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_on_delete_nullify_foreign_key (unexpected)
        --- FAIL: HasOneThroughAssociationsTest#test_has_one_through_executes_limited_query (unexpected)
        --- FAIL: FinderTest#test_hash_condition_find_with_nil (unexpected)
        --- FAIL: BasicsTest#test_marshalling_new_record_round_trip_with_associations (unexpected)
        --- FAIL: HasManyAssociationsTest#test_create!_the_association_with_an_array (unexpected)
        --- FAIL: CalculationsTest#test_pluck_if_table_included (unexpected)
        --- FAIL: OptimisticLockingTest#test_lock_existing (unexpected)
        --- FAIL: BasicsTest#test_equality_of_relation_and_association_relation (unexpected)
        --- FAIL: HasManyAssociationsTest#test_taking_with_inverse_of (unexpected)
        --- FAIL: RequiredAssociationsTest#test_required_has_one_associations_have_presence_validated (unexpected)
        --- FAIL: HasManyAssociationsTest#test_calling_many_should_return_true_if_more_than_one (unexpected)
        --- FAIL: OptimisticLockingTest#test_yaml_dumping_with_lock_column (unexpected)
        --- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
        --- FAIL: BasicsTest#test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_local (unexpected)
        --- FAIL: BasicsTest#test_group_weirds_by_from (unexpected)
        --- FAIL: FoxyFixturesTest#test_identifies_consistently (unexpected)
        --- FAIL: HasManyAssociationsTest#test_assign_ids_ignoring_blanks (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ a7b39a0d0155e2571412e0279848bb0f15486c4c:

        --- FAIL: EagerAssociationTest#test_preload_has_many_with_association_condition_and_default_scope (unexpected)
        --- FAIL: CockroachDB::PostgresqlNumberTest#test_decimal_values (unexpected)
        --- FAIL: EagerAssociationTest#test_count_eager_with_has_many_and_limit_and_high_offset (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_default_scope (unexpected)
        --- FAIL: CounterCacheTest#test_update_counters_doesn't_touch_timestamps_by_default (unexpected)
        --- FAIL: EagerAssociationTest#test_preloading_associations_with_string_joins_and_order_references (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_default_scope_as_class_method (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_has_many_through_join_model_ignores_default_includes (unexpected)
        --- FAIL: CounterCacheTest#test_reset_counters_by_counter_name (unexpected)
        --- FAIL: EagerAssociationTest#test_with_ordering (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_order_string_with_quoted_table_name (unexpected)
        --- FAIL: EagerAssociationTest#test_has_many_through_with_order (unexpected)
        --- FAIL: EagerAssociationTest#test_order_on_join_table_with_include_and_limit (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (unexpected)
        --- FAIL: InheritanceComputeTypeTest#test_sti_type_from_attributes_disabled_in_non_sti_class (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_multiple_associations_with_same_table_has_many_and_habtm (unexpected)
        --- FAIL: EagerAssociationTest#test_including_duplicate_objects_from_belongs_to (unexpected)
        --- FAIL: CockroachDB::PostgresqlTimestampMigrationTest#test_adds_column_as_custom_type (unexpected)
        --- FAIL: EagerAssociationTest#test_deep_preload (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_count_performed_on_a_has_many_through_association_with_multi_table_conditional (unexpected)
        --- FAIL: CounterCacheTest#test_reset_counter_works_with_select_declared_on_association (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: EagerAssociationTest#test_loading_with_one_association_with_non_preload (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_and_high_offset_and_multiple_array_conditions (unexpected)
        --- FAIL: CounterCacheTest#test_increment_counters_with_touch:_:written_on (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_is_reversible (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_load_has_one_quotes_table_and_column_names (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_reference_column_of_child_table (unexpected)
        --- FAIL: EagerAssociationTest#test_preconfigured_includes_with_has_many_and_habtm (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_default_scope_as_class_method_using_find_by_method (unexpected)
        --- FAIL: CounterCacheTest#test_reset_multiple_counters (unexpected)
        --- FAIL: EagerAssociationTest#test_preloading_has_one_using_reorder (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_with_no_results (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_has_many_through_join_model_with_include (unexpected)
        --- FAIL: CounterCacheTest#test_reset_counter_of_has_many_:through_association (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
        --- FAIL: CounterCacheTest#test_update_counter_with_initial_null_value (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_conditions_string_with_unquoted_table_name (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_multi_table_conditional_properly_counts_the_records_when_using_size (unexpected)
        --- FAIL: EagerAssociationTest#test_preload_with_invalid_argument (unexpected)
        --- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_order_on_nested_association (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_load_has_many_through_with_string_keys (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_and_scoped_conditions_on_the_eagers (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_has_many_through_multiple_with_order (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_ssd=0

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ aac413cd4ca62f3392029b42219ebb2788979fb8:

test artifacts and logs in: /artifacts/activerecord/run_1
    orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:908: 
        Tests run on Cockroach v22.2.0-alpha.3-228-gaac413cd4c
        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: 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: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (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)
        --- 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: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (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_ssd=0

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ aac413cd4ca62f3392029b42219ebb2788979fb8:

test artifacts and logs in: /artifacts/activerecord/run_1
    orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:908: 
        Tests run on Cockroach v22.2.0-alpha.3-228-gaac413cd4c
        Tests run against activerecord 7.0.3
        7347 Total Tests Run
        7329 tests passed
        18 tests failed
        26 tests skipped
        5 tests ignored
        0 tests passed unexpectedly
        18 tests failed unexpectedly
        0 tests expected failed but skipped
        0 tests expected failed but not run
        ---
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#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_as_default (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_change_column_of_parent_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_rename_reference_column_of_child_table (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 (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::Migration::ForeignKeyChangeColumnTest#test_rename_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_reference_column_of_child_table (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_ssd=0

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ aac413cd4ca62f3392029b42219ebb2788979fb8:

test artifacts and logs in: /artifacts/activerecord/run_1
    orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:908: 
        Tests run on Cockroach v22.2.0-alpha.3-228-gaac413cd4c
        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: 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_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- 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)
        --- 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_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)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ edeefa9120e86739808ca43fc52d4cbac813fab3:

test artifacts and logs in: /artifacts/activerecord/run_1
    orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:908: 
        Tests run on Cockroach v22.2.0-alpha.3-265-gedeefa9120
        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: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_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)
        --- 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_ssd=0

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ ac55929f9367f7dee41118f95d07a17b667b4d50:

test artifacts and logs in: /artifacts/activerecord/run_1
    orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:908: 
        Tests run on Cockroach v22.2.0-alpha.3-317-gac55929f93
        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: 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 (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: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (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_type_with_symbol_with_timestamptz_as_default (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ a33d71dcd904c771d1297323d8d206b8b59d40bf:

        --- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many_associations_on_new_records_use_null_relations (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
        --- FAIL: StrictLoadingTest#test_strict_loading_with_reflection_is_ignored_in_validation_context (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many_while_partial_inserts_false (unexpected)
        --- FAIL: PostgresqlEnumTest#test_schema_load (unexpected)
        --- FAIL: StrictLoadingTest#test_does_not_raise_on_eager_loading_a_strict_loading_has_one_relation (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_join_middle_table_alias (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_assign_ids (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_collection_size_from_params (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnAttributesTest#test_add_remove_single_field_using_symbol_arguments (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_join_with_group (unexpected)
        --- FAIL: StrictLoadingTest#test_raises_on_lazy_loading_a_has_one_relation_if_strict_loading_by_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_on_delete_restrict_foreign_key (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_respects_select (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_caching_of_columns (unexpected)
        --- FAIL: CockroachDB::MigrationTest#test_remove_column_with_if_not_exists_not_set (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_associations_with_conditions (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_validate_foreign_key_by_column (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_marshal_dump (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_suffix (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_a_collection (unexpected)
        --- FAIL: ReadOnlyTest#test_has_many_with_through_is_not_implicitly_marked_readonly_while_finding_by_id (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_association_with_validate_false_does_not_run_associated_validation_callbacks_on_create (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_dynamic_find_all_should_respect_readonly_access (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_find_scoped_grouped (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_foreign_key_exists_by_column (unexpected)
        --- FAIL: StrictLoadingTest#test_raises_on_lazy_loading_a_strict_loading_habtm_relation (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_deleting_all (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_with_symbol_class_name (unexpected)
        --- FAIL: StrictLoadingTest#test_strict_loading_by_default_can_be_set_per_model (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_include_uses_array_include_after_loaded (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_attributes_are_being_set_when_initialized_from_habtm_association_with_multiple_where_clauses (unexpected)
        --- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_find_grouped (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnAttributesTest#test_native_types (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_destruction_does_not_error_without_primary_key (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many_in_a_namespaced_model_pointing_to_a_namespaced_model (unexpected)
        --- FAIL: ReadOnlyTest#test_cant_save_readonly_record (unexpected)
        --- FAIL: StrictLoadingTest#test_strict_loading_has_one_reload (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_destroying (unexpected)
        --- FAIL: ReadOnlyTest#test_has_many_find_readonly (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_find_in_association_with_options (unexpected)
        --- FAIL: ReadOnlyTest#test_cant_update_column_readonly_record (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_column (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_deleting_array (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_reference_column_of_child_table (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ c037b5e5ce491a4a2b6e33401b00a05c2b117c73:

        --- FAIL: DefaultScopingTest#test_default_scope_with_all_queries_runs_on_update_columns (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_redefine_habtm (unexpected)
        --- FAIL: AssociationProxyTest#test_first!_works_on_loaded_associations (unexpected)
        --- FAIL: ActiveRecord::Migration::CompatibilityTest#test_timestamps_have_null_constraints_if_not_present_in_migration_of_change_table (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_raises_type_mismatch_with_namespaced_class (unexpected)
        --- FAIL: CounterCacheTest#test_reset_multiple_counters (unexpected)
        --- FAIL: StrictLoadingTest#test_strict_loading_has_one_reload (unexpected)
        --- FAIL: RelationScopingTest#test_reverse_order_with_arel_nodes_and_strings (unexpected)
        --- FAIL: ActiveRecord::Migration::CompatibilityTest#test_change_table_comment_can_be_reverted (unexpected)
        --- FAIL: SerializedAttributeTest#test_serialized_attributes_from_database_on_subclass (unexpected)
        --- FAIL: SerializedAttributeTest#test_serialized_column_should_unserialize_after_update_column (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_save_of_record_with_loaded_belongs_to (unexpected)
        --- FAIL: ActiveRecord::CollectionCacheKeyTest#test_cache_key_for_empty_relation (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_on_multiple_records (unexpected)
        --- FAIL: OptimisticLockingTest#test_lock_with_custom_column_without_default_queries_count (unexpected)
        --- FAIL: PrimaryKeyAnyTypeTest#test_any_type_primary_key (unexpected)
        --- FAIL: ModulesTest#test_module_table_name_suffix_with_global_suffix (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_saving_multiple_relationships (unexpected)
        --- FAIL: CounterCacheTest#test_counters_are_updated_both_in_memory_and_in_the_database_on_create (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_field_name_same_as_foreign_key (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_natural_assignment_with_primary_key (unexpected)
        --- FAIL: TouchLaterTest#test_touch_later_dont_hit_the_db (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_collection_size_from_params (unexpected)
        --- FAIL: CounterCacheTest#test_counter_caches_are_updated_in_memory_when_the_default_value_is_nil (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_by_column (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many_with_belongs_to (unexpected)
        --- FAIL: AssociationProxyTest#test_scoped_allows_conditions (unexpected)
        --- FAIL: ActiveRecord::InvertibleMigrationTest#test_migrate_revert_transaction (unexpected)
        --- FAIL: OptimisticLockingTest#test_lock_new (unexpected)
        --- FAIL: DefaultScopingTest#test_with_abstract_class_where_clause_should_not_be_duplicated (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_destroy_associations_destroys_multiple_associations (unexpected)
        --- FAIL: ActiveRecord::CollectionCacheKeyTest#test_update_all_will_update_cache_key (unexpected)
        --- FAIL: PostGISTest#test_custom_factory (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_not_optional_relation (unexpected)
        --- FAIL: SerializedAttributeTest#test_serialized_default_class (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_natural_assignment_to_nil (unexpected)
        --- FAIL: TouchLaterTest#test_touch_later_update_the_attributes (unexpected)
        --- FAIL: SerializedAttributeTest#test_regression_serialized_default_on_text_column_with_null_false (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_find_by_with_custom_primary_key (unexpected)
        --- FAIL: ActiveRecord::InvertibleMigrationTest#test_legacy_down (unexpected)
        --- FAIL: AssociationProxyTest#test_proxy_object_is_cached (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column (unexpected)
        --- FAIL: AssociationsTest#test_association_with_references (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_a_collection (unexpected)
        --- FAIL: ActiveRecord::Migration::CompatibilityTest#test_datetime_doesnt_set_precision_on_create_table (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_polymorphic_reassignment_of_associated_id_updates_the_object (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_deleting_all (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 8eb9026a0ccbf3411341de62438a678fda1b64cd:

test artifacts and logs in: /artifacts/activerecord/run_1
    orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:908: 
        Tests run on Cockroach v22.2.0-alpha.4-201-g8eb9026a0c
        Tests run against activerecord 7.0.3
        7347 Total Tests Run
        7334 tests passed
        13 tests failed
        26 tests skipped
        5 tests ignored
        0 tests passed unexpectedly
        13 tests failed unexpectedly
        0 tests expected failed but skipped
        0 tests expected failed but not run
        ---
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: 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_string_to_date (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)
        --- 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_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_datetime (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 492c3c88c3d3ce46ccf835dbf4e85f33293b8ab4:

test artifacts and logs in: /artifacts/activerecord/run_1
    orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:908: 
        Tests run on Cockroach v22.2.0-alpha.4-203-g492c3c88c3
        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: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- 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 (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_with_timestamptz_as_default (unexpected)
        --- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- FAIL: 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: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 1f718803f084451c1b061db5a69bfc62feb1c457:

test artifacts and logs in: /artifacts/activerecord/run_1
    orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:908: 
        Tests run on Cockroach v22.2.0-beta.1-114-g1f718803f0
        Tests run against activerecord 7.0.3
        7347 Total Tests Run
        7334 tests passed
        13 tests failed
        26 tests skipped
        5 tests ignored
        0 tests passed unexpectedly
        13 tests failed unexpectedly
        0 tests expected failed but skipped
        0 tests expected failed but not run
        ---
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- 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)
        --- 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_using_datetime (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 08974d4b0433a14aa83251a44df9659eb8e3ae65:

test artifacts and logs in: /artifacts/activerecord/run_1
    orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:908: 
        Tests run on Cockroach v22.2.0-beta.1-156-g08974d4b04
        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: 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)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_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_with_timestamptz (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: 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)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 860584a59dee73d7a66ce882c668cef6eb2556f7:

test artifacts and logs in: /artifacts/activerecord/run_1
    orm_helpers.go:191,orm_helpers.go:117,activerecord.go:251,test_runner.go:908: 
        Tests run on Cockroach v22.2.0-beta.1-187-g860584a59d
        Tests run against activerecord 7.0.3
        7347 Total Tests Run
        7323 tests passed
        24 tests failed
        26 tests skipped
        5 tests ignored
        0 tests passed unexpectedly
        24 tests failed unexpectedly
        0 tests expected failed but skipped
        0 tests expected failed but not run
        ---
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_reference_column_of_child_table (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 (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_reference_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_reference_column_of_child_table (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_change_column_of_parent_table (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)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_change_column_of_parent_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_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_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)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ c69571de022f48d95d76fb39e378cc9ab9a30afe:

        --- FAIL: ActiveRecord::Migration::ColumnsTest#test_rename_column_using_symbol_arguments (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column (unexpected)
        --- FAIL: PostgresqlEnumTest#test_schema_load (unexpected)
        --- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_foreign_key_constraint_is_not_cached_incorrectly (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_suffix (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_by_the_select_one_on_the_same_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_rename_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_schema_dumping_on_delete_and_on_update_options (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnsTest#test_add_rename (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnsTest#test_change_column_to_drop_default_with_null_false (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnsTest#test_change_column_nullability (unexpected)
        --- FAIL: LegacyPolymorphicReferenceIndexTest::V4_2#test_polymorphic_add_reference_uses_all_column_names_in_index (unexpected)
        --- FAIL: LegacyPolymorphicReferenceIndexTest::V4_2#test_create_join_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnsTest#test_change_column_default_to_null (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnAttributesTest#test_add_column_newline_default (unexpected)
        --- FAIL: PostgresqlBitStringTest#test_assigning_invalid_hex_string_raises_exception (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_reference_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_validate_foreign_key_by_name (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_column_of_child_table (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: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_with_if_exists_not_set (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnAttributesTest#test_add_remove_single_field_using_string_arguments (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_reference_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ReferencesForeignKeyTest#test_references_foreign_key_with_prefix (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_change_column_of_parent_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_reference_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnsTest#test_rename_column_with_sql_reserved_word (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnAttributesTest#test_native_types (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_reference_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnAttributesTest#test_add_column_with_precision_and_scale (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::Migration::ColumnAttributesTest#test_add_column_without_limit (unexpected)
        --- FAIL: ActiveRecord::Migration::ReferencesForeignKeyTest#test_references_foreign_key_with_suffix (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_foreign_key_exists_by_name (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnAttributesTest#test_native_decimal_insert_manual_vs_automatic (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnAttributesTest#test_add_remove_single_field_using_symbol_arguments (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 600df9f5c387a07fd9b4ba5e54f8b8240645176f:

        --- FAIL: PostgresqlInfinityTest#test_where_clause_with_infinite_range_on_a_date_column (unexpected)
        --- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_conditions_on_association (unexpected)
        --- FAIL: ReflectionTest#test_has_many_reflection (unexpected)
        --- FAIL: LegacyPolymorphicReferenceIndexTest::V5_2#test_polymorphic_add_reference_uses_all_column_names_in_index (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_belongs_to_with_out_of_range_value_assigning (unexpected)
        --- FAIL: FinderTest#test_exists_with_polymorphic_relation (unexpected)
        --- FAIL: AssociationsTest#test_using_limitable_reflections_helper (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_build_with_conditions (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: OptimisticLockingTest#test_explicit_update_lock_column_raise_error (unexpected)
        --- FAIL: CounterCacheTest#test_increment_counters_with_touch:_:written_on (unexpected)
        --- FAIL: HasManyAssociationsTest#test_create_from_association_with_nil_values_should_work (unexpected)
        --- FAIL: ActiveRecord::CustomPropertiesTest#test_model_with_nonexistent_attribute_with_default_value_can_be_saved (unexpected)
        --- FAIL: ActiveRecord::CollectionCacheKeyTest#test_cache_key_with_version_contains_key_and_version_regardless_of_collection_cache_versioning_setting (unexpected)
        --- FAIL: RelationTest#test_count_with_block (unexpected)
        --- FAIL: HasManyAssociationsTest#test_transactions_when_replacing_on_new_record (unexpected)
        --- FAIL: AssociationsJoinModelTest#test_has_many_through_has_many_find_all_with_custom_class (unexpected)
        --- FAIL: SignedIdTest#test_find_signed_record_with_bang_with_purpose_raises (unexpected)
        --- FAIL: AssociationsJoinModelTest#test_has_many_through_goes_through_all_sti_classes (unexpected)
        --- FAIL: LegacyPolymorphicReferenceIndexTest::V5_2#test_change_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
        --- FAIL: AssociationsJoinModelTest#test_add_to_join_table_with_no_id (unexpected)
        --- FAIL: FinderTest#test_named_bind_variables (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_include_checks_if_record_exists_if_target_not_loaded (unexpected)
        --- FAIL: RelationTest#test_first_or_create_bang_with_valid_array (unexpected)
        --- FAIL: HasManyAssociationsTest#test_delete_all_on_association_clears_scope (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_tracking_change_from_nil_to_persisted_record (unexpected)
        --- FAIL: HasManyAssociationsTest#test_select_with_block (unexpected)
        --- FAIL: HasManyAssociationsTest#test_counter_cache_updates_in_memory_after_update_with_inverse_of_disabled (unexpected)
        --- FAIL: HasManyAssociationsTest#test_counter_cache_updates_in_memory_after_create_with_array (unexpected)
        --- FAIL: FinderTest#test_exists_with_distinct_association_includes_and_limit (unexpected)
        --- FAIL: HasManyThroughAssociationsTest#test_has_many_through_unscope_default_scope (unexpected)
        --- FAIL: FinderTest#test_with_limiting_with_custom_select (unexpected)
        --- FAIL: EagerAssociationTest#test_conditions_on_join_table_with_include_and_limit (unexpected)
        --- FAIL: FinderTest#test_find_on_relation_with_large_number (unexpected)
        --- FAIL: FinderTest#test_find_by_bang_on_relation_with_large_number (unexpected)
        --- FAIL: AssociationsJoinModelTest#test_polymorphic_has_many_going_through_join_model_with_inheritance (unexpected)
        --- FAIL: HasManyScopingTest#test_should_default_scope_on_associations_is_overridden_by_association_conditions (unexpected)
        --- FAIL: HasManyThroughAssociationsTest#test_delete_through_belongs_to_with_dependent_nullify (unexpected)
        --- FAIL: EagerAssociationTest#test_has_many_association_ignores_the_scoping (unexpected)
        --- FAIL: AttributeMethodsTest#test_respond_to?_with_a_custom_primary_key (unexpected)
        --- FAIL: AssociationsExtensionsTest#test_association_with_default_scope (unexpected)
        --- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_through_scope_with_joins (unexpected)
        --- FAIL: RelationTest#test_preload_with_blank_value (unexpected)
        --- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_many_through_with_belongs_to_source_reflection_preload_via_joins (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ReferencesForeignKeyTest#test_multiple_foreign_keys_can_be_removed_to_the_selected_one (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_find_grouped (unexpected)
        --- FAIL: ReservedWordTest#test_belongs_to_associations (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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 36e4cb1677e055e67fa3cfdce81dea18cf10df33:

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.1-231-g36e4cb1677
        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::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_change_column_of_parent_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (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_tsrange (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_column_of_child_table (unexpected)
        --- FAIL: 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)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column_in_change_table (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::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_reference_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 36e4cb1677e055e67fa3cfdce81dea18cf10df33:

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.1-231-g36e4cb1677
        Tests run against activerecord 7.0.3
        7347 Total Tests Run
        7333 tests passed
        14 tests failed
        26 tests skipped
        5 tests ignored
        0 tests passed unexpectedly
        14 tests failed unexpectedly
        0 tests expected failed but skipped
        0 tests expected failed but not run
        ---
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_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_string_to_date (unexpected)
        --- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_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: CockroachDB::PostgresqlIntervalTest#test_simple_interval (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 (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)
        --- 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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ c8e834ea52234d65b530beda7877a50dee7a3d2a:

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-92-gc8e834ea52
        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::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_column_of_child_table (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_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)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (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)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_reference_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column (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: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_reference_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_change_column_of_parent_table (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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 18da6141d87f76c04f74ad6f9685fa619b97738a:

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-134-g18da6141d8
        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_array (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- 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: 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_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- FAIL: 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: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 78e7ab8398a655b612cf7c9f8f31d904da5caa84:

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-182-g78e7ab8398
        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_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- 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_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_array (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0 release-blocker] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ c018f1a48d6854969a295632977ef62e2cb20226:

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-199-gc018f1a48d
        Tests run against activerecord 7.0.3
        7347 Total Tests Run
        7334 tests passed
        13 tests failed
        26 tests skipped
        5 tests ignored
        0 tests passed unexpectedly
        13 tests failed unexpectedly
        0 tests expected failed but skipped
        0 tests expected failed but not run
        ---
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_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_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: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        --- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- 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)
        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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 64049e4b9210de3af4a1d814a9af0123b59a055f:

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-210-g64049e4b92
        Tests run against activerecord 7.0.3
        7347 Total Tests Run
        7334 tests passed
        13 tests failed
        26 tests skipped
        5 tests ignored
        0 tests passed unexpectedly
        13 tests failed unexpectedly
        0 tests expected failed but skipped
        0 tests expected failed but not run
        ---
        --- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (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_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)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (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 (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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ fbe8fde57907a776a9ac6f1cfe0c2596b36982bc:

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-212-gfbe8fde579
        Tests run against activerecord 7.0.3
        7347 Total Tests Run
        7334 tests passed
        13 tests failed
        26 tests skipped
        5 tests ignored
        0 tests passed unexpectedly
        13 tests failed unexpectedly
        0 tests expected failed but skipped
        0 tests expected failed but not run
        ---
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- FAIL: 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_datetime (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: 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)
        --- 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: 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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 6ee69b5e1c6d1bee95545b388179897cfca73291:

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-214-g6ee69b5e1c
        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: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
        --- FAIL: 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_with_timestamptz (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- FAIL: 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)
        --- 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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 2c1f4db5d31e18a718b974f992701dfee9a8cdd8:

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-245-g2c1f4db5d3
        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: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- 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: 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 (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: 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)
        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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ eb33c872e9f50c64bfd2426a011faca342bd3511:

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-298-geb33c872e9
        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: 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_with_timestamptz (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_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 (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)
        --- 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_with_timestamptz_as_default (unexpected)
        --- FAIL: CockroachDB::PostgresqlIntervalTest#test_simple_interval (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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 3531c6f4c69659c929170bef29ca05dafddae2b2:

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-326-g3531c6f4c6
        Tests run against activerecord 7.0.3
        7347 Total Tests Run
        7321 tests passed
        26 tests failed
        26 tests skipped
        5 tests ignored
        0 tests passed unexpectedly
        26 tests failed unexpectedly
        0 tests expected failed but skipped
        0 tests expected failed but not run
        ---
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_reference_column_of_child_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_using_datetime (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: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- FAIL: CockroachDB::PostgresqlIntervalTest#test_simple_interval (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_change_column_of_parent_table (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- 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::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_reference_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_change_column_of_parent_table (unexpected)
        --- FAIL: 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: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ cffe9bc440988894abe9a598ea6b2f15e1b7df93:

        --- FAIL: ReadOnlyTest#test_has_many_find_readonly (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_with_if_exists_set (unexpected)
        --- FAIL: HasOneAssociationsTest#test_create_association_with_bang (unexpected)
        --- FAIL: ViewWithoutPrimaryKeyTest#test_column_definitions (unexpected)
        --- FAIL: ViewWithoutPrimaryKeyTest#test_attributes (unexpected)
        --- FAIL: HasOneAssociationsTest#test_has_one_assignment_dont_trigger_save_on_change_of_same_object (unexpected)
        --- FAIL: ReadOnlyTest#test_has_many_with_through_is_not_implicitly_marked_readonly (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_if_not_exists_set (unexpected)
        --- FAIL: HasOneAssociationsTest#test_finding_using_primary_key (unexpected)
        --- FAIL: ActiveRecord::Migration::ReferencesForeignKeyTest#test_references_foreign_key_with_suffix (unexpected)
        --- FAIL: HasOneAssociationsTest#test_building_the_associated_object_with_an_invalid_type (unexpected)
        --- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociationWithAcceptsNestedAttributes#test_errors_should_be_indexed_when_passed_as_array (unexpected)
        --- FAIL: HasOneAssociationsTest#test_clearing_an_association_clears_the_associations_inverse (unexpected)
        --- FAIL: HasOneAssociationsTest#test_building_the_associated_object_with_explicit_sti_base_class (unexpected)
        --- FAIL: HasOneAssociationsTest#test_save_of_record_with_loaded_has_one (unexpected)
        --- FAIL: HasOneAssociationsTest#test_replacement_failure_due_to_new_record_should_raise_error (unexpected)
        --- FAIL: ActiveRecord::AdapterForeignKeyTest#test_disable_referential_integrity (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- FAIL: ReadOnlyTest#test_readonly_scoping (unexpected)
        --- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_create (unexpected)
        --- FAIL: ReservedWordTest#test_has_one_associations (unexpected)
        --- FAIL: HasOneAssociationsTest#test_dependence_with_missing_association (unexpected)
        --- FAIL: HasOneAssociationsTest#test_build_association_dont_create_transaction (unexpected)
        --- FAIL: HasOneAssociationsTest#test_restrict_with_exception (unexpected)
        --- FAIL: PrimaryKeyWithAutoIncrementTest#test_primary_key_with_bigint (unexpected)
        --- FAIL: PostgresqlEnumTest#test_schema_load (unexpected)
        --- FAIL: ReadOnlyTest#test_has_many_with_through_is_not_implicitly_marked_readonly_while_finding_first (unexpected)
        --- FAIL: HasOneAssociationsTest#test_has_one_relationship_cannot_have_a_counter_cache (unexpected)
        --- FAIL: PostgresqlVirtualColumnTest#test_stored_column (unexpected)
        --- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
        --- FAIL: ActiveRecord::Migration::ReferencesForeignKeyTest#test_references_foreign_key_with_prefix (unexpected)
        --- FAIL: PostgresqlIntegerTest#test_schema_properly_respects_bigint_ranges (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_validate_foreign_key_by_symbol_column (unexpected)
        --- FAIL: HasOneAssociationsTest#test_create_association_replaces_existing_with_dependent_option (unexpected)
        --- FAIL: HasOneAssociationsTest#test_save_still_works_after_accessing_nil_has_one (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_on_delete_nullify_foreign_key (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_on_delete_restrict_foreign_key (unexpected)
        --- FAIL: HasOneAssociationsTest#test_association_change_calls_destroy (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_validate_foreign_key_infers_column (unexpected)
        --- FAIL: HasOneAssociationsTest#test_assignment_before_child_saved (unexpected)
        --- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
        --- FAIL: CockroachDB::AdapterForeignKeyTest#test_foreign_key_violations_on_insert_are_translated_to_specific_exception (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnsTest#test_change_column_default_to_null (unexpected)
        --- FAIL: SuppressorTest#test_suppresses_create (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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ cffe9bc440988894abe9a598ea6b2f15e1b7df93:

        --- FAIL: BasicsTest#test_successful_comparison_of_like_class_records (unexpected)
        --- FAIL: HasManyThroughAssociationsTest#test_build_for_has_many_through_association (unexpected)
        --- FAIL: RelationTest#test_find_by_id_with_list_of_ar (unexpected)
        --- FAIL: EagerAssociationTest#test_including_association_based_on_sql_condition_and_no_database_column (unexpected)
        --- FAIL: UpdateAllTest#test_update_all_with_joins_and_offset_and_order (unexpected)
        --- FAIL: TestDestroyAsPartOfAutosaveAssociation#test_should_run_remove_callback_procs_for_habtm (unexpected)
        --- FAIL: HasManyThroughAssociationsTest#test_get_ids_for_unloaded_associations_does_not_load_them (unexpected)
        --- FAIL: BasicsTest#test_typecasting_aliases (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_multiple_associations_with_same_table_has_one (unexpected)
        --- FAIL: ReadOnlyTest#test_has_many_find_readonly (unexpected)
        --- FAIL: PersistenceTest#test_find_via_reload (unexpected)
        --- FAIL: BasicsTest#test_new_record_returns_boolean (unexpected)
        --- FAIL: EagerAssociationTest#test_preloading_has_many_through_association_avoids_calling_association.reader (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_has_many_through_join_model_with_conditions (unexpected)
        --- FAIL: StoreTest#test_serialize_stored_nested_attributes (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_distinct_after_the_fact (unexpected)
        --- FAIL: HasManyThroughAssociationsTest#test_merge_join_association_with_has_many_through_association_proxy (unexpected)
        --- FAIL: ReflectionTest#test_has_many_through_reflection (unexpected)
        --- FAIL: FoxyFixturesTest#test_supports_yaml_arrays (unexpected)
        --- FAIL: NestedAttributesWithCallbacksTest#test_:before_add_not_called_for_destroy_assignment_when_not_loaded (unexpected)
        --- FAIL: TestDestroyAsPartOfAutosaveAssociation#test_should_destroy_habtm_as_part_of_the_save_transaction_if_they_were_marked_for_destruction (unexpected)
        --- FAIL: UpdateAllTest#test_update_on_relation (unexpected)
        --- FAIL: ActiveRecord::WhereTest#test_polymorphic_nested_where (unexpected)
        --- FAIL: RelationTest#test_first_or_create_bang_with_valid_options (unexpected)
        --- FAIL: FoxyFixturesTest#test_identifies_symbols (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_association_with_scope_with_joins (unexpected)
        --- FAIL: PersistenceTest#test_update_many_with_array_of_active_record_base_objects! (unexpected)
        --- FAIL: TestNestedAttributesForDelegatedType#test_should_build_a_new_record_based_on_the_delegated_type (unexpected)
        --- FAIL: HasOneThroughAssociationsTest#test_has_one_through_proxy_should_not_respond_to_private_methods (unexpected)
        --- FAIL: TestDestroyAsPartOfAutosaveAssociation#test_should_skip_validation_on_has_many_if_destroyed (unexpected)
        --- FAIL: PersistenceTest#test_increment_nil_attribute (unexpected)
        --- FAIL: EagerAssociationTest#test_preconfigured_includes_with_has_one (unexpected)
        --- FAIL: RelationTest#test_references_triggers_eager_loading (unexpected)
        --- FAIL: EagerAssociationTest#test_association_loading_notification (unexpected)
        --- FAIL: RelationTest#test_count_with_block (unexpected)
        --- FAIL: ReflectionTest#test_irregular_reflection_class_name (unexpected)
        --- FAIL: PersistenceTest#test_update_many! (unexpected)
        --- FAIL: StoreTest#test_read_store_attributes_through_accessors_with_default_suffix (unexpected)
        --- FAIL: RelationTest#test_loaded_relations_cannot_be_mutated_by_merge! (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_load_has_many_through_quotes_table_and_column_names (unexpected)
        --- FAIL: RelationTest#test_relations_limit_the_records_in_#inspect_at_10 (unexpected)
        --- FAIL: BasicsTest#test_when_ignored_attribute_is_loaded,_cast_type_should_be_preferred_over_DB_type (unexpected)
        --- FAIL: PersistenceTest#test_update_columns_with_default_scope (unexpected)
        --- FAIL: RelationTest#test_order_doesnt_trigger_eager_loading_when_ordering_using_owner_table_and_symbols (unexpected)
        --- FAIL: TransactionCallbacksTest#test_after_rollback_callbacks_should_validate_on_condition (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_loading_with_order_on_joined_table_preloads (unexpected)
        --- FAIL: PersistenceTest#test_raises_error_when_validations_failed (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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 5bbbb4fefe2cca87aa8dd34c007702bb2faa20ef:

        --- FAIL: HasAndBelongsToManyAssociationsTest#test_creation_respects_hash_condition (unexpected)
        --- FAIL: ActiveRecord::CustomPropertiesTest#test_procs_for_default_values (unexpected)
        --- FAIL: ActiveRecord::CustomPropertiesTest#test_attributes_not_backed_by_database_columns_keep_their_type_when_a_default_value_is_configured_separately (unexpected)
        --- FAIL: ActiveRecord::CustomPropertiesTest#test_overloading_properties_does_not_attribute_method_order (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_find_scoped_grouped (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_replace_with_less (unexpected)
        --- FAIL: AssociationsExtensionsTest#test_named_extension_and_block_on_habtm (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_get_ids_for_unloaded_associations_does_not_load_them (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_respects_select_query_method (unexpected)
        --- FAIL: AssociationsExtensionsTest#test_named_two_extensions_on_habtm (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_distinct_order_preserved (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_should_property_quote_string_primary_keys (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_has_many_through_polymorphic_has_manys_works (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_distinct_option_prevents_duplicate_push (unexpected)
        --- FAIL: ActiveRecord::CustomPropertiesTest#test_procs_are_memoized_before_type_casting (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_attributes_are_being_set_when_initialized_from_habtm_association_with_multiple_where_clauses (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_custom_join_table (unexpected)
        --- FAIL: ActiveRecord::CustomPropertiesTest#test_extra_options_are_forwarded_to_the_type_caster_constructor (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_destroying (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_join_table_alias (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many_while_partial_inserts_false (unexpected)
        --- FAIL: ActiveRecord::CustomPropertiesTest#test_immutable_strings_by_default_retains_limit_information (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- FAIL: ActiveRecord::CustomPropertiesTest#test_procs_for_default_values_are_evaluated_even_after_column_defaults_is_called (unexpected)
        --- FAIL: ActiveRecord::CustomPropertiesTest#test_caches_are_cleared (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_replace_with_new (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_redefine_habtm (unexpected)
        --- FAIL: ActiveRecord::CustomPropertiesTest#test_children_inherit_custom_properties (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_a_collection (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_join_middle_table_alias (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_scoped_find_on_through_association_doesnt_return_read_only_records (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_association_with_validate_false_does_not_run_associated_validation_callbacks_on_update (unexpected)
        --- FAIL: ActiveRecord::CustomPropertiesTest#test_the_given_default_value_is_cast_from_user (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
        --- FAIL: ActiveRecord::CustomPropertiesTest#test_array_types_can_be_specified (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- FAIL: AssociationsExtensionsTest#test_extension_with_scopes (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_destroy_associations_destroys_multiple_associations (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_reference_column_of_child_table (unexpected)
        --- FAIL: CockroachDB::MigrationTest#test_remove_column_with_if_not_exists_not_set (unexpected)
        --- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
        --- FAIL: TestNestedAttributesLimitSymbol#test_limit_with_less_records (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many (unexpected)
        --- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_consider_type (unexpected)
        --- FAIL: ActiveRecord::CustomPropertiesTest#test_nonexistent_attribute (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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ a3ac132c4210f3f1202adedb344df222726e8e1b:

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-363-ga3ac132c42
        Tests run against activerecord 7.0.3
        7347 Total Tests Run
        7334 tests passed
        13 tests failed
        26 tests skipped
        5 tests ignored
        0 tests passed unexpectedly
        13 tests failed unexpectedly
        0 tests expected failed but skipped
        0 tests expected failed but not run
        ---
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_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_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 (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- 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: 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: 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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 51fb4393c8aee99c366ce3b87de3b9eded8642d3:

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-394-g51fb4393c8
        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::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column (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)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz_as_default (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (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)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
        --- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_change_column_of_parent_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_reference_column_of_child_table (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_column_of_child_table (unexpected)
        --- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ ed1d8f5fc1ca192c32760db860656d1c9133135e:

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-409-ged1d8f5fc1
        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: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (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_with_timestamptz_as_default (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)
        --- 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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 8579361117ff18a4255855a43114ddeb3e3b80c9:

        --- FAIL: BelongsToAssociationsTest#test_build_with_block (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object_with_primary_key (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: PrimaryKeysTest#test_primary_key_returns_value_if_it_exists (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_reload_the_belonging_object_with_query_cache (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_polymorphic_assignment_foreign_type_field_updating (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_destroy (unexpected)
        --- FAIL: TouchLaterTest#test_touch_touches_immediately_with_a_custom_time (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_should_set_foreign_key_on_create_association (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_replace_counter_cache (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_field_name_same_as_foreign_key (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_not_optional_relation (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_polymorphic_with_custom_primary_key (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_belongs_to_with_primary_key_counter (unexpected)
        --- FAIL: PrimaryKeysTest#test_customized_string_primary_key_settable_before_save (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_tracking_change_from_one_persisted_record_to_another (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_create_bang_with_block (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_belongs_to_proxy_should_respond_to_private_methods_via_send (unexpected)
        --- FAIL: TouchLaterTest#test_touch_later_dont_set_dirty_attributes (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_and_reassigned_parent (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
        --- FAIL: CockroachDB::PrimaryKeysTest#test_serial_with_unquoted_sequence_name (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_required_belongs_to_config (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_polymorphic_with_false (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_update (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_rename_reference_column_of_child_table (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_polymorphic_setting_foreign_key_after_nil_target_loaded (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_if_not_exists_set (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_without_updated_at_attributes (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_dont_find_target_when_saving_foreign_key_after_stale_association_loaded (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_save_of_record_with_loaded_belongs_to (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_empty_update (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_stale_tracking_doesn't_care_about_the_type (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_dependency_should_halt_parent_destruction (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_with_if_exists_set (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_assigning_belongs_to_on_destroyed_object (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_counter_cache (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_new_record_with_foreign_key_but_no_object (unexpected)
        --- FAIL: PrimaryKeysTest#test_update_counters_should_quote_pkey_and_quote_counter_columns (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_polymorphic_reassignment_of_associated_type_updates_the_object (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_assigning_nil_on_an_association_clears_the_associations_inverse (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_polymorphic_with_custom_name_touch_old_belongs_to_model (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_and_removed_parent (unexpected)
        --- FAIL: PrimaryKeysTest#test_string_key (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_belongs_to_with_id_assigning (unexpected)
        --- FAIL: PrimaryKeysTest#test_delete_should_quote_pkey (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_custom_attribute_with_select (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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ fc582bd2d43c1dc141077f2fae6da0ca9c23e449:

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-449-gfc582bd2d4
        Tests run against activerecord 7.0.3
        7347 Total Tests Run
        7333 tests passed
        14 tests failed
        26 tests skipped
        5 tests ignored
        0 tests passed unexpectedly
        14 tests failed unexpectedly
        0 tests expected failed but skipped
        0 tests expected failed but not run
        ---
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: TestAutosaveAssociationOnAHasManyAssociation#test_should_update_children_when_autosave_is_true_and_parent_is_new_but_child_is_not (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: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- FAIL: TestAutosaveAssociationOnAHasManyAssociation#test_should_not_update_children_when_parent_creation_with_no_reason (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- 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_symbol_with_timestamptz (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
        --- FAIL: 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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ c0e9c25661d53e893210a7bfe79257f1c9468f52:

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-453-gc0e9c25661
        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_as_default (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (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: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- FAIL: CockroachDB::PostgresqlIntervalTest#test_simple_interval (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_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
        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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 794fcfa793016e98a6ebadaaa29444e4661592ba:

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-455-g794fcfa793
        Tests run against activerecord 7.0.3
        7347 Total Tests Run
        7333 tests passed
        14 tests failed
        26 tests skipped
        5 tests ignored
        0 tests passed unexpectedly
        14 tests failed unexpectedly
        0 tests expected failed but skipped
        0 tests expected failed but not run
        ---
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: BasicsTest#test_default_values_are_deeply_dupped (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (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_string_to_date (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::Encryption::StoragePerformanceTest#test_storage_overload_without_storing_keys_is_acceptable (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_type_with_symbol (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (unexpected)
        --- 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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 6df4e8666ccb902b333195bdded59d69307b6050:

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-467-g6df4e8666c
        Tests run against activerecord 7.0.3
        7347 Total Tests Run
        7334 tests passed
        13 tests failed
        26 tests skipped
        5 tests ignored
        0 tests passed unexpectedly
        13 tests failed unexpectedly
        0 tests expected failed but skipped
        0 tests expected failed but not run
        ---
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (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: 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)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime_with_timestamptz_as_default (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 890b681dd5bb2c5ebabb06d89aed131af0b50fe8:

        --- FAIL: CalculationsTest#test_distinct_count_all_with_custom_select_and_order (unexpected)
        --- FAIL: PersistenceTest#test_create_through_factory_with_block (unexpected)
        --- FAIL: PersistenceTest#test_find_via_reload (unexpected)
        --- FAIL: CalculationsTest#test_count_with_aliased_attribute (unexpected)
        --- FAIL: StrictLoadingTest#test_strict_loading_with_reflection_is_ignored_in_validation_context (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_alternate_database (unexpected)
        --- FAIL: HasOneThroughAssociationsTest#test_has_one_through_relationship_cannot_have_a_counter_cache (unexpected)
        --- FAIL: EagerAssociationTest#test_string_id_column_joins (unexpected)
        --- FAIL: RelationTest#test_primary_key (unexpected)
        --- FAIL: AssociationsJoinModelTest#test_distinct_has_many_through_should_retain_order (unexpected)
        --- FAIL: BasicsTest#test_quote (unexpected)
        --- FAIL: CalculationsTest#test_count_with_eager_loading_and_custom_order (unexpected)
        --- FAIL: CalculationsTest#test_count_with_block_and_column_name_raises_an_error (unexpected)
        --- FAIL: AssociationsJoinModelTest#test_create_through_has_many_with_piggyback (unexpected)
        --- FAIL: RelationTest#test_unscope_with_subquery (unexpected)
        --- FAIL: RelationTest#test_#skip_query_cache!_with_an_eager_load (unexpected)
        --- FAIL: CalculationsTest#test_pluck_with_includes_offset (unexpected)
        --- FAIL: BasicsTest#test_table_name_guesses_with_prefixes_and_suffixes (unexpected)
        --- FAIL: ActiveRecord::CacheKeyTest#test_cache_key_with_version_always_has_both_key_and_version (unexpected)
        --- FAIL: RelationTest#test_dynamic_finder (unexpected)
        --- FAIL: ViewWithoutPrimaryKeyTest#test_reading (unexpected)
        --- FAIL: StrictLoadingTest#test_strict_loading_violation_can_log_instead_of_raise (unexpected)
        --- FAIL: ActiveRecord::Migration::ColumnsTest#test_rename_column_preserves_default_value_not_null (unexpected)
        --- FAIL: PersistenceTest#test_create_columns_not_equal_attributes (unexpected)
        --- FAIL: PostgreSQLReferentialIntegrityTest#test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas (unexpected)
        --- FAIL: CalculationsTest#test_sum_expression_returns_zero_when_no_records_to_sum (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_habtm_with_association_inheritance (unexpected)
        --- FAIL: RelationTest#test_where_with_ar_relation (unexpected)
        --- FAIL: CockroachDB::AdapterTestWithoutTransaction#test_reset_empty_table_with_custom_pk_sequence (unexpected)
        --- FAIL: HasOneAssociationsTest#test_restrict_with_error_with_locale (unexpected)
        --- FAIL: HasAndBelongsToManyAssociationsTest#test_join_middle_table_alias (unexpected)
        --- FAIL: BasicsTest#test_table_name_with_2_abstract_subclasses (unexpected)
        --- FAIL: RelationTest#test_joins_with_order_by_custom_attribute (unexpected)
        --- FAIL: ActiveRecord::CacheKeyTest#test_cache_key_format_is_not_too_precise (unexpected)
        --- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_serialized_column_should_unserialize_after_update_attribute (unexpected)
        --- FAIL: CalculationsTest#test_minimum_and_maximum_on_non_numeric_type (unexpected)
        --- FAIL: AssociationsJoinModelTest#test_has_many_through_with_custom_primary_key_on_has_many_source (unexpected)
        --- FAIL: EagerAssociationTest#test_preconfigured_includes_with_habtm (unexpected)
        --- FAIL: PrimaryKeysTest#test_primary_key_prefix (unexpected)
        --- FAIL: HasOneAssociationsTest#test_create_association (unexpected)
        --- FAIL: CounterCacheTest#test_update_multiple_counters (unexpected)
        --- FAIL: BasicsTest#test_unicode_column_name (unexpected)
        --- FAIL: EagerAssociationTest#test_eager_with_default_scope_as_class_method_using_find_by_method (unexpected)
        --- FAIL: AssociationsJoinModelTest#test_polymorphic_has_many_going_through_join_model_with_custom_select_and_joins (unexpected)
        --- FAIL: CockroachDB::PostgresqlSerialTest#test_not_serial_column (unexpected)
        --- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_an_invalid_type (unexpected)
        --- FAIL: HasOneAssociationsTest#test_update_with_foreign_and_primary_keys (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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ 4816df3a9d76d179ed135a2b1efb53babb5611a0:

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-509-g4816df3a9d
        Tests run against activerecord 7.0.3
        7347 Total Tests Run
        7333 tests passed
        14 tests failed
        26 tests skipped
        5 tests ignored
        0 tests passed unexpectedly
        14 tests failed unexpectedly
        0 tests expected failed but skipped
        0 tests expected failed but not run
        ---
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (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: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        --- FAIL: CockroachDB::PostgresqlIntervalTest#test_simple_interval (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_using_timestamp_with_timestamptz_as_default (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (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_using_datetime_with_timestamptz_as_default (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)
        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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 years ago

roachtest.activerecord failed with artifacts on release-22.2 @ f4fcfbc486a884d52532f1f8eacf8e0ad3d9749c:

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-519-gf4fcfbc486
        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: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (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_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)
        --- 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 (unexpected)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set (unexpected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 year ago

roachtest.activerecord failed with artifacts on release-22.2 @ 59ae2e3a3e1bf493831e129e280da1c45b803cdf:

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-550-g59ae2e3a3e
        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: CockroachDB::PostgresqlIntervalTest#test_simple_interval (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_array (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: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- FAIL: PostgresqlRangeTest#test_timezone_array_awareness_tsrange (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_datetime (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_using_timestamp_with_timestamptz_as_default (unexpected)
        --- 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: 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)
        --- 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)
        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](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 year ago

roachtest.activerecord failed with artifacts on release-22.2 @ 59ae2e3a3e1bf493831e129e280da1c45b803cdf:

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-550-g59ae2e3a3e
        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::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column_in_change_table (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: PostgresqlRangeTest#test_timezone_array_awareness_tzrange (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_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)
        --- 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::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_reference_column_of_child_table (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_type_with_symbol_with_timestamptz (unexpected)
        --- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_change_column_of_parent_table (unexpected)
        --- FAIL: ActiveRecord::CockroachDB::Migration::PGChangeSchemaTest#test_change_string_to_date (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_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)
        --- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
        --- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
        For a full summary look at the activerecord artifacts 

        An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

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

Help

See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)

Same failure on other branches

- #89367 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.2.0] - #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master] - #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1] - #81088 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.2]

This test on roachdash | Improve this report!