cockroachdb / cockroach

CockroachDB - the open source, cloud-native distributed SQL database.
https://www.cockroachlabs.com
Other
29.51k stars 3.7k forks source link

roachtest: activerecord failed #118754

Open cockroach-teamcity opened 5 months ago

cockroach-teamcity commented 5 months ago

roachtest.activerecord failed with artifacts on master @ d272e9ef5589deff570efc023db6c70edfde311c:

(orm_helpers.go:221).summarizeFailed: 
Tests run on Cockroach v24.1.0-alpha.00000000-dev-d272e9ef5589deff570efc023db6c70edfde311c
Tests run against activerecord 7.1.3
8108 Total Tests Run
8081 tests passed
27 tests failed
66 tests skipped
0 tests ignored
0 tests passed unexpectedly
1 test failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: BasicsTest#test_default_values_are_deeply_dupped (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #118725 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-22.2]

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-35888

cockroach-teamcity commented 4 weeks ago

roachtest.activerecord failed with artifacts on master @ d0582983521533ffc15a8b8525a188d80da2a0b7:

--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_with_condition (unexpected)
--- FAIL: RelationTest#test_first_or_create_with_block (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_preloaded_associations_size (unexpected)
--- FAIL: RelationTest#test_joins_with_select_custom_attribute (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_deleting (unexpected)
--- FAIL: HasOneThroughDisableJoinsAssociationsTest#test_has_one_through_with_belongs_to_on_disable_joins (unexpected)
--- FAIL: FinderTest#test_last_on_loaded_relation_should_not_use_sql (unexpected)
--- FAIL: ModulesTest#test_module_table_name_prefix (unexpected)
--- FAIL: FinderTest#test_find_by_ids_with_limit_and_offset (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_caching_of_columns (unexpected)
--- FAIL: FinderTest#test_include_on_unloaded_relation_with_mismatched_class (unexpected)
--- FAIL: RelationTest#test_finding_with_complex_order_and_limit (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_dynamic_find_should_respect_association_include (unexpected)
--- FAIL: PersistenceTest#test_reload_via_querycache (unexpected)
--- FAIL: FinderTest#test_eager_load_for_no_has_many_with_limit_and_joins_for_has_many (unexpected)
--- FAIL: PersistenceTest#test_save_destroyed_object (unexpected)
--- FAIL: RelationTest#test_first_get_more_than_available (unexpected)
--- FAIL: PersistenceTest#test_create_many (unexpected)
--- FAIL: RelationTest#test_first_or_create_bang_with_invalid_array (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_validation_does_not_validate_stale_association_target (unexpected)
--- FAIL: FinderTest#test_#skip_query_cache!_for_#exists? (unexpected)
--- FAIL: RelationTest#test_order_using_scoping (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_attributes_are_being_set_when_initialized_from_habtm_association_with_multiple_where_clauses (unexpected)
--- FAIL: RelationTest#test_ordering_with_extra_spaces (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_marshal_dump (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_clear_associations (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_find_should_append_to_association_order (unexpected)
--- FAIL: PersistenceTest#test_class_level_update_without_ids! (unexpected)
--- FAIL: FinderTest#test_select_value (unexpected)
--- FAIL: PersistenceTest#test_delete (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_numeric_range_for_string (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_push_with_invalid_join_record (unexpected)
--- FAIL: FinderTest#test_find_with_bad_sql (unexpected)
--- FAIL: FinderTest#test_exists_with_large_number (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_accept_string_and_hash_join (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_belongs_to_should_update_when_the_through_foreign_key_changes (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_distinct_option_prevents_duplicate_push (unexpected)
--- FAIL: ModulesTest#test_module_table_name_suffix_with_global_suffix (unexpected)
--- FAIL: PersistenceTest#test_class_level_destroy_is_affected_by_scoping (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_reorder_raise_errors (unexpected)
--- FAIL: PersistenceTest#test_update_sti_type (unexpected)
--- FAIL: RelationTest#test_reverse_order_with_nulls_first_or_last (unexpected)
--- FAIL: RelationTest#test_select_with_from_includes_quoted_original_table_name (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_three_levels_by_ping_pong (unexpected)
--- FAIL: CockroachDB::FixturesTest#test_multiple_clean_fixtures (unexpected)
--- FAIL: RelationTest#test_typecasting_where_with_array (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_polymorphic_with_primary_key_option (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123928 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-22.2] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-2 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 4 weeks ago

roachtest.activerecord failed with artifacts on master @ 802554ac59763c31aee034651efcd28f7bdcdd5d:

--- FAIL: HasAndBelongsToManyAssociationsTest#test_replace_with_new (unexpected)
--- FAIL: RelationTest#test_to_a_should_dup_target (unexpected)
--- FAIL: RelationTest#test_already-loaded_relations_don't_perform_a_new_query_in_#pretty_print (unexpected)
--- FAIL: FinderTest#test_exists_with_distinct_and_offset_and_select (unexpected)
--- FAIL: BasicsTest#test_table_name_for_base_class (unexpected)
--- FAIL: RelationTest#test_find_all_using_where_twice_should_or_the_relation (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_multiple_associations_with_references (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_for_single_table_inheritance_(STI_Models) (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_preload_sti_rhs_class (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_destroying_many (unexpected)
--- FAIL: FinderTest#test_member_on_unloaded_relation_with_mismatched_class (unexpected)
--- FAIL: RelationTest#test_select_takes_a_variable_list_of_args (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_through_record_is_built_when_created_with_where (unexpected)
--- FAIL: FinderTest#test_find_with_ids_with_id_out_of_range (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_include_uses_array_include_after_loaded (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_build_then_save_with_has_one_inverse (unexpected)
--- FAIL: RelationTest#test_find_all_with_join (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loaded_has_many_association_without_primary_key (unexpected)
--- FAIL: RelationTest#test_finding_with_arel_order (unexpected)
--- FAIL: AssociationsTest#test_has_many_with_foreign_key_as_an_array_raises (unexpected)
--- FAIL: AssociationsTest#test_subselect (unexpected)
--- FAIL: FinderTest#test_first_failing (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_words_properly (unexpected)
--- FAIL: BasicsTest#test_limit_should_sanitize_sql_injection_for_limit_with_commas (unexpected)
--- FAIL: BasicsTest#test_equality_of_collection_proxy_and_association_relation (unexpected)
--- FAIL: RelationTest#test_finding_with_order_concatenated (unexpected)
--- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_order_on_nested_association (unexpected)
--- FAIL: BasicsTest#test_toggle_attribute (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_distinct_before_the_fact (unexpected)
--- FAIL: RelationTest#test_size_with_zero_limit (unexpected)
--- FAIL: RelationTest#test_finding_with_hash_conditions_on_joined_table (unexpected)
--- FAIL: RelationTest#test_first_or_initialize (unexpected)
--- FAIL: RelationTest#test_finding_with_assoc_reorder_by_aliased_attributes (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_one_dependent_does_not_destroy_dependent (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_conditions_hash (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_one_condition_being_aggregate_and_another_not (unexpected)
--- FAIL: RelationTest#test_find_by_with_hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_includes_in_through_association_scope (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loaded_has_one_association_without_primary_key (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_without_updated_at_attributes (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_an_unrelated_type (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_valid_association_as_string_not_symbol (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_out_of_range_value_assigning (unexpected)
--- FAIL: RelationTest#test_none? (unexpected)
--- FAIL: RelationTest#test_find_by_with_delegated_ar_object (unexpected)
--- FAIL: FinderTest#test_symbols_table_ref (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_find_with_merged_options (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123928 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-22.2] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-2 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 weeks ago

roachtest.activerecord failed with artifacts on master @ c7f37e813dbd1e6d2afdb88c5e9cd986dc061299:

41 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_words_properly (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_for_existing_record_with_updated_at_and_custom_cache_timestamp_format (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_case_shown_in_doc (unexpected)
--- FAIL: IntegrationTest#test_cache_version_changes_with_versioning_on (unexpected)
--- FAIL: IntegrationTest#test_cache_key_for_newer_updated_at (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_is_not_too_precise (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_for_existing_record_with_nil_updated_timestamps (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_after_parameterize (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_uses_default_if_blank (unexpected)
--- FAIL: IntegrationTest#test_to_param_with_no_arguments (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_squishes (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_multibyte_character (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_edge_case (unexpected)
--- FAIL: IntegrationTest#test_cache_version_format_is_precise_enough (unexpected)
--- FAIL: IntegrationTest#test_cache_key_for_newer_updated_on (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: IntegrationTest#test_param_delimiter_changes_delimiter_used_in_to_param (unexpected)
--- FAIL: IntegrationTest#test_cache_key_for_existing_record_is_not_timezone_dependent (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_after_parameterize_with_hyphens (unexpected)
--- FAIL: IntegrationTest#test_cache_key_retains_version_when_custom_timestamp_is_used (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_uses_default_if_not_persisted (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_partial_indices (unexpected)
--- FAIL: IntegrationTest#test_to_param_returns_id_if_not_persisted_but_id_is_set (unexpected)
--- FAIL: IntegrationTest#test_cache_key_changes_when_child_touched (unexpected)
--- FAIL: IntegrationTest#test_cache_key_is_stable_with_versioning_on (unexpected)
--- FAIL: IntegrationTest#test_to_param_returns_nil_if_not_persisted (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: SchemaDumperTest#test_schema_dumps_index_columns_in_right_order (unexpected)
--- FAIL: IntegrationTest#test_param_delimiter_is_defined_per_class (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_index_length (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_index_sort_order (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_for_existing_record_with_updated_at (unexpected)
--- FAIL: IntegrationTest#test_cache_key_for_updated_on (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_nulls_not_distinct (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- FAIL: IntegrationTest#test_to_param_for_a_composite_primary_key_model (unexpected)
--- FAIL: IntegrationTest#test_to_param_should_return_string (unexpected)
--- FAIL: IntegrationTest#test_cache_version_format_is_not_too_precise (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_is_precise_enough (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123928 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-22.2] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-2 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 weeks ago

roachtest.activerecord failed with artifacts on master @ c7f37e813dbd1e6d2afdb88c5e9cd986dc061299:

--- FAIL: AttributeMethodsTest#test_hash_content (unexpected)
--- FAIL: CalculationsTest#test_should_count_field_in_joined_table (unexpected)
--- FAIL: CalculationsTest#test_aggregate_attribute_on_enum_type (unexpected)
--- FAIL: AttributeMethodsTest#test_update_array_content (unexpected)
--- FAIL: DirtyTest#test_changed?_in_after_callbacks_returns_false (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_method_on_an_abstract_class_is_available_on_subclasses (unexpected)
--- FAIL: PostGISTest#test_spatial_factory_attrs_parsing (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_replace_order_is_preserved (unexpected)
--- FAIL: IntegrationTest#test_cache_key_for_updated_on (unexpected)
--- FAIL: CalculationsTest#test_group_by_attribute_with_custom_type (unexpected)
--- FAIL: AttributeMethodsTest#test_boolean_attribute_predicate (unexpected)
--- FAIL: BelongsToAssociationsTest#test_reloading_association_with_key_change (unexpected)
--- FAIL: EagerAssociationTest#test_include_has_one_using_primary_key (unexpected)
--- FAIL: CalculationsTest#test_should_sum_scoped_field (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_new_aliased_to_build (unexpected)
--- FAIL: EagerAssociationTest#test_preconfigured_includes_with_has_many (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_limit_and_offset_and_conditions_array (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_circular_autosave_association_correctly_saves_multiple_records (unexpected)
--- FAIL: BelongsToAssociationsTest#test_create_with_block (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_attributes_not_backed_by_database_columns_are_not_dirty_when_unchanged (unexpected)
--- FAIL: EagerAssociationTest#test_conditions_on_join_table_with_include_and_limit (unexpected)
--- FAIL: AttributeMethodsTest#test_boolean_attributes_writing_and_reading (unexpected)
--- FAIL: AssociationsJoinModelTest#test_has_many_through_goes_through_all_sti_classes (unexpected)
--- FAIL: EagerAssociationTest#test_finding_with_includes_on_has_many_association_with_same_include_includes_only_once (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_polymorphic_with_primary_key_option (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_unscope_should_affect_to_through_scope (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_with_a_bang_for_single_table_inheritance_(STI_Models) (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_multiple_stis_and_order (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_through_join_model_ignores_default_includes (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_children_inherit_custom_properties (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_change_column_with_nil_default (unexpected)
--- FAIL: CounterCacheTest#test_increment_counters_with_touch:_true (unexpected)
--- FAIL: InheritanceAttributeTest#test_inheritance_new_with_subclass_as_default (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_joining_has_many_through_belongs_to (unexpected)
--- FAIL: TransactionTest#test_cancellation_from_before_filters_rollbacks_in_save (unexpected)
--- FAIL: CalculationsTest#test_count_with_block (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_multiple_associations_with_references (unexpected)
--- FAIL: PostGISTest#test_custom_factory (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_a_polymorphic_association_with_references_to_the_associated_table (unexpected)
--- FAIL: DirtyTest#test_attribute_will_change!_doesn't_try_to_save_non-persistable_attributes (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_with_reflection_using_class_name_and_fixtures (unexpected)
--- FAIL: ActiveRecord::PostgresqlTransactionTest#test_raises_QueryCanceled_when_statement_timeout_exceeded (unexpected)
--- FAIL: AssociationsJoinModelTest#test_add_to_join_table_with_no_id (unexpected)
--- FAIL: IntegrationTest#test_param_delimiter_is_defined_per_class (unexpected)
--- FAIL: IntegrationTest#test_cache_key_changes_when_child_touched (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_raises_UnknownPrimaryKey_when_a_model_has_no_primary_key (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123928 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-22.2] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-2 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 weeks ago

roachtest.activerecord failed with artifacts on master @ bd4c5fd7c65c0a9afa8ba05675e49747a4f68881:

--- FAIL: HasManyThroughAssociationsTest#test_modifying_has_many_through_has_one_reflection_should_raise (unexpected)
--- FAIL: RelationTest#test_count_with_distinct (unexpected)
--- FAIL: PersistenceTest#test_update (unexpected)
--- FAIL: RelationTest#test_none? (unexpected)
--- FAIL: BasicsTest#test_find_reverse_ordered_last (unexpected)
--- FAIL: RelationTest#test_one_with_destroy (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnNewRecord#test_autosave_new_record_on_has_one_can_be_disabled_per_relationship (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_has_one_reflection (unexpected)
--- FAIL: FinderTest#test_include_when_non_AR_object_passed_on_unloaded_relation (unexpected)
--- FAIL: ModulesTest#test_module_table_name_suffix_with_global_suffix (unexpected)
--- FAIL: RelationTest#test_finding_with_assoc_reorder_by_aliased_attributes (unexpected)
--- FAIL: RelationTest#test_joins_with_string_array (unexpected)
--- FAIL: RelationTest#test_relations_limit_the_records_in_#pretty_print_at_10 (unexpected)
--- FAIL: HasOneAssociationsTest#test_natural_assignment_to_already_associated_record (unexpected)
--- FAIL: FinderTest#test_exists_with_scope (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_association_through_a_belongs_to_association_where_the_association_doesnt_exist (unexpected)
--- FAIL: BasicsTest#test_group_weirds_by_from (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_assignment_foreign_type_field_updating (unexpected)
--- FAIL: BasicsTest#test_previously_new_record_on_destroyed_record (unexpected)
--- FAIL: PersistenceTest#test_delete_uses_query_constraints_config (unexpected)
--- FAIL: FinderTest#test_#skip_query_cache!_for_#exists?_with_a_limited_eager_load (unexpected)
--- FAIL: BasicsTest#test_out_of_range_slugs (unexpected)
--- FAIL: BasicsTest#test_dup_with_aggregate_of_same_name_as_attribute (unexpected)
--- FAIL: RelationTest#test_unscope_with_triple_dot_where (unexpected)
--- FAIL: PersistenceTest#test_destroy_new_record (unexpected)
--- FAIL: BasicsTest#test_cannot_call_connects_to_on_non-abstract_or_non-ActiveRecord::Base_classes (unexpected)
--- FAIL: BasicsTest#test_last (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_end_exclusive_range (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_through_belongs_to_with_dependent_nullify (unexpected)
--- FAIL: HasOneAssociationsTest#test_polymorphic_has_one_with_touch_option_on_update_will_touch_record_by_fetching_from_database_if_needed (unexpected)
--- FAIL: BasicsTest#test_.columns_hash_raises_an_error_if_the_record_has_an_empty_table_name (unexpected)
--- FAIL: FinderTest#test_custom_select_takes_precedence_over_original_value (unexpected)
--- FAIL: RelationTest#test_find_by_id_with_list_of_ar (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_respects_select_query_method (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_destruction_does_not_error_without_primary_key (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_with_non_unique_attributes (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: BasicsTest#test_set_table_name_with_inheritance (unexpected)
--- FAIL: RelationTest#test_first_or_create (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_ordered_has_many_through (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_touch (unexpected)
--- FAIL: HasOneThroughDisableJoinsAssociationsTest#test_preload_on_disable_joins_through (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_with_create_exclamation_and_no_options (unexpected)
--- FAIL: BasicsTest#test_generated_association_methods_module_name (unexpected)
--- FAIL: FinderTest#test_find_by!_doesn't_have_implicit_ordering (unexpected)
--- FAIL: PersistenceTest#test_update_sti_subclass_type (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_loading_cpk_association_with_unpersisted_owner (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123928 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-22.2] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-2 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 weeks ago

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

--- FAIL: HasOneAssociationsTest#test_clearing_an_association_clears_the_associations_inverse (unexpected)
--- FAIL: HasOneAssociationsTest#test_dependence (unexpected)
--- FAIL: CalculationsTest#test_count_selected_arel_attribute (unexpected)
--- FAIL: CalculationsTest#test_should_perform_joined_include_when_referencing_included_tables (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_with_create_and_valid_options (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_an_overridden_original_method_along_with_an_overridden_alias_method_in_a_parent_class_doesn't_issue_a_deprecation (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_add_with_sti_middle_relation (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_assignment_before_either_saved (unexpected)
--- FAIL: RelationTest#test_find_all_using_where_with_relation_with_select_to_build_subquery (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_collection_create_with_nonstandard_primary_key_on_belongs_to (unexpected)
--- FAIL: RelationTest#test_first_or_create_bang_with_invalid_options (unexpected)
--- FAIL: RelationTest#test_references_with_blank_value (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_count_with_include_should_alias_join_table (unexpected)
--- FAIL: CalculationsTest#test_distinct_count_with_order_and_offset (unexpected)
--- FAIL: RelationTest#test_select_with_from_includes_original_table_name (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_with_a_bang_for_single_table_inheritance_(STI_Models) (unexpected)
--- FAIL: RelationTest#test_group_with_blank_value (unexpected)
--- FAIL: RelationTest#test_size_with_eager_loading_and_custom_order (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_validation_does_not_validate_stale_association_target (unexpected)
--- FAIL: RelationTest#test_#skip_query_cache!_with_a_preload (unexpected)
--- FAIL: RelationTest#test_find_or_create_by! (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_callbacks_firing_order_on_update (unexpected)
--- FAIL: CalculationsTest#test_pick_two (unexpected)
--- FAIL: ReflectionTest#test_foreign_key_is_inferred_from_model_name (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_empty_update (unexpected)
--- FAIL: RelationTest#test_unscope_with_triple_dot_where (unexpected)
--- FAIL: RelationTest#test_finding_with_subquery_with_binds (unexpected)
--- FAIL: InheritanceTest#test_company_descends_from_active_record (unexpected)
--- FAIL: AttributeMethodsTest#test_aliasing_``id``_attribute_allows_reading_the_column_value (unexpected)
--- FAIL: CalculationsTest#test_pluck_for_a_composite_primary_key (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_save_bang_should_raise_exception_when_join_record_has_errors (unexpected)
--- FAIL: RelationTest#test_reverse_order_with_function (unexpected)
--- FAIL: CalculationsTest#test_count_with_from_option (unexpected)
--- FAIL: InheritanceTest#test_inheritance_with_default_scope (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_existing_with_nonstandard_primary_key_on_belongs_to (unexpected)
--- FAIL: RelationTest#test_finding_with_complex_order_and_limit (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_ids (unexpected)
--- FAIL: CalculationsTest#test_should_sum_field_with_conditions (unexpected)
--- FAIL: CalculationsTest#test_distinct_is_honored_when_used_with_count_operation_after_group (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_update_counter_caches_on_replace_association (unexpected)
--- FAIL: RelationTest#test_alias_tracker_respects_a_custom_table (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_belongs_to_sti (unexpected)
--- FAIL: CalculationsTest#test_ids_on_loaded_relation_with_scope (unexpected)
--- FAIL: RelationTest#test_loaded_first (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field_through_association_and_having (unexpected)
--- FAIL: InheritanceTest#test_scope_inherited_properly (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_with_bang_within_transaction (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123928 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-22.2 no-test-failure-activity] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-2 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 weeks ago

roachtest.activerecord failed with artifacts on master @ c88a1cedb064f554f38bb5b310e83ac3259ee02e:

--- FAIL: IntegrationTest#test_to_param_class_method_truncates_edge_case (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: IntegrationTest#test_to_param_class_method_uses_default_if_blank (unexpected)
--- FAIL: IntegrationTest#test_cache_key_for_newer_updated_at (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_assignment_before_parent_saved (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- FAIL: IntegrationTest#test_to_param_for_a_composite_primary_key_model (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_for_existing_record_with_nil_updated_timestamps (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_validation_does_not_validate_stale_association_target (unexpected)
--- FAIL: IntegrationTest#test_cache_key_is_stable_with_versioning_on (unexpected)
--- FAIL: IntegrationTest#test_cache_key_for_updated_on (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_save_fails_for_invalid_belongs_to (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_is_precise_enough (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_for_existing_record_with_updated_at_and_custom_cache_timestamp_format (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_build_and_then_save_parent_should_not_reload_target (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_case_shown_in_doc (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_squishes (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_after_parameterize (unexpected)
--- FAIL: IntegrationTest#test_to_param_returns_id_if_not_persisted_but_id_is_set (unexpected)
--- FAIL: IntegrationTest#test_param_delimiter_changes_delimiter_used_in_to_param (unexpected)
--- FAIL: IntegrationTest#test_to_param_with_no_arguments (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- FAIL: IntegrationTest#test_cache_key_for_newer_updated_on (unexpected)
--- FAIL: IntegrationTest#test_to_param_should_return_string (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_for_existing_record_with_updated_at (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_store_association_with_a_polymorphic_relationship (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_store_association_in_two_relations_with_one_save_in_existing_object_with_values (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_store_two_association_with_one_save (unexpected)
--- FAIL: ActiveRecord::Type::IntegerTest#test_casting_ActiveRecord_models (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_save_succeeds_for_invalid_belongs_to_with_validate_false (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: IntegrationTest#test_cache_version_changes_with_versioning_on (unexpected)
--- FAIL: IntegrationTest#test_to_param_returns_nil_if_not_persisted (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_should_save_parent_but_not_invalid_child (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_validation_does_not_validate_non_dirty_association_target (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_after_parameterize_with_hyphens (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_store_association_in_two_relations_with_one_save (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_store_association_in_two_relations_with_one_save_in_existing_object (unexpected)
--- FAIL: IntegrationTest#test_cache_version_format_is_precise_enough (unexpected)
--- FAIL: IntegrationTest#test_cache_key_retains_version_when_custom_timestamp_is_used (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates (unexpected)
--- FAIL: IntegrationTest#test_cache_key_changes_when_child_touched (unexpected)
--- FAIL: IntegrationTest#test_cache_key_for_existing_record_is_not_timezone_dependent (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_assignment_before_either_saved (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_multibyte_character (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123928 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-22.2 no-test-failure-activity] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-2 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 weeks ago

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

--- FAIL: InheritanceTest#test_inherits_custom_primary_key (unexpected)
--- FAIL: BasicsTest#test_arel_attribute_normalization (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_default_scope_as_class_method (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_through_association_with_through_scope_and_nested_where (unexpected)
--- FAIL: HasOneThroughDisableJoinsAssociationsTest#test_disable_joins_through_with_enum_type (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_has_many_with_string_keys (unexpected)
--- FAIL: PersistenceTest#test_destroy (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_attributes_are_available_to_after_initialize (unexpected)
--- FAIL: BasicsTest#test_select_symbol (unexpected)
--- FAIL: CalculationsTest#test_should_limit_calculation (unexpected)
--- FAIL: CalculationsTest#test_count_with_block_and_column_name_raises_an_error (unexpected)
--- FAIL: PersistenceTest#test_update_attribute_does_not_run_sql_if_attribute_is_not_changed (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_has_many_through_quotes_table_and_column_names (unexpected)
--- FAIL: BelongsToAssociationsTest#test_create_bang_with_conditions (unexpected)
--- FAIL: FinderTest#test_second_have_primary_key_order_by_default (unexpected)
--- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_conditions (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroy_does_not_raise_when_association_errors_on_destroy (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_empty_update (unexpected)
--- FAIL: CalculationsTest#test_limit_should_apply_before_count_arel_attribute (unexpected)
--- FAIL: AssociationsTest#test_polymorphic_belongs_to_uses_parent_query_constraints (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_new_by_building (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_belongs_to_with_cpk (unexpected)
--- FAIL: FinderTest#test_find_on_array_conditions (unexpected)
--- FAIL: FinderTest#test_condition_utc_time_interpolation_with_default_timezone_local (unexpected)
--- FAIL: PersistenceTest#test_increment_with_no_arg (unexpected)
--- FAIL: BasicsTest#test_records_of_different_classes_have_different_hashes (unexpected)
--- FAIL: FinderTest#test_last_with_integer_and_order_should_keep_the_order (unexpected)
--- FAIL: InheritanceTest#test_compute_type_nonexistent_constant (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_explicitly_joining_join_table (unexpected)
--- FAIL: BasicsTest#test_toggle_attribute (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_attributes_are_being_set_when_initialized_from_hm_through_association_with_multiple_where_clauses (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_with_bang_with_purpose_raises (unexpected)
--- FAIL: BelongsToAssociationsTest#test_create_bang_with_block (unexpected)
--- FAIL: PersistenceTest#test_increment_with_touch_an_attribute_updates_timestamps (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_size_on_an_association_that_has_not_been_loaded_performs_a_query (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_and_high_offset_and_multiple_hash_conditions (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_and_conditions_on_the_eagers (unexpected)
--- FAIL: HasManyAssociationsTest#test_select_with_block (unexpected)
--- FAIL: HasManyAssociationsTest#test_creating_using_primary_key (unexpected)
--- FAIL: BasicsTest#test_connection_in_utc_time (unexpected)
--- FAIL: PersistenceTest#test_update (unexpected)
--- FAIL: EagerAssociationTest#test_including_duplicate_objects_from_has_many (unexpected)
--- FAIL: HasManyAssociationsTest#test_load_target_respects_protected_attributes (unexpected)
--- FAIL: FinderTest#test_include_on_unloaded_relation_without_match (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_association_replaces_existing_with_dependent_option (unexpected)
--- FAIL: HasManyAssociationsTest#test_loading_association_in_validate_callback_doesnt_affect_persistence (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123928 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-22.2 no-test-failure-activity] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-2 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 weeks ago

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

--- FAIL: HasAndBelongsToManyAssociationsTest#test_destroying (unexpected)
--- FAIL: FinderTest#test_last_with_integer_and_order_should_keep_the_order (unexpected)
--- FAIL: PersistenceTest#test_update_attribute_for_aborted_callback! (unexpected)
--- FAIL: InheritanceTest#test_alt_finding_incorrect_type_data (unexpected)
--- FAIL: SignedIdTest#test_can_get_a_signed_ID_in_an_after_create (unexpected)
--- FAIL: FinderTest#test_find_by_one_attribute_with_conditions (unexpected)
--- FAIL: PersistenceTest#test_update_sti_subclass_type (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_destroy_association (unexpected)
--- FAIL: ReflectionTest#test_belongs_to_inferred_foreign_key_from_assoc_name (unexpected)
--- FAIL: HasManyAssociationsTest#test_building_the_associated_object_with_an_unrelated_type (unexpected)
--- FAIL: FinderTest#test_find_by_array_of_one_id (unexpected)
--- FAIL: HasManyAssociationsTest#test_joining_through_a_polymorphic_association_with_a_where_clause (unexpected)
--- FAIL: ReflectionTest#test_aggregation_reflection (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_tags_has_manu_posts_through_association_with_composite_query_constraints (unexpected)
--- FAIL: ModulesTest#test_nested_models_should_not_raise_exception_when_using_nullify_dependency_on_association (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_proper_usage_of_primary_keys_and_join_table (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_update_counter_caches_on_destroy_with_indestructible_through_record (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroying_by_string_id (unexpected)
--- FAIL: HasManyAssociationsTest#test_counting_with_counter_sql (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_many_with_merged_options (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_with_rewhere_doesnt_set_inverse_instance_key (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_validation_does_not_validate_non_dirty_association_target (unexpected)
--- FAIL: PersistenceTest#test_update_uses_query_constraints_config (unexpected)
--- FAIL: HasManyAssociationsTest#test_can_unscope_and_where_the_default_scope_of_the_associated_model (unexpected)
--- FAIL: FinderTest#test_find_passing_active_record_object_is_not_permitted (unexpected)
--- FAIL: AssociationsTest#test_assign_belongs_to_cpk_model_by_id_attribute (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_association (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_find_grouped (unexpected)
--- FAIL: HasManyAssociationsTest#test_default_scope_on_relations_is_not_cached (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_distinct_before_the_fact (unexpected)
--- FAIL: InheritanceTest#test_where_create_bang_with_unrelated_type (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_index_columns_in_right_order (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_all_on_association_clears_scope (unexpected)
--- FAIL: HasManyAssociationsTest#test_counting_with_single_hash (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_many_should_return_false_if_none_or_one (unexpected)
--- FAIL: PersistenceTest#test_save_touch_false (unexpected)
--- FAIL: InheritanceAttributeMappingTest#test_sti_with_custom_type (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_assign_ids (unexpected)
--- FAIL: HasManyAssociationsTest#test_set_ids_for_association_on_new_record_applies_association_correctly (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_belongs_to_should_update_when_the_through_foreign_key_changes (unexpected)
--- FAIL: InheritanceTest#test_becomes_sets_variables_before_initialization_callbacks (unexpected)
--- FAIL: AssociationsTest#test_cpk_model_has_many_records_by_id_attribute (unexpected)
--- FAIL: ModulesTest#test_compute_type_can_infer_class_name_of_sibling_inside_module (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associating_new (unexpected)
--- FAIL: PersistenceTest#test_returns_object_even_if_validations_failed (unexpected)
--- FAIL: FinderTest#test_find_by_with_associations (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_in_batches (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123928 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-22.2 no-test-failure-activity] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 weeks ago

roachtest.activerecord failed with artifacts on master @ 62e90edbe21d0afe9dfb26c216ba91730e74ee43:

--- FAIL: BelongsToAssociationsTest#test_polymorphic_reassignment_of_associated_id_updates_the_object (unexpected)
--- FAIL: RelationTest#test_first_or_create_bang_with_valid_array (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_build_many_before_save (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_post_has_many_tags_through_association_with_composite_query_constraints (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_merge_join_association_with_has_many_through_association_proxy (unexpected)
--- FAIL: HasManyAssociationsTest#test_dependence_on_account (unexpected)
--- FAIL: FinderTest#test_find_with_group_and_sanitized_having_method (unexpected)
--- FAIL: RelationTest#test_where_id_with_delegated_ar_object (unexpected)
--- FAIL: RelationTest#test_select_with_subquery_in_from_does_not_use_original_table_name (unexpected)
--- FAIL: BelongsToAssociationsTest#test_build_with_block (unexpected)
--- FAIL: FinderTest#test_#last_for_a_model_with_composite_query_constraints (unexpected)
--- FAIL: CalculationsTest#test_should_average_arel_attribute (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_build_via_block_before_save (unexpected)
--- FAIL: ReflectionTest#test_has_one_reflection (unexpected)
--- FAIL: HasOneAssociationsTest#test_exclusive_dependence (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_a_item_which_is_not_in_the_collection (unexpected)
--- FAIL: CalculationsTest#test_should_not_overshadow_enumerable_sum (unexpected)
--- FAIL: ReflectionTest#test_name_error_from_incidental_code_is_not_converted_to_name_error_for_association (unexpected)
--- FAIL: BelongsToAssociationsTest#test_assigning_nil_on_an_association_clears_the_associations_inverse (unexpected)
--- FAIL: CalculationsTest#test_pluck_type_cast_with_conflict_column_names (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_with_a_bang_within_expiration_duration (unexpected)
--- FAIL: HasManyAssociationsTest#test_finder_method_with_dirty_target (unexpected)
--- FAIL: HotCompatibilityTest#test_cleans_up_after_prepared_statement_failure_in_a_transaction (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_time_zone_aware_attribute (unexpected)
--- FAIL: ActiveRecord::SelectTest#test_select_with_hash_argument (unexpected)
--- FAIL: InverseBelongsToTests#test_recursive_inverse_on_recursive_model_has_many_inversing (unexpected)
--- FAIL: PersistenceTest#test_save_destroyed_object (unexpected)
--- FAIL: HasManyAssociationsTest#test_collection_size_twice_for_regressions (unexpected)
--- FAIL: HasManyAssociationsTest#test_create_from_association_with_nil_values_should_work (unexpected)
--- FAIL: FinderTest#test_exists_with_order (unexpected)
--- FAIL: CalculationsTest#test_should_count_manual_with_count_all (unexpected)
--- FAIL: CounterCacheTest#test_update_counters_with_touch:_:written_on (unexpected)
--- FAIL: OptimisticLockingTest#test_explicit_update_lock_column_raise_error (unexpected)
--- FAIL: AttributeMethodsTest#test_time_attributes_are_retrieved_in_the_current_time_zone (unexpected)
--- FAIL: RelationTest#test_find_by!_with_non-hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: ModulesTest#test_compute_type_can_infer_class_name_of_sibling_inside_module (unexpected)
--- FAIL: BasicsTest#test_find_symbol_ordered_last (unexpected)
--- FAIL: CalculationsTest#test_minimum_and_maximum_on_time_attributes (unexpected)
--- FAIL: HasOneAssociationsTest#test_create (unexpected)
--- FAIL: AttributeMethodsTest#test_bulk_update_raises_ActiveRecord::UnknownAttributeError (unexpected)
--- FAIL: HasManyAssociationsTest#test_depends_and_nullify (unexpected)
--- FAIL: BasicsTest#test_benchmark_with_log_level (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_a_manually_defined_method_issues_a_deprecation_warning (unexpected)
--- FAIL: I18nGenerateMessageValidationTest#test_translation_for_'taken'_can_be_overridden_in_activerecord_scope (unexpected)
--- FAIL: MultiParameterAttributeTest#test_multiparameter_attributes_on_time_with_time_zone_aware_attributes (unexpected)
--- FAIL: SignedIdTest#test_finding_record_from_broken_signed_id_raises_on_the_bang (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123928 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-22.2 no-test-failure-activity] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 weeks ago

roachtest.activerecord failed with artifacts on master @ 3aa5bdf40527e2f60b179094403b4302a1c2cbe1:

--- FAIL: EagerAssociationTest#test_preload_has_many_uses_exclusive_scope (unexpected)
--- FAIL: FinderTest#test_first_bang_missing (unexpected)
--- FAIL: RelationTest#test_reorder_with_first (unexpected)
--- FAIL: BelongsToAssociationsTest#test_with_different_class_name (unexpected)
--- FAIL: FinderTest#test_find_by_empty_ids (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_join_for_count (unexpected)
--- FAIL: AssociationsTest#test_eager_loading_should_not_change_count_of_children (unexpected)
--- FAIL: PersistenceTest#test_create_through_factory_with_block (unexpected)
--- FAIL: CalculationsTest#test_minimum_with_not_auto_table_name_prefix_if_column_included (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_default_scope (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_update (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_multiple_columns_and_includes (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_all_for_with_dependent_option_nullify (unexpected)
--- FAIL: CalculationsTest#test_should_perform_joined_include_when_referencing_included_tables (unexpected)
--- FAIL: BasicsTest#test_dup_for_a_composite_primary_key_model (unexpected)
--- FAIL: FinderTest#test_first_failing (unexpected)
--- FAIL: RelationTest#test_first_or_create_bang_with_invalid_block (unexpected)
--- FAIL: RelationTest#test_scoped (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_should_save_parent_but_not_invalid_child (unexpected)
--- FAIL: FinderTest#test_find_with_eager_loading_collection_and_ordering_by_collection_primary_key (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: EagerAssociationTest#test_preloading_has_one_with_cpk (unexpected)
--- FAIL: BelongsToAssociationsTest#test_counter_cache_double_destroy (unexpected)
--- FAIL: InheritanceTest#test_alt_inheritance_find_all (unexpected)
--- FAIL: CalculationsTest#test_ids_with_join (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_has_many_through_association_associated_by_a_composite_query_constraints (unexpected)
--- FAIL: RelationTest#test_finding_last_with_arel_order (unexpected)
--- FAIL: ReflectionTest#test_join_table (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_callbacks_firing_order_on_update (unexpected)
--- FAIL: EagerAssociationTest#test_loading_with_no_associations (unexpected)
--- FAIL: AssociationsTest#test_loading_cpk_association_when_persisted_and_in_memory_differ (unexpected)
--- FAIL: PersistenceTest#test_delete_all (unexpected)
--- FAIL: CalculationsTest#test_pluck_in_relation (unexpected)
--- FAIL: FinderTest#test_last_on_loaded_relation_should_not_use_sql (unexpected)
--- FAIL: FinderTest#test_include_on_unloaded_relation_with_having_referencing_aliased_select (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_and_self_table_reference (unexpected)
--- FAIL: FinderTest#test_find_by_array_of_one_id (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_build_before_either_saved (unexpected)
--- FAIL: AssociationsTest#test_should_construct_new_finder_sql_after_create (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_for_existing_record_with_nil_updated_timestamps (unexpected)
--- FAIL: BelongsToAssociationsTest#test_should_set_foreign_key_on_create_association_with_unpersisted_owner (unexpected)
--- FAIL: BasicsTest#test_generated_association_methods_module_name (unexpected)
--- FAIL: BasicsTest#test_previously_changed_dup (unexpected)
--- FAIL: RelationTest#test_delete_by (unexpected)
--- FAIL: RelationTest#test_order_with_reorder_nil_removes_the_order (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_escaped_characters (unexpected)
--- FAIL: HasOneAssociationsTest#test_destroyed_by_association_set_in_child_destroy_callback_on_parent_destroy (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.2-rc release-blocker] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123928 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-22.2 no-test-failure-activity] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 weeks ago

roachtest.activerecord failed with artifacts on master @ 3aa5bdf40527e2f60b179094403b4302a1c2cbe1:

--- FAIL: BasicsTest#test_attribute_names (unexpected)
--- FAIL: BasicsTest#test_equality_of_relation_and_association_relation (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field_having_condition (unexpected)
--- FAIL: AttributeMethodsTest#test_boolean_attributes_writing_and_reading (unexpected)
--- FAIL: CalculationsTest#test_count_with_column_and_options_parameter (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_with_create_and_no_options (unexpected)
--- FAIL: CalculationsTest#test_count_on_invalid_columns_raises (unexpected)
--- FAIL: PostGISTest#test_save_and_load_geographic_point (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_callbacks_firing_order_on_create (unexpected)
--- FAIL: CalculationsTest#test_count_with_eager_loading_and_custom_select_and_order (unexpected)
--- FAIL: AttributeMethodsTest#test_set_attributes_with_a_block (unexpected)
--- FAIL: HasOneAssociationsTest#test_reload_association (unexpected)
--- FAIL: HasOneAssociationsTest#test_association_enum_works_properly (unexpected)
--- FAIL: PersistenceTest#test_becomes_includes_errors (unexpected)
--- FAIL: AttributeMethodsTest#test_typecast_attribute_from_select_to_true (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_find_should_append_to_association_order (unexpected)
--- FAIL: CalculationsTest#test_should_get_maximum_of_arel_attribute_with_include (unexpected)
--- FAIL: BasicsTest#test_clear_cache_when_setting_table_name (unexpected)
--- FAIL: PostgresqlTimestampTest#test_timestamp_with_zone_values_without_rails_time_zone_support (unexpected)
--- FAIL: PostgresqlByteaTest#test_read_nil_value (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_proxy_should_not_respond_to_private_methods (unexpected)
--- FAIL: PostgresqlByteaTest#test_serialize (unexpected)
--- FAIL: CalculationsTest#test_should_sum_field_with_conditions (unexpected)
--- FAIL: PersistenceTest#test_save_with_duping_of_destroyed_object (unexpected)
--- FAIL: HasOneAssociationsTest#test_with_select (unexpected)
--- FAIL: PostgresqlByteaTest#test_write_nil (unexpected)
--- FAIL: PersistenceTest#test_increment_nil_attribute (unexpected)
--- FAIL: SpatialQueriesTest#test_query_point (unexpected)
--- FAIL: SerializedAttributeTest#test_serialized_class_attribute (unexpected)
--- FAIL: BasicsTest#test_equality_of_collection_proxy_and_association_relation (unexpected)
--- FAIL: DirtyTest#test_reverted_changes_are_not_dirty (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_with_inexistent_foreign_key_failing (unexpected)
--- FAIL: DirtyTest#test_attribute_should_be_compared_with_type_cast (unexpected)
--- FAIL: InheritanceTest#test_complex_inheritance (unexpected)
--- FAIL: BasicsTest#test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc (unexpected)
--- FAIL: PostGISTest#test_save_and_load_point (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_multiple_fields_having_functions (unexpected)
--- FAIL: CalculationsTest#test_should_count_manual_select_with_count_all (unexpected)
--- FAIL: CalculationsTest#test_limit_should_apply_before_count_arel_attribute (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_add_two_instance_and_then_deleting (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many_while_partial_inserts_false (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_collection_singular_ids_getter_with_string_primary_keys (unexpected)
--- FAIL: BasicsTest#test_generated_relation_methods_module_name (unexpected)
--- FAIL: BasicsTest#test_last (unexpected)
--- FAIL: NumericalityValidationTest#test_virtual_attribute_with_precision_round_down (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_rename_column_using_symbol_arguments (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_multiple_columns_and_selection_clause (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.2-rc release-blocker] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123928 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-22.2 no-test-failure-activity] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 weeks ago

roachtest.activerecord failed with artifacts on master @ efc894bfc167fe48af2ab99d1e1ecbedf8110a10:

--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_saving_multiple_relationships (unexpected)
--- FAIL: HasOneAssociationsTest#test_destroyed_by_association_set_in_child_destroy_callback_on_replace (unexpected)
--- FAIL: BelongsToAssociationsTest#test_cant_save_readonly_association (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_collection_size_from_params (unexpected)
--- FAIL: HasOneAssociationsTest#test_association_keys_bypass_attribute_protection (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_explicit_sti_base_class (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_create (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_a_collection (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_assign_ids_with_cpk_for_two_models (unexpected)
--- FAIL: HasOneAssociationsTest#test_building_the_associated_object_with_explicit_sti_base_class (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_empty_update (unexpected)
--- FAIL: BelongsToAssociationsTest#test_create! (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_should_save_parent_but_not_invalid_child (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_with_reassigning (unexpected)
--- FAIL: BelongsToAssociationsTest#test_with_different_class_name (unexpected)
--- FAIL: AssociationsTest#test_belongs_to_a_cpk_model_by_id_attribute (unexpected)
--- FAIL: BelongsToAssociationsTest#test_reloading_association_with_key_change (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_distinct_when_association_already_loaded (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_deleting_array (unexpected)
--- FAIL: BelongsToAssociationsTest#test_id_assignment (unexpected)
--- FAIL: AssociationsTest#test_bad_collection_keys (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_and_reassigned_parent (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_collection_size_from_build (unexpected)
--- FAIL: HasOneAssociationsTest#test_dangerous_association_name_raises_ArgumentError (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_validation_does_not_validate_non_dirty_association_target (unexpected)
--- FAIL: AssociationsTest#test_nullify_composite_foreign_key_has_many_association (unexpected)
--- FAIL: BelongsToAssociationsTest#test_should_set_foreign_key_on_save (unexpected)
--- FAIL: BelongsToAssociationsTest#test_assignment_before_child_saved_with_primary_key (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_valid_adding_with_validate_false (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_association_with_bang (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_redefine_habtm (unexpected)
--- FAIL: BelongsToAssociationsTest#test_skips_parent_presence_check_if_parent_has_not_changed (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_should_save_parent_but_not_invalid_child (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_destroy_with_destroyed_parent (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_with_custom_primary_key (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many_while_partial_inserts_false (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_include_method_in_has_and_belongs_to_many_association_should_return_true_for_instance_added_with_build (unexpected)
--- FAIL: BelongsToAssociationsTest#test_runs_parent_presence_check_if_parent_changed_or_nil (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_should_property_quote_string_primary_keys (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_respects_hash_condition (unexpected)
--- FAIL: HasOneAssociationsTest#test_dependence_with_missing_association (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_nonpersisted_built_associations_doesnt_update_parent (unexpected)
--- FAIL: BelongsToAssociationsTest#test_tracking_change_from_persisted_record_to_nil (unexpected)
--- FAIL: ActiveRecord::Type::IntegerTest#test_casting_ActiveRecord_models (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_build_many_via_block_before_save (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_save_succeeds_for_invalid_belongs_to_with_validate_false (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_association_class (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.2-rc release-blocker] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123928 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-22.2 no-test-failure-activity] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 weeks ago

roachtest.activerecord failed with artifacts on master @ 5afd790501e946ef306abe2b592c5798c29c342f:

(orm_helpers.go:229).summarizeFailed: 
Tests run on Cockroach v24.2.0-alpha.00000000-dev-5afd790501e946ef306abe2b592c5798c29c342f
Tests run against activerecord 7.1.3
8108 Total Tests Run
8070 tests passed
38 tests failed
66 tests skipped
0 tests ignored
0 tests passed unexpectedly
12 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_marshal_dump_and_load_via_disk (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_marshal_dump_and_load (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_marshal_dump_and_load_with_ignored_tables (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_yaml_dump_and_load (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_yaml_dump_and_load_with_gzip (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_yaml_loads_5_1_dump_without_indexes_still_queries_for_indexes (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_indexes_for_existent_table (unexpected)
--- FAIL: InheritanceAttributeTest#test_inheritance_new_with_subclass_as_default (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_marshal_dump_and_load_with_gzip (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.2-rc release-blocker] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 weeks ago

roachtest.activerecord failed with artifacts on master @ 67b4af76ba20ed2f6935da31eda7dfe8fc0b63e2:

--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: BasicsTest#test_sql_injection_via_find (unexpected)
--- FAIL: BasicsTest#test_distinct_delegates_to_scoped (unexpected)
--- FAIL: BasicsTest#test_column_types_typecast (unexpected)
--- FAIL: BasicsTest#test_failed_comparison_of_unlike_class_records (unexpected)
--- FAIL: InheritanceTest#test_class_with_blank_sti_name (unexpected)
--- FAIL: BasicsTest#test_incomplete_schema_loading (unexpected)
--- FAIL: CalculationsTest#test_pluck_type_cast (unexpected)
--- FAIL: CalculationsTest#test_having_with_strong_parameters (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_multiple_fields_having_functions (unexpected)
--- FAIL: BasicsTest#test_find_reverse_ordered_last (unexpected)
--- FAIL: InheritanceTest#test_where_create_with_unrelated_type (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_recursive_cascading_four_levels_has_and_belongs_to_many (unexpected)
--- FAIL: BasicsTest#test_dup_for_a_composite_primary_key_model (unexpected)
--- FAIL: BasicsTest#test_utc_as_time_zone_and_new (unexpected)
--- FAIL: CalculationsTest#test_should_return_decimal_average_of_integer_field (unexpected)
--- FAIL: CalculationsTest#test_count_with_aliased_attribute (unexpected)
--- FAIL: BasicsTest#test_all_with_conditions (unexpected)
--- FAIL: BasicsTest#test_#connected_to_many_with_a_single_argument_for_classes (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_multiple_fields_when_table_name_is_too_long (unexpected)
--- FAIL: CalculationsTest#test_pluck_loaded_relation (unexpected)
--- FAIL: CalculationsTest#test_pluck_loaded_relation_aliased_attribute (unexpected)
--- FAIL: BasicsTest#test_preserving_time_objects_with_utc_time_conversion_to_default_timezone_local (unexpected)
--- FAIL: BasicsTest#test_initialize_with_attributes (unexpected)
--- FAIL: CalculationsTest#test_async_pluck_none_relation (unexpected)
--- FAIL: CalculationsTest#test_should_calculate_with_invalid_field (unexpected)
--- FAIL: CalculationsTest#test_should_calculate_grouped_association_with_invalid_field (unexpected)
--- FAIL: InheritanceTest#test_class_with_store_full_sti_class_returns_full_name (unexpected)
--- FAIL: CalculationsTest#test_should_calculate_grouped_with_longer_field (unexpected)
--- FAIL: CalculationsTest#test_sum_takes_attribute_type_precedence_over_database_type (unexpected)
--- FAIL: CalculationsTest#test_limit_is_kept (unexpected)
--- FAIL: CalculationsTest#test_count_with_too_many_parameters_raises (unexpected)
--- FAIL: BasicsTest#test_singular_table_name_guesses_with_prefixes_and_suffixes (unexpected)
--- FAIL: BasicsTest#test_default_values_on_empty_strings (unexpected)
--- FAIL: BasicsTest#test_scoped_can_take_a_values_hash (unexpected)
--- FAIL: BasicsTest#test_bignum (unexpected)
--- FAIL: CalculationsTest#test_minimum_and_maximum_on_time_attributes (unexpected)
--- FAIL: CalculationsTest#test_should_count_field_in_joined_table_with_group_by_when_tables_share_column_names (unexpected)
--- FAIL: BasicsTest#test_primary_key_and_references_columns_should_be_identical_type (unexpected)
--- FAIL: BasicsTest#test_attributes (unexpected)
--- FAIL: CalculationsTest#test_ids_on_loaded_relation_with_includes_and_table_scope (unexpected)
--- FAIL: CalculationsTest#test_from_option_with_table_different_than_class (unexpected)
--- FAIL: CalculationsTest#test_should_sum_expression (unexpected)
--- FAIL: CalculationsTest#test_count_for_a_composite_primary_key_model (unexpected)
--- FAIL: InheritanceTest#test_alt_inheritance_save (unexpected)
--- FAIL: CalculationsTest#test_ids_with_includes (unexpected)
--- FAIL: CalculationsTest#test_should_count_field_of_root_table_with_conflicting_group_by_column (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 weeks ago

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

--- FAIL: HasOneAssociationsTest#test_with_polymorphic_has_one_with_custom_columns_name (unexpected)
--- FAIL: ModulesTest#test_assign_ids (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_relationship_cannot_have_a_counter_cache (unexpected)
--- FAIL: HasOneAssociationsTest#test_attributes_are_being_set_when_initialized_from_has_one_association_with_where_clause (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_does_not_use_order_by (unexpected)
--- FAIL: ModulesTest#test_compute_type_can_infer_class_name_of_sibling_inside_module (unexpected)
--- FAIL: ModulesTest#test_find_account_and_include_company (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_with_inexistent_foreign_key_failing (unexpected)
--- FAIL: HasOneAssociationsTest#test_creation_failure_due_to_new_record_should_raise_error (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_with_block (unexpected)
--- FAIL: HasOneAssociationsTest#test_polymorphic_has_one_with_touch_option_on_create_wont_cache_association_so_fetching_after_transaction_commit_works (unexpected)
--- FAIL: HasOneAssociationsTest#test_dependence_with_missing_association (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_proxy_should_not_respond_to_private_methods (unexpected)
--- FAIL: HasOneAssociationsTest#test_replacement_failure_due_to_existing_record_should_raise_error (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_respects_hash_condition (unexpected)
--- FAIL: HasOneAssociationsTest#test_build_and_create_should_not_happen_within_scope (unexpected)
--- FAIL: HasOneAssociationsTest#test_update_with_foreign_and_primary_keys (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_nonpersisted_built_associations_doesnt_update_parent (unexpected)
--- FAIL: HasOneAssociationsTest#test_reload_association (unexpected)
--- FAIL: HasOneAssociationsTest#test_association_enum_works_properly_with_nested_join (unexpected)
--- FAIL: HasOneAssociationsTest#test_building_the_associated_object_with_implicit_sti_base_class (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnNewRecord#test_autosave_new_record_on_has_one_can_be_disabled_per_relationship (unexpected)
--- FAIL: HasOneAssociationsTest#test_destroyed_by_association_set_in_child_destroy_callback_on_parent_destroy (unexpected)
--- FAIL: HasOneAssociationsTest#test_nullification_on_destroyed_association (unexpected)
--- FAIL: HasOneAssociationsTest#test_assignment_before_child_saved (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_association_with_bang_failing (unexpected)
--- FAIL: HasOneAssociationsTest#test_with_select (unexpected)
--- FAIL: HasOneAssociationsTest#test_nullification_on_cpk_association (unexpected)
--- FAIL: ModulesTest#test_module_table_name_prefix (unexpected)
--- FAIL: HasOneAssociationsTest#test_natural_assignment_to_nil (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: HasOneAssociationsTest#test_type_mismatch (unexpected)
--- FAIL: ModulesTest#test_module_table_name_suffix_with_global_suffix (unexpected)
--- FAIL: HasOneAssociationsTest#test_dependency_should_halt_parent_destruction (unexpected)
--- FAIL: ModulesTest#test_module_spanning_associations (unexpected)
--- FAIL: HasOneAssociationsTest#test_dangerous_association_name_raises_ArgumentError (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_create (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- FAIL: HasOneAssociationsTest#test_destroyed_by_association_set_in_child_destroy_callback_on_replace (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_update (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_proxy_should_respond_to_private_methods_via_send (unexpected)
--- FAIL: HasOneAssociationsTest#test_exclusive_dependence (unexpected)
--- FAIL: HasOneAssociationsTest#test_association_keys_bypass_attribute_protection (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_loading_for_new_record (unexpected)
--- FAIL: HasOneAssociationsTest#test_finding_with_interpolated_condition (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 weeks ago

roachtest.activerecord failed with artifacts on master @ 065b94022a26d223b0a19809e510a6dca337f155:

--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_and_reassigned_parent (unexpected)
--- FAIL: ReflectionTest#test_class_for_source_type (unexpected)
--- FAIL: InheritanceTest#test_company_descends_from_active_record (unexpected)
--- FAIL: ModulesTest#test_module_spanning_associations (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_should_save_parent_but_not_invalid_child (unexpected)
--- FAIL: BelongsToAssociationsTest#test_runs_parent_presence_check_if_parent_has_not_changed_and_belongs_to_required_validates_foreign_key_is_set (unexpected)
--- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object_with_primary_key (unexpected)
--- FAIL: BelongsToAssociationsTest#test_default_with_lambda (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_with_custom_foreign_type (unexpected)
--- FAIL: BelongsToAssociationsTest#test_where_on_polymorphic_association_with_empty_array (unexpected)
--- FAIL: ReflectionTest#test_always_validate_association_if_explicit (unexpected)
--- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object (unexpected)
--- FAIL: BelongsToAssociationsTest#test_dependent_delete_and_destroy_with_belongs_to (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_reassign_with_namespaced_models_and_counters (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object (unexpected)
--- FAIL: ReflectionTest#test_has_many_reflection_with_array_fk_raises (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_after_update (unexpected)
--- FAIL: BelongsToAssociationsTest#test_should_set_foreign_key_on_create_association (unexpected)
--- FAIL: BelongsToAssociationsTest#test_should_set_composite_foreign_key_on_association_when_key_changes_on_associated_record (unexpected)
--- FAIL: InheritanceTest#test_compute_type_argument_error (unexpected)
--- FAIL: InheritanceTest#test_finding_incorrect_type_data (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_assignment_updates_foreign_id_field_for_new_and_saved_records (unexpected)
--- FAIL: InheritanceTest#test_where_new_with_unrelated_type (unexpected)
--- FAIL: InheritanceTest#test_compute_type_no_method_error (unexpected)
--- FAIL: BelongsToAssociationsTest#test_self_referential_belongs_to_with_counter_cache_assigning_nil (unexpected)
--- FAIL: BelongsToAssociationsTest#test_assigning_belongs_to_on_destroyed_object (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_with_custom_primary_key (unexpected)
--- FAIL: InheritanceTest#test_alt_inheritance_find_all (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_when_update_columns (unexpected)
--- FAIL: InheritanceTest#test_where_create_bang_with_unrelated_type (unexpected)
--- FAIL: ReflectionTest#test_columns (unexpected)
--- FAIL: ReflectionTest#test_join_table (unexpected)
--- FAIL: BelongsToAssociationsTest#test_reassigning_the_parent_id_updates_the_object (unexpected)
--- FAIL: InheritanceTest#test_where_new_with_subclass (unexpected)
--- FAIL: ReflectionTest#test_content_columns (unexpected)
--- FAIL: ReflectionTest#test_validate_association_if_autosave (unexpected)
--- FAIL: BelongsToAssociationsTest#test_stale_tracking_doesn't_care_about_the_type (unexpected)
--- FAIL: InheritanceTest#test_alt_inheritance_condition (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_with_false (unexpected)
--- FAIL: InheritanceTest#test_where_create_with_unrelated_type (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_reassignment_of_associated_id_updates_the_object (unexpected)
--- FAIL: BelongsToAssociationsTest#test_assignment_before_child_saved_with_primary_key (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_primary_key (unexpected)
--- FAIL: BelongsToAssociationsTest#test_association_assignment_sticks (unexpected)
--- FAIL: BelongsToAssociationsTest#test_tracking_change_from_nil_to_new_record (unexpected)
--- FAIL: BelongsToAssociationsTest#test_create_bang_with_block (unexpected)
--- FAIL: InheritanceTest#test_new_with_ar_base (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 week ago

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

--- FAIL: EagerAssociationTest#test_attribute_alias_in_where_references_association_name (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_with_create_and_valid_options (unexpected)
--- FAIL: BasicsTest#test_readonly_attributes_on_belongs_to_association (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_with_no_results (unexpected)
--- FAIL: EagerAssociationTest#test_eager-loading_readonly_association (unexpected)
--- FAIL: EagerAssociationTest#test_order_on_join_table_with_include_and_limit (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_update_counter_caches_on_delete_with_dependent_destroy (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loaded_has_one_association_with_references_does_not_run_additional_queries (unexpected)
--- FAIL: BasicsTest#test_select_symbol (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_ids_for_loaded_associations (unexpected)
--- FAIL: BasicsTest#test_equality_of_new_records (unexpected)
--- FAIL: InheritanceTest#test_alt_inheritance_condition (unexpected)
--- FAIL: BasicsTest#test_all (unexpected)
--- FAIL: BasicsTest#test_cannot_call_connected_to_on_the_abstract_class_that_did_not_establish_the_connection (unexpected)
--- FAIL: EagerAssociationTest#test_limited_eager_with_order (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_default_scope_as_block (unexpected)
--- FAIL: InheritanceTest#test_should_store_demodulized_class_name_with_store_full_sti_class_option_disabled (unexpected)
--- FAIL: BasicsTest#test_touch_should_raise_error_on_a_new_object (unexpected)
--- FAIL: BasicsTest#test_ignored_columns_are_not_present_in_columns_hash (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_single_has_many_through_association_with_unpersisted_parent_instance (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_with_a_polymorphic_association_and_using_the_existential_predicate_but_also_using_a_select (unexpected)
--- FAIL: InheritanceTest#test_descends_from_active_record (unexpected)
--- FAIL: EagerAssociationTest#test_eager_has_many_through_multiple_with_order (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_save_fails_for_invalid_has_one (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_through_join_model_with_conditions (unexpected)
--- FAIL: BasicsTest#test_many_mutations (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_replace_order_is_preserved (unexpected)
--- FAIL: InheritanceTest#test_alt_becomes_bang_resets_inheritance_type_column (unexpected)
--- FAIL: BasicsTest#test_sql_injection_via_find (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_marshal_dump (unexpected)
--- FAIL: BasicsTest#test_initialize_with_attributes (unexpected)
--- FAIL: BasicsTest#test_#connected_to_many_cannot_be_called_on_anything_but_ActiveRecord::Base (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_association_proxy_transaction_method_starts_transaction_in_association_class (unexpected)
--- FAIL: EagerAssociationTest#test_include_has_one_using_primary_key (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_through_empty_belongs_to (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_has_one_reflection (unexpected)
--- FAIL: BasicsTest#test_create_after_initialize_with_array_param (unexpected)
--- FAIL: BasicsTest#test_when_ignored_attribute_is_loaded,_cast_type_should_be_preferred_over_DB_type (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_and_belongs_to_many_and_limit (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_limit (unexpected)
--- FAIL: BasicsTest#test_equality_with_blank_ids (unexpected)
--- FAIL: BasicsTest#test_cannot_call_connects_to_on_non-abstract_or_non-ActiveRecord::Base_classes (unexpected)
--- FAIL: InheritanceTest#test_where_create_with_invalid_type (unexpected)
--- FAIL: EagerAssociationTest#test_exceptions_have_suggestions_for_fix (unexpected)
--- FAIL: InheritanceTest#test_compute_type_nonexistent_constant (unexpected)
--- FAIL: BasicsTest#test_clone_preserves_subtype (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 week ago

roachtest.activerecord failed with artifacts on master @ c0749a3e9d45fb57f8dfa0936626437b887cda56:

--- FAIL: PersistenceTest#test_update! (unexpected)
--- FAIL: PersistenceTest#test_raises_error_when_validations_failed (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_escaped_characters (unexpected)
--- FAIL: DirtyTest#test_attribute_will_change!_doesn't_try_to_save_non-persistable_attributes (unexpected)
--- FAIL: RelationTest#test_references_with_blank_value (unexpected)
--- FAIL: StoreTest#test_saved_changes_tracking_for_accessors_with_json_column (unexpected)
--- FAIL: StoreTest#test_convert_store_attributes_from_any_format_other_than_Hash_or_HashWithIndifferentAccess_losing_the_data (unexpected)
--- FAIL: FinderTest#test_joins_with_string_array (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_annotate_raise_errors (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_includes_in_through_association_scope (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_both_parent_ids_set_when_saving_new (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_incorrectly_ordered_through_associations (unexpected)
--- FAIL: FinderTest#test_last_with_irreversible_order (unexpected)
--- FAIL: FinderTest#test_find_with_ids_returning_ordered (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_many_with_scoped_belongs_to_does_not_find_inverse_automatically (unexpected)
--- FAIL: RelationTest#test_scoped (unexpected)
--- FAIL: RelationTest#test_finding_with_assoc_order (unexpected)
--- FAIL: FinderTest#test_find_by!_doesn't_have_implicit_ordering (unexpected)
--- FAIL: AttributeMethodsTest#test_setting_a_time_zone-aware_time_with_DST (unexpected)
--- FAIL: UniquenessValidationTest#test_validate_uniqueness_with_conditions_with_record_arg (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_attributes_not_backed_by_database_columns_keep_their_type_when_a_default_value_is_configured_separately (unexpected)
--- FAIL: RelationTest#test_find_by!_with_non-hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: PersistenceTest#test_decrement_with_touch_an_attribute_updates_timestamps (unexpected)
--- FAIL: FinderTest#test_find_by_one_attribute_that_is_an_alias (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_association_through_a_belongs_to_association_where_the_association_doesnt_exist (unexpected)
--- FAIL: RelationTest#test_support_upper_and_lower_case_directions (unexpected)
--- FAIL: RelationTest#test_find_by_requires_at_least_one_argument (unexpected)
--- FAIL: FinderTest#test_find_by_one_attribute_that_is_an_aggregate (unexpected)
--- FAIL: DirtyTest#test_partial_insert_off_with_unchanged_default_function_attribute (unexpected)
--- FAIL: PersistenceTest#test_update_many_with_duplicated_ids! (unexpected)
--- FAIL: PostgresqlIntervalTest#test_average_interval_type (unexpected)
--- FAIL: CockroachDB::EagerLoadPolyAssocsTest#test_include_query (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_overloaded_properties_save (unexpected)
--- FAIL: FinderTest#test_find_some_message_with_custom_primary_key (unexpected)
--- FAIL: FinderTest#test_eager_load_for_no_has_many_with_limit_and_joins_for_has_many (unexpected)
--- FAIL: ReflectionTest#test_validate_association_if_autosave (unexpected)
--- FAIL: PersistenceTest#test_build_many_through_factory_with_block (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_array (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_with_condition (unexpected)
--- FAIL: TestAutosaveAssociationsInGeneral#test_autosave_works_even_when_other_callbacks_update_the_parent_model (unexpected)
--- FAIL: RelationTest#test_unscope_with_blank_value (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_dynamic_find_should_respect_association_include (unexpected)
--- FAIL: ReflectionTest#test_belongs_to_reflection_with_array_fk_raises (unexpected)
--- FAIL: DirtyTest#test_mutating_and_then_assigning_doesn't_remove_the_change (unexpected)
--- FAIL: RelationTest#test_first_or_create_with_array (unexpected)
--- FAIL: DirtyTest#test_save_should_store_serialized_attributes_even_with_partial_writes (unexpected)
--- FAIL: RelationTest#test_to_sql_on_eager_join (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 week ago

roachtest.activerecord failed with artifacts on master @ f28d796e9710067c76d335efee3a45c85552d2bb:

--- FAIL: BelongsToAssociationsTest#test_create_bang_with_conditions (unexpected)
--- FAIL: AttributeMethodsTest#test_write_attribute_raises_ActiveModel::MissingAttributeError_when_the_attribute_does_not_exist (unexpected)
--- FAIL: BelongsToAssociationsTest#test_dependent_delete_and_destroy_with_belongs_to (unexpected)
--- FAIL: SchemaWithDotsTest#test_Active_Record_basics (unexpected)
--- FAIL: BelongsToAssociationsTest#test_assignment_before_child_saved (unexpected)
--- FAIL: AttributeMethodsTest#test_overridden_write_attribute (unexpected)
--- FAIL: BelongsToAssociationsTest#test_attributes_are_being_set_when_initialized_from_belongs_to_association_with_where_clause (unexpected)
--- FAIL: AttributeMethodsTest#test_non-attribute_read_and_write (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_writers_respect_access_control (unexpected)
--- FAIL: AttributeMethodsTest#test_on_the_fly_super_invokable_generated_attribute_methods_via_method_missing (unexpected)
--- FAIL: BelongsToAssociationsTest#test_reloading_association_with_key_change (unexpected)
--- FAIL: AttributeMethodsTest#test_declared_prefixed_attribute_method_affects_respond_to?_and_method_missing (unexpected)
--- FAIL: AttributeMethodsTest#test_instance_methods_should_be_defined_on_the_base_class (unexpected)
--- FAIL: AttributeMethodsTest#test_setting_a_time_zone-aware_attribute_to_a_blank_string_returns_nil (unexpected)
--- FAIL: AttributeMethodsTest#test_converted_values_are_returned_after_assignment (unexpected)
--- FAIL: AttributeMethodsTest#test_boolean_attribute_predicate (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_names_with_a_custom_select (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_without_updated_at_attributes (unexpected)
--- FAIL: AttributeMethodsTest#test_accessed_fields (unexpected)
--- FAIL: BelongsToAssociationsTest#test_destroying_child_with_unloaded_parent_and_foreign_key_and_touch_is_possible_with_has_many_inversing (unexpected)
--- FAIL: BelongsToAssociationsTest#test_counter_cache_double_destroy (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_foreign_key_by_column (unexpected)
--- FAIL: AttributeMethodsTest#test_boolean_attributes (unexpected)
--- FAIL: BelongsToAssociationsTest#test_default_with_lambda (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_readers_respect_access_control (unexpected)
--- FAIL: AttributeMethodsTest#test_#id_value_alias_returns_id_column_only_for_composite_primary_key_models (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_reassignment_of_associated_type_updates_the_object (unexpected)
--- FAIL: AttributeMethodsTest#test_read_overridden_attribute_with_predicate_respects_override (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_children_can_override_parents (unexpected)
--- FAIL: AttributeMethodsTest#test_set_attributes_with_a_block (unexpected)
--- FAIL: DDLTest#test_column_defaults (unexpected)
--- FAIL: BelongsToAssociationsTest#test_id_assignment (unexpected)
--- FAIL: TransactionCallbacksTest#test_only_call_after_commit_on_create_and_doesnt_leaky (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_rename_column (unexpected)
--- FAIL: AttributeMethodsTest#test_undeclared_attribute_method_does_not_affect_respond_to?_and_method_missing (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::ConnectionHandlersShardingDbTest#test_sharding_separation (unexpected)
--- FAIL: BelongsToAssociationsTest#test_with_polymorphic_and_condition (unexpected)
--- FAIL: ValidationsTest#test_valid_using_special_context (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attribute_can_read_aliased_attributes_as_well (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_enum_method_issues_a_deprecation_warning (unexpected)
--- FAIL: AttributeMethodsTest#test_should_unserialize_attributes_for_frozen_records (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::ConnectionHandlersShardingDbTest#test_same_shards_across_clusters (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_overloaded_properties_save (unexpected)
--- FAIL: ValidationsTest#test_validate_with_bang_and_context (unexpected)
--- FAIL: BelongsToAssociationsTest#test_eager_loading_wont_mutate_owner_record (unexpected)
--- FAIL: BelongsToAssociationsTest#test_custom_attribute_with_select (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_destroy (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 week ago

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

--- FAIL: InheritanceTest#test_new_without_storing_full_sti_class (unexpected)
--- FAIL: PersistenceTest#test_delete_isnt_affected_by_scoping (unexpected)
--- FAIL: FinderTest#test_with_limiting_with_custom_select (unexpected)
--- FAIL: RelationTest#test_primary_key (unexpected)
--- FAIL: PersistenceTest#test_update_many_with_duplicated_ids (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attribute (unexpected)
--- FAIL: PersistenceTest#test_update_many_with_invalid_id (unexpected)
--- FAIL: CalculationsTest#test_should_return_zero_if_sum_conditions_return_nothing (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attribute_when_false (unexpected)
--- FAIL: RelationTest#test_find_all_using_where_with_relation_with_joins (unexpected)
--- FAIL: RelationTest#test_multivalue_where (unexpected)
--- FAIL: CalculationsTest#test_ids_for_a_composite_primary_key_on_loaded_relation (unexpected)
--- FAIL: TestDestroyAsPartOfAutosaveAssociation#test_should_run_remove_callback_methods_for_habtm (unexpected)
--- FAIL: AttributeMethodsTest#test_typecast_attribute_from_select_to_false (unexpected)
--- FAIL: RelationTest#test_count (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_many_should_return_true_if_more_than_one (unexpected)
--- FAIL: FinderTest#test_last_bang_missing (unexpected)
--- FAIL: BasicsTest#test_create_without_prepared_statement (unexpected)
--- FAIL: IntegrationTest#test_cache_key_for_existing_record_is_not_timezone_dependent (unexpected)
--- FAIL: PersistenceTest#test_update_columns_with_default_scope (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_composite_primary_key_autosave (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_grafts_stashed_associations_to_correct_parent (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_nil_with_aggregate_having_one_mapping (unexpected)
--- FAIL: HasManyAssociationsTest#test_get_ids_for_ordered_association (unexpected)
--- FAIL: RelationTest#test_first_or_create_bang_with_valid_array (unexpected)
--- FAIL: BasicsTest#test_when_ignored_attribute_is_loaded,_cast_type_should_be_preferred_over_DB_type (unexpected)
--- FAIL: AssociationsTest#test_querying_by_whole_associated_records_using_query_constraints (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_association (unexpected)
--- FAIL: AttributeMethodsTest#test_case-sensitive_attributes_hash (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_for_inspect_with_a_non-primary_key_id_attribute (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_has_many_with_string_keys (unexpected)
--- FAIL: PersistenceTest#test_update_many_with_duplicated_ids! (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_with_or_doesnt_set_inverse_instance_key (unexpected)
--- FAIL: BasicsTest#test_find_symbol_ordered_last (unexpected)
--- FAIL: AttributeMethodsTest#test_generated_attribute_methods_ancestors_have_correct_module (unexpected)
--- FAIL: PersistenceTest#test_destroyed_returns_boolean (unexpected)
--- FAIL: EagerAssociationTest#test_including_duplicate_objects_from_belongs_to (unexpected)
--- FAIL: BasicsTest#test_connection_in_utc_time (unexpected)
--- FAIL: PersistenceTest#test_update_all_with_hash (unexpected)
--- FAIL: CalculationsTest#test_pluck_joined_with_polymorphic_relation (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_has_many_sti (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_destroy_on_association_clears_scope (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_many_should_count_instead_of_loading_association (unexpected)
--- FAIL: BasicsTest#test_bignum (unexpected)
--- FAIL: RelationTest#test_default_scoping_finder_methods (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_collection_delete_with_nonstandard_primary_key_on_belongs_to (unexpected)
--- FAIL: CalculationsTest#test_ids_with_includes_and_table_scope (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 week ago

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

--- FAIL: CalculationsTest#test_should_resolve_aliased_attributes (unexpected)
--- FAIL: ActiveRecord::Encryption::EncryptableRecordApiTest#test_encrypted_attribute?_returns_false_for_regular_attributes (unexpected)
--- FAIL: UniquenessValidationWithIndexTest#test_new_record (unexpected)
--- FAIL: HasManyAssociationsTest#test_select_with_block_and_dirty_target (unexpected)
--- FAIL: BelongsToAssociationsTest#test_destroying_child_with_unloaded_parent_and_foreign_key_and_touch_is_possible_with_has_many_inversing (unexpected)
--- FAIL: RelationTest#test_multivalue_where (unexpected)
--- FAIL: BasicsTest#test_equality_of_collection_proxy_and_association_relation (unexpected)
--- FAIL: FinderTest#test_find_by_ids_with_limit_and_offset (unexpected)
--- FAIL: BasicsTest#test_dup_of_saved_object_marks_as_dirty_only_changed_attributes (unexpected)
--- FAIL: BelongsToAssociationsTest#test_optional_relation_can_be_set_per_model (unexpected)
--- FAIL: HasManyAssociationsTest#test_select_with_block (unexpected)
--- FAIL: FinderTest#test_find_with_string (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_escaped_characters (unexpected)
--- FAIL: FinderTest#test_second_with_offset (unexpected)
--- FAIL: RelationTest#test_first_or_create (unexpected)
--- FAIL: CalculationsTest#test_limit_is_kept (unexpected)
--- FAIL: RelationTest#test_order_with_hash_and_symbol_generates_the_same_sql (unexpected)
--- FAIL: UniquenessValidationWithIndexTest#test_expression_index (unexpected)
--- FAIL: BasicsTest#test_assert_queries (unexpected)
--- FAIL: BasicsTest#test_#present?_and_#blank?_on_ActiveRecord::Base_classes (unexpected)
--- FAIL: FinderTest#test_find_with_group_and_sanitized_having_method (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ColumnsTest#test_change_column_default (unexpected)
--- FAIL: CallbacksOnDestroyUpdateActionRaceTest#test_trigger_on_update_where_row_was_deleted (unexpected)
--- FAIL: AssociationsTest#test_bad_collection_keys (unexpected)
--- FAIL: HasManyAssociationsTest#test_ids_reader_cache_not_used_for_size_when_association_is_dirty (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- FAIL: UniquenessValidationWithIndexTest#test_non_unique_index (unexpected)
--- FAIL: CalculationsTest#test_count_takes_attribute_type_precedence_over_database_type (unexpected)
--- FAIL: FinderTest#test_find_with_hash_parameter (unexpected)
--- FAIL: InheritanceTest#test_find_first_within_inheritance (unexpected)
--- FAIL: BasicsTest#test_failed_comparison_of_unlike_class_records (unexpected)
--- FAIL: HasManyAssociationsTest#test_three_levels_of_dependence (unexpected)
--- FAIL: ActiveRecord::Encryption::EncryptableRecordTest#test_deterministic_attributes_can_be_searched_with_Active_Record_queries (unexpected)
--- FAIL: CalculationsTest#test_ids_with_includes_limit_and_empty_result (unexpected)
--- FAIL: CockroachDB::AdapterTestWithoutTransaction#test_reset_empty_table_with_custom_pk_sequence (unexpected)
--- FAIL: RelationTest#test_count_with_block (unexpected)
--- FAIL: BooleanTest#test_boolean (unexpected)
--- FAIL: CalculationsTest#test_ids_with_includes_and_scope (unexpected)
--- FAIL: HasManyAssociationsTest#test_unscopes_the_default_scope_of_associated_model_when_used_with_include (unexpected)
--- FAIL: FinderTest#test_include_on_unloaded_relation_with_match (unexpected)
--- FAIL: FinderTest#test_exists_with_includes_limit_and_empty_result (unexpected)
--- FAIL: HasManyAssociationsTest#test_transactions_when_adding_to_new_record (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_many_should_defer_to_collection_if_using_a_block (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_on_association_clears_scope (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_is_precise_enough (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_replace_on_new_object (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 week ago

roachtest.activerecord failed with artifacts on master @ d2a5af43be05ade40531e6e0ef23c5880faa4494:

--- FAIL: FinderTest#test_find_by_with_range_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: FinderTest#test_first_bang_missing (unexpected)
--- FAIL: FinderTest#test_find_by_sql_with_sti_on_joined_table (unexpected)
--- FAIL: FinderTest#test_find_by_title_and_id_with_hash (unexpected)
--- FAIL: FinderTest#test_find_by!_doesn't_have_implicit_ordering (unexpected)
--- FAIL: FinderTest#test_find_passing_active_record_object_is_not_permitted (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: FinderTest#test_find_with_ids_with_limit_and_order_clause (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (unexpected)
--- FAIL: FinderTest#test_with_limiting_with_custom_select (unexpected)
--- FAIL: FinderTest#test_fifth (unexpected)
--- FAIL: FinderTest#test_exists_with_eager_load (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_nil_with_aggregate_having_one_mapping (unexpected)
--- FAIL: FinderTest#test_find_by_two_attributes_with_one_being_an_aggregate (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_hashed_table_name (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions (unexpected)
--- FAIL: FinderTest#test_last_with_integer_and_order_should_keep_the_order (unexpected)
--- FAIL: FinderTest#test_#find_by_with_composite_primary_key (unexpected)
--- FAIL: FinderTest#test_first (unexpected)
--- FAIL: FinderTest#test_model_class_responds_to_second_bang (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- FAIL: FinderTest#test_nth_to_last_with_order_uses_limit (unexpected)
--- FAIL: FinderTest#test_third_to_last (unexpected)
--- FAIL: FinderTest#test_find_by_one_attribute_with_conditions (unexpected)
--- FAIL: FinderTest#test_#first_for_a_model_with_composite_query_constraints (unexpected)
--- FAIL: FinderTest#test_model_class_responds_to_third_to_last_bang (unexpected)
--- FAIL: FinderTest#test_find_by_ids (unexpected)
--- FAIL: FinderTest#test_condition_local_time_interpolation_with_default_timezone_utc (unexpected)
--- FAIL: FinderTest#test_find_by_one_attribute_bang (unexpected)
--- FAIL: FinderTest#test_hash_condition_utc_time_interpolation_with_default_timezone_local (unexpected)
--- FAIL: FinderTest#test_find_with_large_number (unexpected)
--- FAIL: FinderTest#test_find_by_bang_on_relation_with_large_number (unexpected)
--- FAIL: FinderTest#test_include_on_unloaded_relation_with_offset (unexpected)
--- FAIL: FinderTest#test_find_by_records (unexpected)
--- FAIL: FinderTest#test_find_on_a_scope_does_not_perform_statement_caching (unexpected)
--- FAIL: FinderTest#test_exists_with_string (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- FAIL: FinderTest#test_model_class_responds_to_last_bang (unexpected)
--- FAIL: FinderTest#test_include_on_unloaded_relation_with_having_referencing_aliased_select (unexpected)
--- FAIL: FinderTest#test_find_without_primary_key (unexpected)
--- FAIL: FinderTest#test_take (unexpected)
--- FAIL: FinderTest#test_exists_with_distinct_association_includes_and_limit (unexpected)
--- FAIL: FinderTest#test_exists_returns_true_with_one_record_and_no_args (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_aggregate_having_three_mappings_array (unexpected)
--- FAIL: AssociationCallbacksTest#test_has_many_callbacks_for_destroy_on_parent (unexpected)
--- FAIL: FinderTest#test_exists_with_nil_arg (unexpected)
--- FAIL: FinderTest#test_eager_load_for_no_has_many_with_limit_and_left_joins_for_has_many (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 week ago

roachtest.activerecord failed with artifacts on master @ b4402507fdebe5682f77e348331a308d378c91e1:

--- FAIL: ReflectionTest#test_columns (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_hmt_does_not_table_name_collide_when_joining_associations (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_where_first_level_returns_nil (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_all (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_default_scope_as_lambda (unexpected)
--- FAIL: PersistenceTest#test_becomes_includes_errors (unexpected)
--- FAIL: HasManyAssociationsTest#test_attributes_are_set_when_initialized_from_has_many_null_relationship (unexpected)
--- FAIL: EagerAssociationTest#test_polymorphic_type_condition (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_and_self_table_reference (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_invalid_adding (unexpected)
--- FAIL: BelongsToAssociationsTest#test_should_set_foreign_key_on_create_association! (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_names_on_a_new_record (unexpected)
--- FAIL: RelationTest#test_order_by_relation_attribute (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attribute_when_false (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_deleting (unexpected)
--- FAIL: BasicsTest#test_dup_for_a_composite_primary_key_model (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnNewRecord#test_autosave_new_record_on_has_many_can_be_disabled_per_relationship (unexpected)
--- FAIL: RelationTest#test_having_with_binds_for_both_where_and_having (unexpected)
--- FAIL: RelationTest#test_explicit_create_with (unexpected)
--- FAIL: AttributeMethodsTest#test_bulk_update_raises_ActiveRecord::UnknownAttributeError (unexpected)
--- FAIL: HasManyAssociationsTest#test_has_many_associations_on_new_records_use_null_relations (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_limit_and_offset_and_conditions (unexpected)
--- FAIL: BasicsTest#test_equality (unexpected)
--- FAIL: RelationTest#test_references_doesnt_trigger_eager_loading_if_reference_not_included (unexpected)
--- FAIL: RelationTest#test_joins_with_select_custom_attribute (unexpected)
--- FAIL: HasManyAssociationsTest#test_select_query_method (unexpected)
--- FAIL: EagerAssociationTest#test_eager_count_performed_on_a_has_many_through_association_with_multi_table_conditional (unexpected)
--- FAIL: EagerAssociationTest#test_eager-loading_non-readonly_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_grouped (unexpected)
--- FAIL: InheritanceTest#test_alt_becomes_bang_resets_inheritance_type_column (unexpected)
--- FAIL: BelongsToAssociationsTest#test_association_assignment_sticks (unexpected)
--- FAIL: BasicsTest#test_distinct_delegates_to_scoped (unexpected)
--- FAIL: HasManyAssociationsTest#test_updates_counter_cache_when_default_scope_is_given (unexpected)
--- FAIL: RelationTest#test_first_or_create_bang_with_valid_array (unexpected)
--- FAIL: AssociationsTest#test_belongs_to_a_model_with_composite_foreign_key_finds_associated_record (unexpected)
--- FAIL: PersistenceTest#test_increment_nil_attribute (unexpected)
--- FAIL: PersistenceTest#test_update_column (unexpected)
--- FAIL: BasicsTest#test_clone_of_new_object_marks_as_dirty_only_changed_attributes (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_dynamic_find_all_should_respect_readonly_access (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_should_append_to_association_order (unexpected)
--- FAIL: BasicsTest#test_touch_should_raise_error_on_a_new_object (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_has_one_cpk_has_one_autosave_with_id (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_new_with_values_in_collection (unexpected)
--- FAIL: PersistenceTest#test_persisted_returns_boolean (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_for_inspect_with_a_long_array (unexpected)
--- FAIL: RelationTest#test_loaded_first (unexpected)
--- FAIL: CallbackOrderTest#test_callbacks_run_in_order_defined_in_model_if_using_run_after_transaction_callbacks_in_order_defined (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 6 days ago

roachtest.activerecord failed with artifacts on master @ 047a7ed79756eef53b8b9ab4c9dd9c5a463496c9:

--- FAIL: DefaultBinaryTest#test_default_varbinary_string_that_looks_like_hex (unexpected)
--- FAIL: CalculationsTest#test_aggregate_attribute_on_enum_type (unexpected)
--- FAIL: BelongsToAssociationsTest#test_eager_loading_with_primary_key_as_symbol (unexpected)
--- FAIL: CalculationsTest#test_pluck_type_cast_with_joins_without_table_name_qualified_column (unexpected)
--- FAIL: BasicsTest#test_equality (unexpected)
--- FAIL: BasicsTest#test_default_in_local_time (unexpected)
--- FAIL: CalculationsTest#test_count_selected_arel_attribute_in_joined_table (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_invalid_dependent_option_raises_exception (unexpected)
--- FAIL: CalculationsTest#test_distinct_joins_count_with_order_and_offset (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (unexpected)
--- FAIL: BasicsTest#test_non_valid_identifier_column_name (unexpected)
--- FAIL: BelongsToAssociationsTest#test_should_set_foreign_key_on_save (unexpected)
--- FAIL: SignedIdTest#test_fail_to_work_without_when_signed_id_verifier_secret_lambda_is_nil (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_qualified_column_name (unexpected)
--- FAIL: CalculationsTest#test_count_with_block (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_primary_key_joins_on_correct_column (unexpected)
--- FAIL: BasicsTest#test_utc_as_time_zone_and_new (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_on_relation (unexpected)
--- FAIL: CalculationsTest#test_pluck_auto_table_name_prefix (unexpected)
--- FAIL: BelongsToAssociationsTest#test_association_assignment_sticks (unexpected)
--- FAIL: CalculationsTest#test_select_avg_with_group_by_as_virtual_attribute_with_sql (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_with_custom_foreign_type (unexpected)
--- FAIL: CalculationsTest#test_pick_loaded_relation (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_for_single_table_inheritance_(STI_Models) (unexpected)
--- FAIL: BasicsTest#test_equality_of_relation_and_array (unexpected)
--- FAIL: CalculationsTest#test_minimum_and_maximum_on_non_numeric_type (unexpected)
--- FAIL: BasicsTest#test_limit_without_comma (unexpected)
--- FAIL: BasicsTest#test_readonly_attributes_when_configured_to_not_raise (unexpected)
--- FAIL: CalculationsTest#test_pick_delegate_to_all (unexpected)
--- FAIL: CalculationsTest#test_should_count_field_in_joined_table_with_group_by_when_tables_share_column_names (unexpected)
--- FAIL: BasicsTest#test_marshal_inspected_round_trip (unexpected)
--- FAIL: CalculationsTest#test_should_count_manual_select_with_include (unexpected)
--- FAIL: CalculationsTest#test_should_get_maximum_of_arel_attribute_with_include (unexpected)
--- FAIL: BasicsTest#test_sequence_name_with_abstract_class (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_assignment_with_primary_key_updates_foreign_id_field_for_new_and_saved_records (unexpected)
--- FAIL: BelongsToAssociationsTest#test_tracking_polymorphic_changes (unexpected)
--- FAIL: BelongsToAssociationsTest#test_tracking_change_from_one_persisted_record_to_another (unexpected)
--- FAIL: BasicsTest#test_find_ordered_last (unexpected)
--- FAIL: BasicsTest#test_quote (unexpected)
--- FAIL: BelongsToAssociationsTest#test_assignment_updates_foreign_id_field_for_new_and_saved_records (unexpected)
--- FAIL: CalculationsTest#test_should_return_float_average_if_db_returns_such (unexpected)
--- FAIL: BasicsTest#test_out_of_range_slugs (unexpected)
--- FAIL: BasicsTest#test_#connected_to_many_cannot_be_called_on_anything_but_ActiveRecord::Base (unexpected)
--- FAIL: CalculationsTest#test_count_with_block_and_column_name_raises_an_error (unexpected)
--- FAIL: BelongsToAssociationsTest#test_runs_parent_presence_check_if_parent_has_not_changed_and_belongs_to_required_validates_foreign_key_is_set (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_line_endings (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 5 days ago

roachtest.activerecord failed with artifacts on master @ d13253527955eaa2da09394b8a2729627ab25c48:

--- FAIL: BelongsToAssociationsTest#test_new_record_with_foreign_key_but_no_object (unexpected)
--- FAIL: CalculationsTest#test_pluck_not_auto_table_name_prefix_if_column_joined (unexpected)
--- FAIL: PersistenceTest#test_build (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_through_join_model_with_conditions_on_top_level (unexpected)
--- FAIL: DirtyTest#test_time_attributes_changes_without_time_zone (unexpected)
--- FAIL: InheritanceTest#test_finding_incorrect_type_data (unexpected)
--- FAIL: RelationTest#test_finding_with_subquery_with_binds (unexpected)
--- FAIL: CalculationsTest#test_no_queries_for_empty_relation_on_sum (unexpected)
--- FAIL: AttributeMethodsTest#test_setting_a_time_zone-aware_time_in_the_current_time_zone (unexpected)
--- FAIL: HasOneThroughDisableJoinsAssociationsTest#test_preload_on_disable_joins_through (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_limit_and_multiple_associations (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_saving_multiple_relationships (unexpected)
--- FAIL: HasManyAssociationsTest#test_joins_with_namespaced_model_should_use_correct_type (unexpected)
--- FAIL: RelationTest#test_create_or_find_by (unexpected)
--- FAIL: RelationTest#test_to_json (unexpected)
--- FAIL: MultiParameterAttributeTest#test_multiparameter_attributes_on_time_with_time_zone_aware_attributes_false (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_optimizer_hints_raise_errors (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_multiple_stis_and_order (unexpected)
--- FAIL: IntegrationTest#test_to_param_for_a_composite_primary_key_model (unexpected)
--- FAIL: HasManyAssociationsTest#test_depends_and_nullify_on_polymorphic_assoc (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loading_with_conditions_on_join_model_preloads (unexpected)
--- FAIL: JsonAttributeTest#test_select_array_json_value (unexpected)
--- FAIL: ActiveRecord::Migration::CheckConstraintTest#test_not_valid_check_constraint (unexpected)
--- FAIL: RelationTest#test_eager_load_with_blank_value (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_is_precise_enough (unexpected)
--- FAIL: RelationMergingTest#test_merging_compares_symbols_and_strings_as_equal (unexpected)
--- FAIL: ReflectionTest#test_join_table (unexpected)
--- FAIL: ModulesTest#test_module_table_name_suffix (unexpected)
--- FAIL: ValidationsTest#test_validates_acceptance_of_as_database_column (unexpected)
--- FAIL: ReflectionTest#test_scope_chain_does_not_interfere_with_hmt_with_polymorphic_case (unexpected)
--- FAIL: HasManyAssociationsTest#test_update_all_respects_association_scope (unexpected)
--- FAIL: MigrationTest#test_add_drop_table_with_prefix_and_suffix (unexpected)
--- FAIL: BasicsTest#test_quote (unexpected)
--- FAIL: InheritanceAttributeMappingTest#test_polymorphic_associations_custom_type (unexpected)
--- FAIL: HabtmDestroyOrderTest#test_not_destroying_a_student_with_lessons_leaves_student<=>lesson_association_intact (unexpected)
--- FAIL: CalculationsTest#test_pick_one (unexpected)
--- FAIL: ModulesTest#test_module_spanning_has_and_belongs_to_many_associations (unexpected)
--- FAIL: RelationTest#test_relations_limit_the_records_in_#inspect_at_10 (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loading_with_select_on_joined_table_preloads (unexpected)
--- FAIL: RelationTest#test_to_sql_on_scoped_proxy (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_association_replaces_existing_with_dependent_option (unexpected)
--- FAIL: BasicsTest#test_reload (unexpected)
--- FAIL: UniquenessValidationWithIndexTest#test_new_record (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_multiple_associations_with_same_table_belongs_to (unexpected)
--- FAIL: ValidationsTest#test_invalid_record_exception (unexpected)
--- FAIL: CalculationsTest#test_offset_is_kept (unexpected)
--- FAIL: BasePreventWritesTest#test_preventing_writes_applies_to_all_connections_in_block (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 4 days ago

roachtest.activerecord failed with artifacts on master @ d13253527955eaa2da09394b8a2729627ab25c48:

--- FAIL: AttributeMethodsTest#test_came_from_user? (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_followed_by_save_does_not_load_target (unexpected)
--- FAIL: AttributeMethodsTest#test_attributes_for_database (unexpected)
--- FAIL: HasManyAssociationsTest#test_merging_with_custom_attribute_writer (unexpected)
--- FAIL: AttributeMethodsTest#test_setting_a_time_zone-aware_datetime_in_the_current_time_zone (unexpected)
--- FAIL: HasManyAssociationsTest#test_counting_with_single_hash (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attributes_after_type_cast_on_a_date (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_ids_and_inverse_of (unexpected)
--- FAIL: AttributeMethodsTest#test_custom_field_attribute_predicate (unexpected)
--- FAIL: HasManyAssociationsTest#test_create_with_bang_on_has_many_raises_when_record_not_saved (unexpected)
--- FAIL: HasManyAssociationsTest#test_collection_not_empty_after_building (unexpected)
--- FAIL: HasManyAssociationsTest#test_key_ensuring_owner_was_is_not_valid_without_dependent_option (unexpected)
--- FAIL: AttributeMethodsTest#test_global_methods_are_overwritten_when_subclassing (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_first_after_reload (unexpected)
--- FAIL: AttributeMethodsTest#test_string_attribute_predicate (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_names_on_a_new_record (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_without_loading_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_by_integer_id (unexpected)
--- FAIL: HasManyAssociationsTest#test_default_select (unexpected)
--- FAIL: HasManyAssociationsTest#test_inverse_on_before_validate (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- FAIL: HasManyAssociationsTest#test_create_from_association_should_respect_default_scope (unexpected)
--- FAIL: HasManyAssociationsTest#test_update_all_on_association_accessed_before_save (unexpected)
--- FAIL: HasManyAssociationsTest#test_include_uses_array_include_after_loaded (unexpected)
--- FAIL: HasManyAssociationsTest#test_subsequent_calls_to_many_should_use_query (unexpected)
--- FAIL: AttributeMethodsTest#test_user-defined_JSON_attribute_predicate (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroy_all (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_an_overridden_original_method_along_with_an_overridden_alias_method_doesn't_issue_a_deprecation (unexpected)
--- FAIL: HasManyAssociationsTest#test_associations_autosaves_when_object_is_already_persisted (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_with_extend_option_with_multiple_extensions (unexpected)
--- FAIL: AttributeMethodsTest#test_setting_time_zone-aware_attribute_in_other_time_zone (unexpected)
--- FAIL: HasManyAssociationsTest#test_dependence_with_transaction_support_on_failure (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_size_on_an_association_that_has_not_been_loaded_performs_a_query (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_with_rewhere_doesnt_set_inverse_instance_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_collection_proxy_respects_default_scope (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroy_with_bang_bubbles_errors_from_associations (unexpected)
--- FAIL: HasManyAssociationsTest#test_joining_through_a_polymorphic_association_with_a_where_clause (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_all_on_association_with_nil_dependency_is_the_same_as_not_loaded (unexpected)
--- FAIL: AttributeMethodsTest#test_time_attributes_are_retrieved_in_the_current_time_zone (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attribute_with_nil_should_not_asplode (unexpected)
--- FAIL: AttributeMethodsTest#test_respond_to?_with_a_custom_primary_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_protect_foreign_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_counter_cache_updates_in_memory_after_create_with_array (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_names_with_a_custom_select (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_attributes_with_overridden_types_keep_their_type_when_a_default_value_is_configured_separately (unexpected)
--- FAIL: HasManyAssociationsTest#test_creating_using_primary_key (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #124901 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.1-rc] - #123542 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.0-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 days ago

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

--- FAIL: ReflectionTest#test_never_validate_association_if_explicit (unexpected)
--- FAIL: ReflectionTest#test_columns (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_build_many_before_save (unexpected)
--- FAIL: ReflectionTest#test_aggregation_reflection (unexpected)
--- FAIL: DefaultBinaryTest#test_default_varbinary_string_that_looks_like_hex (unexpected)
--- FAIL: ReflectionTest#test_columns_are_returned_in_the_order_they_were_declared (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_cascaded_eager_association_loading_with_duplicated_includes (unexpected)
--- FAIL: ReflectionTest#test_column_null_not_null (unexpected)
--- FAIL: ReflectionTest#test_join_table_can_be_overridden (unexpected)
--- FAIL: ReflectionTest#test_association_primary_key_raises_when_missing_primary_key (unexpected)
--- FAIL: DefaultBinaryTest#test_default_varbinary_string (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_has_many_sti (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_three_levels_by_ping_pong (unexpected)
--- FAIL: ReflectionTest#test_human_name (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_adding_unsavable_association (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_nulls_not_distinct (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_index_length (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_and_self_table_reference (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_of_stis_with_multiple_references (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_assign_ids_with_belongs_to_cpk_model (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: TestDefaultAutosaveAssociationOnNewRecord#test_autosave_new_record_on_belongs_to_can_be_disabled_per_relationship (unexpected)
--- FAIL: ReflectionTest#test_scope_chain_of_polymorphic_association_does_not_leak_into_other_hmt_associations (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_where_first_level_returns_nil (unexpected)
--- FAIL: ReflectionTest#test_type (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_join_for_count (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_build_via_block_before_save (unexpected)
--- FAIL: ReflectionTest#test_foreign_type (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- FAIL: ReflectionTest#test_association_primary_key_uses_explicit_primary_key_option_as_first_priority (unexpected)
--- FAIL: ReflectionTest#test_reflect_on_association_accepts_strings (unexpected)
--- FAIL: ReflectionTest#test_association_primary_key (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_recursive_cascading_four_levels_has_and_belongs_to_many (unexpected)
--- FAIL: ReflectionTest#test_reflect_on_association_accepts_symbols (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_invalid_adding_with_validate_false (unexpected)
--- FAIL: ReflectionTest#test_chain (unexpected)
--- FAIL: ReflectionTest#test_has_and_belongs_to_many_reflection (unexpected)
--- FAIL: ReflectionTest#test_has_many_reflection (unexpected)
--- FAIL: ReflectionTest#test_active_record_primary_key (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_parent_should_save_children_record_with_foreign_key_validation_set_in_before_save_callback (unexpected)
--- FAIL: ReflectionTest#test_foreign_key_is_inferred_from_model_name (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_with_condition (unexpected)
--- FAIL: ReflectionTest#test_reflections_should_return_keys_as_strings (unexpected)
--- FAIL: ReflectionTest#test_human_name_for_column (unexpected)
--- FAIL: ReflectionTest#test_nested? (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_multiple_stis_and_order (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 days ago

roachtest.activerecord failed with artifacts on master @ 7461a85f839c50edbdea502fe09794739a99632e:

--- FAIL: FinderTest#test_find_by_ids (unexpected)
--- FAIL: HasOneAssociationsTest#test_build (unexpected)
--- FAIL: BasicsTest#test_primary_key_and_references_columns_should_be_identical_type (unexpected)
--- FAIL: PersistenceTest#test_update_many_with_invalid_id (unexpected)
--- FAIL: HasOneAssociationsTest#test_proxy_assignment (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_after_parameterize_with_hyphens (unexpected)
--- FAIL: InheritanceTest#test_find_first_within_inheritance (unexpected)
--- FAIL: CalculationsTest#test_ids_with_preload (unexpected)
--- FAIL: CalculationsTest#test_should_reference_correct_aliases_while_joining_tables_of_has_many_through_association (unexpected)
--- FAIL: ReflectionTest#test_scope_chain_does_not_interfere_with_hmt_with_polymorphic_case_and_subclass_source (unexpected)
--- FAIL: RelationTest#test_find_by_with_non-hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: InheritanceTest#test_inheritance_with_default_scope (unexpected)
--- FAIL: CalculationsTest#test_should_sum_scoped_field (unexpected)
--- FAIL: CalculationsTest#test_select_avg_with_joins_and_group_by_as_virtual_attribute_with_ar (unexpected)
--- FAIL: CalculationsTest#test_distinct_count_with_order_and_limit (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_should_not_raise_due_to_validation_errors (unexpected)
--- FAIL: BasicsTest#test_initialize_with_attributes (unexpected)
--- FAIL: ReflectionTest#test_type (unexpected)
--- FAIL: HasOneAssociationsTest#test_save_of_record_with_loaded_has_one (unexpected)
--- FAIL: HasOneThroughDisableJoinsAssociationsTest#test_has_one_through_with_belongs_to_on_disable_joins (unexpected)
--- FAIL: InheritanceTest#test_abstract_class (unexpected)
--- FAIL: RelationTest#test_to_sql_on_eager_join (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field_having_condition_from_select (unexpected)
--- FAIL: ReflectionTest#test_irregular_reflection_class_name (unexpected)
--- FAIL: FinderTest#test_exists_with_includes_limit_and_empty_result (unexpected)
--- FAIL: BasicsTest#test_equality_with_blank_ids (unexpected)
--- FAIL: ReflectionTest#test_content_columns (unexpected)
--- FAIL: CalculationsTest#test_maximum_with_not_auto_table_name_prefix_if_column_included (unexpected)
--- FAIL: FinderTest#test_member_on_unloaded_relation_with_mismatched_class (unexpected)
--- FAIL: AssociationsTest#test_append_composite_foreign_key_has_many_association_with_autosave (unexpected)
--- FAIL: CalculationsTest#test_should_return_zero_if_sum_conditions_return_nothing (unexpected)
--- FAIL: BasicsTest#test_.columns_hash_raises_an_error_if_the_record_has_an_empty_table_name (unexpected)
--- FAIL: FinderTest#test_eager_load_for_no_has_many_with_limit_and_joins_for_has_many (unexpected)
--- FAIL: BasicsTest#test_new_record_returns_boolean (unexpected)
--- FAIL: BasicsTest#test_find_keeps_multiple_order_values (unexpected)
--- FAIL: ReflectionTest#test_human_name (unexpected)
--- FAIL: RelationTest#test_last (unexpected)
--- FAIL: HasOneAssociationsTest#test_build_respects_hash_condition (unexpected)
--- FAIL: CalculationsTest#test_pluck_not_auto_table_name_prefix_if_column_joined (unexpected)
--- FAIL: ReflectionTest#test_column_string_type_and_limit (unexpected)
--- FAIL: RelationTest#test_first_or_create_bang_with_no_parameters (unexpected)
--- FAIL: FinderTest#test_find_on_array_conditions (unexpected)
--- FAIL: AssociationsTest#test_loading_cpk_association_when_persisted_and_in_memory_differ (unexpected)
--- FAIL: RelationTest#test_joins_with_select (unexpected)
--- FAIL: RelationTest#test_build_with_array (unexpected)
--- FAIL: HasOneAssociationsTest#test_building_the_associated_object_with_an_invalid_type (unexpected)
--- FAIL: RelationTest#test_finding_with_order_concatenated (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 day ago

roachtest.activerecord failed with artifacts on master @ 291ce755a1692b23b986c2250a3209a1b8ca5428:

--- FAIL: BelongsToAssociationsTest#test_create_with_conditions (unexpected)
--- FAIL: FinderTest#test_last_with_integer_and_order_should_keep_the_order (unexpected)
--- FAIL: IntegrationTest#test_param_delimiter_changes_delimiter_used_in_to_param (unexpected)
--- FAIL: IntegrationTest#test_cache_key_retains_version_when_custom_timestamp_is_used (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_eager_load_raise_errors (unexpected)
--- FAIL: CounterCacheTest#test_increment_counter (unexpected)
--- FAIL: RelationTest#test_create_bang_with_array (unexpected)
--- FAIL: EagerAssociationTest#test_finding_with_includes_on_has_one_association_with_same_include_includes_only_once (unexpected)
--- FAIL: RelationTest#test_one (unexpected)
--- FAIL: RelationTest#test_finding_with_arel_order (unexpected)
--- FAIL: RelationTest#test_finding_with_order_and_take (unexpected)
--- FAIL: RelationTest#test_extracted_association (unexpected)
--- FAIL: RelationTest#test_unscope_with_table_name_qualified_column (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_and_create_from_association_should_respect_passed_attributes_over_default_scope (unexpected)
--- FAIL: FinderTest#test_find_by_returns_nil_if_the_record_is_missing (unexpected)
--- FAIL: BelongsToAssociationsTest#test_runs_parent_presence_check_if_parent_has_not_changed_and_belongs_to_required_validates_foreign_key_is_set (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_create (unexpected)
--- FAIL: CoreTest#test_inspect_instance (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_reassign_with_namespaced_models_and_counters (unexpected)
--- FAIL: ModulesTest#test_assign_ids (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_proxy_should_not_respond_to_private_methods (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_keys_bypass_attribute_protection (unexpected)
--- FAIL: AttributeMethodsTest#test_setting_time_zone-aware_read_attribute (unexpected)
--- FAIL: BelongsToAssociationsTest#test_self_referential_belongs_to_with_counter_cache_assigning_nil (unexpected)
--- FAIL: FinderTest#test_find_passing_active_record_object_is_not_permitted (unexpected)
--- FAIL: HasManyAssociationsTest#test_collection_association_with_private_kernel_method (unexpected)
--- FAIL: TransactionTest#test_failing_on_exception (unexpected)
--- FAIL: FinderTest#test_exists_with_empty_hash_arg (unexpected)
--- FAIL: CounterCacheTest#test_reset_the_right_counter_if_two_have_the_same_class_name (unexpected)
--- FAIL: BelongsToAssociationsTest#test_should_set_foreign_key_on_save (unexpected)
--- FAIL: ReflectionTest#test_reflection_klass_requires_ar_subclass (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_by_integer_id (unexpected)
--- FAIL: HasOneAssociationsTest#test_create (unexpected)
--- FAIL: BelongsToAssociationsTest#test_reflect_the_most_recent_change (unexpected)
--- FAIL: SerializedAttributeTest#test_serialized_boolean_value_true (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_empty_array_with_aggregate_having_multiple_mappings (unexpected)
--- FAIL: HasOneAssociationsTest#test_natural_assignment (unexpected)
--- FAIL: FinderTest#test_#skip_query_cache!_for_#exists? (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_association_replaces_existing_without_dependent_option (unexpected)
--- FAIL: MultiParameterAttributeTest#test_multiparameter_attributes_on_time_will_ignore_hour_if_missing (unexpected)
--- FAIL: SerializationTest#test_read_attribute_for_serialization_with_format_after_find (unexpected)
--- FAIL: HasManyAssociationsTest#test_create_without_loading_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_load_target_respects_protected_attributes (unexpected)
--- FAIL: RelationTest#test_first_or_initialize (unexpected)
--- FAIL: TransactionTest#test_callback_rollback_in_create (unexpected)
--- FAIL: HasManyAssociationsTest#test_finding (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 day ago

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

--- FAIL: BelongsToAssociationsTest#test_belongs_to_does_not_use_order_by (unexpected)
--- FAIL: BasicsTest#test_quoted_table_name_after_set_table_name (unexpected)
--- FAIL: RelationTest#test_to_sql_on_scoped_proxy (unexpected)
--- FAIL: PostgresqlBitStringTest#test_roundtrip (unexpected)
--- FAIL: HasManyAssociationsTest#test_default_select (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_none_should_return_false_if_any (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_all (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_find_in_association (unexpected)
--- FAIL: FinderTest#test_find_by_empty_ids (unexpected)
--- FAIL: PersistenceTest#test_update_columns_should_not_leave_the_object_dirty (unexpected)
--- FAIL: HasManyAssociationsTest#test_dangerous_association_name_raises_ArgumentError (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroying_by_integer_id (unexpected)
--- FAIL: BelongsToAssociationsTest#test_id_assignment (unexpected)
--- FAIL: FinderTest#test_find_by_with_range_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_associations_with_string_joins_and_order_references (unexpected)
--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_nil_not_serialized_without_class_constraint (unexpected)
--- FAIL: AssociationsTest#test_assign_composite_foreign_key_belongs_to_association_with_autosave (unexpected)
--- FAIL: AttributeMethodsTest#test_bulk_update_raises_ActiveRecord::UnknownAttributeError (unexpected)
--- FAIL: I18nGenerateMessageValidationTest#test_generate_message_taken_with_custom_message (unexpected)
--- FAIL: HasManyAssociationsTest#test_finder_bang_method_with_dirty_target (unexpected)
--- FAIL: RelationTest#test_automatically_added_order_references (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_serialized_class_attribute (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_reselect_raise_errors (unexpected)
--- FAIL: PersistenceTest#test_update_columns_not_equal_attributes (unexpected)
--- FAIL: PersistenceTest#test_create_many_through_factory_with_block (unexpected)
--- FAIL: UpdateAllTest#test_update_all_with_non_standard_table_name (unexpected)
--- FAIL: PostgresqlDateTest#test_save_infinity_and_beyond (unexpected)
--- FAIL: BasicsTest#test_sql_injection_via_find (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_updates_counter_cache_without_dependent_option (unexpected)
--- FAIL: FinderTest#test_find_with_hash_conditions_on_joined_table_and_with_range (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_within_expiration_duration (unexpected)
--- FAIL: PersistenceTest#test_becomes_after_reload_schema_from_cache (unexpected)
--- FAIL: FinderTest#test_find_an_empty_array (unexpected)
--- FAIL: HasOneThroughDisableJoinsAssociationsTest#test_nil_on_disable_joins_through (unexpected)
--- FAIL: DefaultScopingTest#test_create_attribute_overwrites_default_scoping (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_and_create_from_association_should_respect_unscope_over_default_scope (unexpected)
--- FAIL: HasManyAssociationsTest#test_merging_with_custom_attribute_writer (unexpected)
--- FAIL: FinderTest#test_find_with_hash_conditions_on_joined_table (unexpected)
--- FAIL: BelongsToAssociationsTest#test_natural_assignment_to_nil (unexpected)
--- FAIL: HasManyAssociationsTest#test_prevent_double_firing_the_before_save_callback_of_new_object_when_the_parent_association_saved_in_the_callback (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_self_type_mismatch (unexpected)
--- FAIL: HasManyAssociationsTest#test_attributes_are_being_set_when_initialized_from_has_many_association_with_multiple_where_clauses (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_collection_exists (unexpected)
--- FAIL: HasManyAssociationsTest#test_transaction_when_deleting_new_record (unexpected)
--- FAIL: PostgresqlInfinityTest#test_type_casting_string_on_a_float_column (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_readers_respect_access_control (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!

cockroach-teamcity commented 10 hours ago

roachtest.activerecord failed with artifacts on master @ 295d09a88895a69e5cc9149fb8165acf78e39e61:

(orm_helpers.go:229).summarizeFailed: 
Tests run on Cockroach v24.2.0-alpha.2-dev-295d09a88895a69e5cc9149fb8165acf78e39e61
Tests run against activerecord 7.1.3
8108 Total Tests Run
8077 tests passed
31 tests failed
66 tests skipped
0 tests ignored
0 tests passed unexpectedly
5 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: DefaultBinaryTest#test_default_varbinary_string_that_looks_like_hex (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- FAIL: DefaultBinaryTest#test_default_varbinary_string (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #125730 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1.2-rc] - #121343 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-release-24.1]

This test on roachdash | Improve this report!