cockroachdb / cockroach

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

roachtest: activerecord failed #125730

Open cockroach-teamcity opened 2 weeks ago

cockroach-teamcity commented 2 weeks ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 35c3e0c133c56c91399e730f49bc488cf6dd4c11:

--- FAIL: RelationTest#test_preloading_with_associations_and_merges (unexpected)
--- FAIL: RelationTest#test_order_using_scoping (unexpected)
--- FAIL: RelationTest#test_select_with_block (unexpected)
--- FAIL: RelationTest#test_relations_limit_the_records_in_#pretty_print_at_10 (unexpected)
--- FAIL: BelongsToAssociationsTest#test_eager_loading_with_primary_key (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_after_save (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_inverse_association_for_composite_primary_key (unexpected)
--- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object (unexpected)
--- FAIL: RelationTest#test_to_json (unexpected)
--- FAIL: RelationTest#test_group_with_blank_value (unexpected)
--- FAIL: RelationTest#test_first_or_initialize (unexpected)
--- FAIL: RelationTest#test_reverse_arel_assoc_order_with_function (unexpected)
--- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object_from_new_record (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_proxy_should_not_respond_to_private_methods (unexpected)
--- FAIL: RelationTest#test_raising_exception_on_invalid_hash_params (unexpected)
--- FAIL: RelationTest#test_finding_with_complex_order_and_limit (unexpected)
--- FAIL: ModulesTest#test_find_account_and_include_company (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_with_reassigning (unexpected)
--- FAIL: BelongsToAssociationsTest#test_required_belongs_to_config (unexpected)
--- FAIL: RelationTest#test_loading_with_one_association_with_non_preload (unexpected)
--- FAIL: RelationTest#test_distinct (unexpected)
--- FAIL: ModulesTest#test_module_table_name_suffix (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_within_transaction (unexpected)
--- FAIL: RelationTest#test_optimizer_hints_with_blank_value (unexpected)
--- FAIL: BelongsToAssociationsTest#test_assigning_belongs_to_on_destroyed_object (unexpected)
--- FAIL: BelongsToAssociationsTest#test_id_assignment (unexpected)
--- FAIL: BelongsToAssociationsTest#test_reassigning_the_parent_id_updates_the_object (unexpected)
--- FAIL: RelationTest#test_loaded_relations_cannot_be_mutated_by_multi_value_methods (unexpected)
--- FAIL: RelationTest#test_grouping_by_column_with_reserved_name (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_invalid_dependent_option_raises_exception (unexpected)
--- FAIL: RelationTest#test_find_with_preloaded_associations (unexpected)
--- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object_with_primary_key (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_with_non_unique_attributes (unexpected)
--- FAIL: RelationTest#test_loading_with_one_association (unexpected)
--- FAIL: ModulesTest#test_module_spanning_has_and_belongs_to_many_associations (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_primary_key_counter (unexpected)
--- FAIL: RelationTest#test_find_in_empty_array (unexpected)
--- FAIL: RelationTest#test_where_id_with_delegated_ar_object (unexpected)
--- FAIL: RelationTest#test_dynamic_finder (unexpected)
--- FAIL: RelationTest#test_create_with_polymorphic_association (unexpected)
--- FAIL: RelationTest#test_#skip_query_cache!_with_an_eager_load (unexpected)
--- FAIL: RelationTest#test_order_triggers_eager_loading (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_reorder_raise_errors (unexpected)
--- FAIL: BelongsToAssociationsTest#test_build_with_block (unexpected)
--- FAIL: RelationTest#test_order_doesnt_trigger_eager_loading_when_ordering_using_the_owner_table_and_hash_syntax (unexpected)
--- FAIL: RelationTest#test_create_or_find_by (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_empty_update (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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-39615

cockroach-teamcity commented 2 weeks ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 35c3e0c133c56c91399e730f49bc488cf6dd4c11:

--- FAIL: BasicsTest#test_columns_should_obey_set_primary_key (unexpected)
--- FAIL: EagerAssociationTest#test_exceptions_have_suggestions_for_fix (unexpected)
--- FAIL: EagerAssociationTest#test_with_two_tables_in_from_without_getting_double_quoted (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_belongs_to_quotes_table_and_column_names (unexpected)
--- FAIL: EagerAssociationTest#test_finding_with_includes_on_has_many_association_with_same_include_includes_only_once (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_none_should_return_true_if_none (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_many_should_count_instead_of_loading_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_without_loading_association (unexpected)
--- FAIL: CalculationsTest#test_group_by_with_quoted_count_and_order_by_alias (unexpected)
--- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_order_on_nested_association (unexpected)
--- FAIL: SignedIdTest#test_fail_to_work_without_a_signed_id_verifier_secret (unexpected)
--- FAIL: InheritanceAttributeTest#test_inheritance_new_with_subclass_as_default (unexpected)
--- FAIL: HasManyAssociationsTest#test_joining_through_a_polymorphic_association_with_a_where_clause (unexpected)
--- FAIL: BasicsTest#test_find_by_slug_with_range (unexpected)
--- FAIL: HasManyAssociationsTest#test_adding_array_and_collection (unexpected)
--- FAIL: BasicsTest#test_default_values (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_before_save (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_limit_and_conditions (unexpected)
--- FAIL: BasicsTest#test_hashing (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field_with_conditions_and_having (unexpected)
--- FAIL: BasicsTest#test_attribute_names_on_abstract_class (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_one_should_return_false_if_more_than_one (unexpected)
--- FAIL: HasManyAssociationsTest#test_transactions_when_adding_to_persisted (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_with_rewhere_doesnt_set_inverse_instance_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_from_association_sets_inverse_instance (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_foreign_keys (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_updates_counter_cache_with_dependent_destroy (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_with_a_polymorphic_association_and_using_the_existential_predicate (unexpected)
--- FAIL: ModulesTest#test_compute_type_can_infer_class_name_of_sibling_inside_module (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_a_polymorphic_association_with_references_to_the_associated_table (unexpected)
--- FAIL: HasManyAssociationsTest#test_finder_bang_method_with_dirty_target (unexpected)
--- FAIL: AssociationsTest#test_has_many_association_from_a_model_with_query_constraints_different_from_the_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_raises_RecordNotDestroyed_when_replaced_child_can't_be_destroyed (unexpected)
--- FAIL: HasManyAssociationsTest#test_counter_cache_updates_in_memory_after_concat (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_of_stis_with_multiple_references (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_build_before_child_saved (unexpected)
--- FAIL: HasManyAssociationsTest#test_clear_collection_should_not_change_updated_at (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_has_one_with_cpk (unexpected)
--- FAIL: BasicsTest#test_previously_changed (unexpected)
--- FAIL: EagerAssociationTest#test_with_ordering (unexpected)
--- FAIL: EagerAssociationTest#test_loading_with_one_association_with_non_preload (unexpected)
--- FAIL: AssociationsTest#test_nullify_composite_has_many_through_association (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_with_a_bang (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loaded_has_one_association_without_primary_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_has_many_preloading_with_duplicate_records (unexpected)
--- FAIL: EagerAssociationTest#test_preload_has_many_with_association_condition_and_default_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

- #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 weeks ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 35c3e0c133c56c91399e730f49bc488cf6dd4c11:

--- FAIL: HasManyThroughAssociationsTest#test_collection_singular_ids_through_setter_raises_exception_when_invalid_ids_set (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_has_many_through_with_distinct (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_is_precise_enough (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_preload_sti_rhs_class (unexpected)
--- FAIL: BelongsToAssociationsTest#test_composite_primary_key_malformed_association_class (unexpected)
--- FAIL: PersistenceTest#test_update_column_should_not_leave_the_object_dirty (unexpected)
--- FAIL: PersistenceTest#test_update_column_should_not_modify_updated_at (unexpected)
--- FAIL: BelongsToAssociationsTest#test_tracking_change_from_one_persisted_record_to_another (unexpected)
--- FAIL: AttributeMethodsTest#test_caching_a_nil_primary_key (unexpected)
--- FAIL: EagerAssociationTest#test_associations_loaded_for_all_records (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_with_create_exclamation_and_no_options (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_within_expiration_duration (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_primary_key (unexpected)
--- FAIL: EagerAssociationTest#test_including_association_based_on_sql_condition_and_no_database_column (unexpected)
--- FAIL: BasicsTest#test_destroy_without_prepared_statement (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_after_parameterize (unexpected)
--- FAIL: InheritanceTest#test_inherits_custom_primary_key (unexpected)
--- FAIL: BelongsToAssociationsTest#test_reloading_the_belonging_object (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_assign_array_to_new_record_builds_join_records (unexpected)
--- FAIL: EagerAssociationTest#test_joins_with_includes_should_preload_via_joins (unexpected)
--- FAIL: AssociationsTest#test_cpk_model_has_many_records_by_id_attribute (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_valid_association_as_string_not_symbol (unexpected)
--- FAIL: BasicsTest#test_dup_for_a_composite_primary_key_model (unexpected)
--- FAIL: FinderTest#test_#find_by_with_composite_primary_key_and_query_caching (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_polymorphic_with_primary_key_option (unexpected)
--- FAIL: HasOneAssociationsTest#test_restrict_with_error_with_locale (unexpected)
--- FAIL: HasOneAssociationsTest#test_association_attributes_are_available_to_after_initialize (unexpected)
--- FAIL: FinderTest#test_fourth_with_offset (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_habtm (unexpected)
--- FAIL: ReflectionTest#test_belongs_to_inferred_foreign_key_from_assoc_name (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_with_create_and_invalid_options (unexpected)
--- FAIL: BelongsToAssociationsTest#test_where_on_polymorphic_association_with_empty_array (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_invalid_adding_before_save (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_for_inspect_with_an_array (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_store_association_in_two_relations_with_one_save_in_existing_object (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_open_ended_range (unexpected)
--- FAIL: PersistenceTest#test_delete_isnt_affected_by_scoping (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_empty_update (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_proxy_should_respond_to_private_methods_via_send (unexpected)
--- FAIL: TransactionIsolationTest#test_repeatable_read (unexpected)
--- FAIL: FinderTest#test_find_by!_with_non-hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: PersistenceTest#test_delete_uses_query_constraints_config (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_and_high_offset_and_multiple_hash_conditions (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_with_create_bang_and_valid_options (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_ordered_has_many_through (unexpected)
--- FAIL: AssociationsTest#test_belongs_to_a_model_with_composite_foreign_key_finds_associated_record (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_assignment_before_parent_saved (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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 week ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 4037be1494ff8f3873edfa2510a7fa79545b413e:

--- FAIL: CalculationsTest#test_should_return_zero_if_sum_conditions_return_nothing (unexpected)
--- FAIL: AttributeMethodsTest#test_aliases_to_the_same_attribute_name_do_not_conflict_with_each_other (unexpected)
--- FAIL: RelationTest#test_find_by!_doesn't_have_implicit_ordering (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_autosave_with_primary_key_manually_set (unexpected)
--- FAIL: InheritanceTest#test_new_with_autoload_paths (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_works_with_model_called_Record (unexpected)
--- FAIL: ReflectionTest#test_scope_chain_does_not_interfere_with_hmt_with_polymorphic_case (unexpected)
--- FAIL: HasManyAssociationsTest#test_collection_size_with_dirty_target (unexpected)
--- FAIL: HasManyAssociationsTest#test_replace_with_same_content (unexpected)
--- FAIL: BasicsTest#test_ignored_columns_don't_prevent_explicit_declaration_of_attribute_methods (unexpected)
--- FAIL: HasOneAssociationsTest#test_nullification_on_association_change (unexpected)
--- FAIL: RelationTest#test_references_doesnt_trigger_eager_loading_if_reference_not_included (unexpected)
--- FAIL: CalculationsTest#test_count_selected_arel_attribute_in_joined_table (unexpected)
--- FAIL: AttributeMethodsTest#test_declared_affixed_attribute_method_affects_respond_to?_and_method_missing (unexpected)
--- FAIL: RelationTest#test_find_ids (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loading_with_order_on_joined_table_preloads (unexpected)
--- FAIL: EagerAssociationTest#test_preload_has_many_using_primary_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_in_collection (unexpected)
--- FAIL: BasicsTest#test_#connected_to_many_cannot_be_called_with_classes_that_include_ActiveRecord::Base (unexpected)
--- FAIL: PersistenceTest#test_update_columns_returns_boolean (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_associations_sum_on_columns (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_size_on_an_association_that_has_been_loaded_does_not_perform_query (unexpected)
--- FAIL: RelationTest#test_except (unexpected)
--- FAIL: RelationTest#test_finding_with_subquery_without_select_does_not_change_the_select (unexpected)
--- FAIL: BelongsToAssociationsTest#test_clearing_an_association_clears_the_associations_inverse (unexpected)
--- FAIL: AssociationsTest#test_has_many_association_with_composite_foreign_key_loads_records (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attribute_before_type_cast_with_aliased_attribute (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_present_with_booleans (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_has_one_using_reorder (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_proxy_should_not_respond_to_private_methods (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_with_bang_within_transaction (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_through_belongs_to_with_dependent_delete_all (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_through (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_with_extend_option (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_through_association_with_left_joins (unexpected)
--- FAIL: ActiveRecord::Type::IntegerTest#test_casting_ActiveRecord_models (unexpected)
--- FAIL: EagerAssociationTest#test_should_work_inverse_of_with_eager_load (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_valid_adding_with_validate_false (unexpected)
--- FAIL: CalculationsTest#test_no_queries_for_empty_relation_on_average (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_has_many_through_with_custom_scope (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_collection_singular_ids_setter_with_required_type_cast (unexpected)
--- FAIL: HasManyAssociationsTest#test_counting_with_single_hash (unexpected)
--- FAIL: EagerAssociationTest#test_deep_including_through_habtm (unexpected)
--- FAIL: RelationTest#test_order_with_hash_and_symbol_generates_the_same_sql (unexpected)
--- FAIL: BelongsToAssociationsTest#test_tracking_change_from_persisted_record_to_nil (unexpected)
--- FAIL: CalculationsTest#test_minimum_and_maximum_on_time_attributes (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_count_has_many_through_with_named_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

- #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 week ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 4037be1494ff8f3873edfa2510a7fa79545b413e:

--- FAIL: RelationTest#test_find_by_id_with_list_of_ar (unexpected)
--- FAIL: CalculationsTest#test_limit_is_kept (unexpected)
--- FAIL: RelationTest#test_empty_complex_chained_relations (unexpected)
--- FAIL: CalculationsTest#test_no_queries_for_empty_relation_on_maximum (unexpected)
--- FAIL: CalculationsTest#test_ids (unexpected)
--- FAIL: CalculationsTest#test_should_calculate_grouped_with_invalid_field (unexpected)
--- FAIL: CalculationsTest#test_pluck_auto_table_name_prefix (unexpected)
--- FAIL: RelationTest#test_count_explicit_columns (unexpected)
--- FAIL: CalculationsTest#test_from_option_with_table_different_than_class (unexpected)
--- FAIL: PersistenceTest#test_becomes_after_reload_schema_from_cache (unexpected)
--- FAIL: CalculationsTest#test_should_calculate_grouped_association_with_invalid_field (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_with_non_unique_attributes (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_marshal_dump_and_load_via_disk (unexpected)
--- FAIL: AttributeMethodsTest#test_came_from_user? (unexpected)
--- FAIL: TransactionTest#test_many_savepoints (unexpected)
--- FAIL: AssociationsTest#test_append_composite_foreign_key_has_many_association (unexpected)
--- FAIL: UpdateAllTest#test_touch_all_cares_about_optimistic_locking (unexpected)
--- FAIL: CalculationsTest#test_pick_delegate_to_all (unexpected)
--- FAIL: PersistenceTest#test_instantiate_creates_a_new_instance (unexpected)
--- FAIL: BelongsToAssociationsTest#test_assigning_nil_on_an_association_clears_the_associations_inverse (unexpected)
--- FAIL: RelationTest#test_finding_with_group (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object (unexpected)
--- FAIL: CalculationsTest#test_should_get_maximum_of_field_with_include (unexpected)
--- FAIL: AssociationsTest#test_has_many_association_from_a_model_with_query_constraints_different_from_the_association (unexpected)
--- FAIL: AssociationsTest#test_nullify_composite_foreign_key_belongs_to_association (unexpected)
--- FAIL: InheritanceTest#test_new_with_unrelated_type (unexpected)
--- FAIL: CalculationsTest#test_should_count_manual_select_with_include (unexpected)
--- FAIL: AttributeMethodsTest#test_write_time_to_date_attribute (unexpected)
--- FAIL: RelationTest#test_reverse_arel_assoc_order_with_multiargument_function (unexpected)
--- FAIL: PostgresqlByteaTest#test_write_binary (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field_with_conditions_and_having (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field_with_conditions (unexpected)
--- FAIL: TimestampTest#test_timestamp_column_values_are_present_in_create_callbacks (unexpected)
--- FAIL: TransactionTest#test_rollback_when_saving_a_frozen_record (unexpected)
--- FAIL: RelationTest#test_group_with_subquery_string_in_from_does_not_use_original_table_name (unexpected)
--- FAIL: NamedScopingTest#test_should_build_on_top_of_scope (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_should_not_raise_due_to_validation_errors (unexpected)
--- FAIL: CalculationsTest#test_count_with_where_and_order (unexpected)
--- FAIL: CalculationsTest#test_pluck_type_cast_with_conflict_column_names (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_counter_cache (unexpected)
--- FAIL: CalculationsTest#test_should_limit_calculation (unexpected)
--- FAIL: DelegatedTypeTest#test_association_id (unexpected)
--- FAIL: AttributeMethodsTest#test_update_array_content (unexpected)
--- FAIL: PersistenceTest#test_destroy_record_with_associations (unexpected)
--- FAIL: CalculationsTest#test_average_with_from_option (unexpected)
--- FAIL: CalculationsTest#test_#skip_query_cache!_for_#ids (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_with_bang_should_raise_due_to_validation_errors (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] - #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 week ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 4037be1494ff8f3873edfa2510a7fa79545b413e:

--- FAIL: RelationTest#test_find_id (unexpected)
--- FAIL: RelationTest#test_unscope_with_arel_sql (unexpected)
--- FAIL: BasicsTest#test_default_in_utc_with_time_zone (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_order_string_with_unquoted_table_name (unexpected)
--- FAIL: CalculationsTest#test_ids_async_on_loaded_relation (unexpected)
--- FAIL: RelationTest#test_finding_last_with_arel_order (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_with_create_exclamation_and_no_options (unexpected)
--- FAIL: CalculationsTest#test_should_count_manual_select_with_count_all (unexpected)
--- FAIL: RelationTest#test_empty_with_zero_limit (unexpected)
--- FAIL: AttributeMethodsTest#test_bulk_updates_respect_access_control (unexpected)
--- FAIL: BasicsTest#test_singular_table_name_guesses_for_individual_table (unexpected)
--- FAIL: UniquenessValidationTest#test_validate_uniqueness_with_alias_attribute (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_through_a_belongs_to_association (unexpected)
--- FAIL: UpdateAllTest#test_update_all_with_non_standard_table_name (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_nested_has_many_through_association_with_unpersisted_parent_instance (unexpected)
--- FAIL: BelongsToAssociationsTest#test_default (unexpected)
--- FAIL: JsonSerializationTest#test_should_allow_attribute_filtering_with_except (unexpected)
--- FAIL: RelationTest#test_where_with_take_memoization (unexpected)
--- FAIL: JsonSerializationTest#test_serializable_hash_should_not_modify_options_in_argument (unexpected)
--- FAIL: EagerAssociationTest#test_loading_from_an_association_that_has_a_hash_of_conditions (unexpected)
--- FAIL: BelongsToAssociationsTest#test_attributes_are_being_set_when_initialized_from_belongs_to_association_with_where_clause (unexpected)
--- FAIL: BasicsTest#test_all_with_conditions (unexpected)
--- FAIL: CalculationsTest#test_limit_with_offset_is_kept (unexpected)
--- FAIL: RelationTest#test_joins_with_select_custom_attribute (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_belongs_to_with_dependent_nullify (unexpected)
--- FAIL: RelationTest#test_to_sql_on_scoped_proxy (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_foreign_keys (unexpected)
--- FAIL: TimestampTest#test_timestamp_column_values_are_present_in_create_callbacks (unexpected)
--- FAIL: CalculationsTest#test_count_with_aliased_attribute (unexpected)
--- FAIL: RelationTest#test_#skip_query_cache!_with_an_eager_load (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_on_relation (unexpected)
--- FAIL: ActiveRecord::Migration::CheckConstraintTest#test_not_valid_check_constraint (unexpected)
--- FAIL: HasOneAssociationsTest#test_restrict_with_error (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_destruction_does_not_error_without_primary_key (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_has_one_cpk_has_one_autosave_with_id (unexpected)
--- FAIL: UniquenessValidationTest#test_validate_uniqueness_when_integer_out_of_range_show_order_does_not_matter (unexpected)
--- FAIL: ModulesTest#test_module_table_name_prefix_with_global_prefix (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_store_association_with_a_polymorphic_relationship (unexpected)
--- FAIL: CalculationsTest#test_count_with_block (unexpected)
--- FAIL: RelationTest#test_many_with_limits (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_update_columns_after_push_without_duplicate_join_table_rows (unexpected)
--- FAIL: BasicsTest#test_marshal_inspected_round_trip (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_collection_create_with_nonstandard_primary_key_on_belongs_to (unexpected)
--- FAIL: ActiveRecord::Encryption::EncryptableRecordTest#test_encrypts_store_attributes_with_accessors (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_association_replaces_existing_without_dependent_option (unexpected)
--- FAIL: RelationTest#test_find_all_with_join (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_has_many_through_belongs_to_ids_with_conditions (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] - #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 week ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 4037be1494ff8f3873edfa2510a7fa79545b413e:

--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_with_condition (unexpected)
--- FAIL: ReflectionTest#test_foreign_key (unexpected)
--- FAIL: ReflectionTest#test_join_table_with_common_prefix (unexpected)
--- FAIL: ReflectionTest#test_includes_accepts_strings (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_grafts_stashed_associations_to_correct_parent (unexpected)
--- FAIL: ReflectionTest#test_reflection_klass_not_found_with_no_class_name_option (unexpected)
--- FAIL: ReflectionTest#test_has_many_reflection_with_array_fk_raises (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_of_stis_with_multiple_references (unexpected)
--- FAIL: ModulesTest#test_table_name (unexpected)
--- FAIL: ReflectionTest#test_reflection_should_not_raise_error_when_compared_to_other_object (unexpected)
--- FAIL: ModulesTest#test_find_account_and_include_company (unexpected)
--- FAIL: ModulesTest#test_compute_type_can_infer_class_name_of_sibling_inside_module (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_cascaded_eager_association_loading_with_duplicated_includes (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_three_levels_by_ping_pong (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_hmt_does_not_table_name_collide_when_joining_associations (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_cascaded_eager_association_loading_with_twice_includes_edge_cases (unexpected)
--- FAIL: ReflectionTest#test_has_many_through_reflection (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_recursive_cascading_four_levels_has_many_through (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels (unexpected)
--- FAIL: ReflectionTest#test_non_existent_columns_return_null_object (unexpected)
--- FAIL: InheritanceComputeTypeTest#test_sti_type_from_attributes_disabled_in_non_sti_class (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_missing_first_record (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_recursive_cascading_four_levels_has_and_belongs_to_many (unexpected)
--- FAIL: ReflectionTest#test_join_table (unexpected)
--- FAIL: ReflectionTest#test_class_for_class_name (unexpected)
--- FAIL: ModulesTest#test_module_table_name_prefix (unexpected)
--- FAIL: ReflectionTest#test_validate_association_if_autosave (unexpected)
--- FAIL: ReflectionTest#test_active_record_primary_key (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_with_two_has_many_associations (unexpected)
--- FAIL: ReflectionTest#test_always_validate_association_if_explicit (unexpected)
--- FAIL: ModulesTest#test_nested_models_should_not_raise_exception_when_using_nullify_dependency_on_association (unexpected)
--- FAIL: ReflectionTest#test_reflect_on_association_accepts_strings (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_has_many_sti (unexpected)
--- FAIL: ReflectionTest#test_non_existent_types_are_identity_types (unexpected)
--- FAIL: TestAutosaveAssociationValidationsOnABelongsToAssociation#test_validations_still_fire_on_unchanged_association_with_custom_validation_context (unexpected)
--- FAIL: ReflectionTest#test_chain (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_multiple_stis_and_order (unexpected)
--- FAIL: ReflectionTest#test_has_and_belongs_to_many_reflection (unexpected)
--- FAIL: ModulesTest#test_associations_spanning_cross_modules (unexpected)
--- FAIL: ReflectionTest#test_scope_chain_does_not_interfere_with_hmt_with_polymorphic_case (unexpected)
--- FAIL: ReflectionTest#test_association_primary_key_uses_explicit_primary_key_option_as_first_priority (unexpected)
--- FAIL: ReflectionTest#test_belongs_to_reflection_with_array_fk_raises (unexpected)
--- FAIL: ReflectionTest#test_scope_chain_does_not_interfere_with_hmt_with_polymorphic_and_subclass_source_2 (unexpected)
--- FAIL: ModulesTest#test_nested_models_should_not_raise_exception_when_using_delete_all_dependency_on_association (unexpected)
--- FAIL: ReflectionTest#test_active_record_primary_key_raises_when_missing_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] - #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 week ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 4037be1494ff8f3873edfa2510a7fa79545b413e:

--- FAIL: EagerAssociationTest#test_nested_loading_does_not_raise_exception_when_association_does_not_exist (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loading_with_conditions_on_joined_table_preloads (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_empty_belongs_to_polymorphic (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_does_not_cache_has_many_association_subset_when_preloaded_with_a_through_association (unexpected)
--- FAIL: AssociationsTest#test_belongs_to_association_does_not_use_parent_query_constraints_if_not_configured_to (unexpected)
--- FAIL: EagerAssociationTest#test_loading_with_scope_including_joins (unexpected)
--- FAIL: AssociationsTest#test_append_composite_has_many_through_association (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading_with_has_many_through_cascade_down_to_middle_records (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_of_instance_dependent_associations_is_supported (unexpected)
--- FAIL: EagerAssociationTest#test_works_in_combination_with_order(:symbol)_and_reorder(:symbol) (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_invalid_adding_before_save (unexpected)
--- FAIL: EagerAssociationTest#test_loading_from_an_association (unexpected)
--- FAIL: EagerAssociationTest#test_finding_with_includes_on_null_belongs_to_association_with_same_include_includes_only_once (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_has_many_through_with_custom_scope (unexpected)
--- FAIL: IntegrationTest#test_to_param_returns_nil_if_not_persisted (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_and_high_offset_and_multiple_hash_conditions (unexpected)
--- FAIL: SignedIdTest#test_can_get_a_signed_ID_in_an_after_create (unexpected)
--- FAIL: AssociationsTest#test_using_limitable_reflections_helper (unexpected)
--- FAIL: SignedIdTest#test_fail_to_find_signed_record_within_expiration_time (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_conditions_hash (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_has_many_with_string_keys (unexpected)
--- FAIL: AssociationsTest#test_bad_collection_keys (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_build_and_then_save_parent_should_not_reload_target (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_valid_adding_with_validate_false (unexpected)
--- FAIL: EagerAssociationTest#test_joins_with_includes_should_preload_via_joins (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_limit (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_through (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_default_scope_as_class_method_using_find_method (unexpected)
--- FAIL: EagerAssociationTest#test_include_has_many_using_primary_key (unexpected)
--- FAIL: ModulesTest#test_compute_type_can_infer_class_name_of_sibling_inside_module (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_should_save_parent_but_not_invalid_child (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_after_parameterize (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading_n_plus_one_only_mode (unexpected)
--- FAIL: EagerAssociationTest#test_count_eager_with_has_many_and_limit_and_high_offset (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_has_many_association_associated_by_a_composite_query_constraints (unexpected)
--- FAIL: EagerAssociationTest#test_loading_from_an_association_that_has_a_hash_of_conditions (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_multiple_associations_with_references (unexpected)
--- FAIL: AssociationsTest#test_preloads_model_with_query_constraints_by_explicitly_configured_fk_and_pk (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_inferred_foreign_key_from_association_name (unexpected)
--- FAIL: EagerAssociationTest#test_dont_create_temporary_active_record_instances (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_through_a_belongs_to_association (unexpected)
--- FAIL: AssociationsTest#test_query_constraints_over_three_without_defining_explicit_foreign_key_query_constraints_raises (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_adding_unsavable_association (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_and_conditions_on_the_eagers (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loading_of_optional_instance_dependent_associations_is_not_supported (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_through_an_sti_join_model (unexpected)
--- FAIL: EagerAssociationTest#test_preload_has_many_uses_exclusive_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

- #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 week ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 4037be1494ff8f3873edfa2510a7fa79545b413e:

--- FAIL: RelationTest#test_unscope_with_triple_dot_where (unexpected)
--- FAIL: RelationTest#test_dynamic_find_by_attributes (unexpected)
--- FAIL: CalculationsTest#test_should_calculate_grouped_association_with_invalid_field (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_many_should_count_instead_of_loading_association (unexpected)
--- FAIL: PersistenceTest#test_update_attribute_with_one_updated (unexpected)
--- FAIL: AssociationsTest#test_append_composite_has_many_through_association_with_autosave (unexpected)
--- FAIL: BelongsToAssociationsTest#test_default_with_lambda (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_reassignment_of_associated_id_updates_the_object (unexpected)
--- FAIL: PersistenceTest#test_delete_many (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_the_same_alias_as_parent_doesn't_issue_a_deprecation (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_from_polymorphic_association_sets_inverse_instance (unexpected)
--- FAIL: BasicsTest#test_table_name_for_base_class (unexpected)
--- FAIL: AttributeMethodsTest#test_set_attributes_without_a_hash (unexpected)
--- FAIL: CockroachDB::PostgresqlNumberTest#test_decimal_values (unexpected)
--- FAIL: FinderTest#test_find_by_one_missing_attribute (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_left_outer_joins_raise_errors (unexpected)
--- FAIL: HasOneAssociationsTest#test_cant_save_readonly_association (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_deleting (unexpected)
--- FAIL: InheritanceTest#test_where_create_bang_with_subclass (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_replace_on_duplicated_object (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_adding_unsavable_association (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_find_in_association (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_for_composite_primary_key (unexpected)
--- FAIL: RelationTest#test_many_with_limits (unexpected)
--- FAIL: HasManyAssociationsTest#test_finding_with_foreign_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_finder_bang_method_with_dirty_target (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_has_many_through_polymorphic_has_manys_works (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroy_all (unexpected)
--- FAIL: CalculationsTest#test_should_return_decimal_average_if_db_returns_such (unexpected)
--- FAIL: RelationTest#test_reverse_arel_assoc_order_with_function (unexpected)
--- FAIL: BelongsToAssociationsTest#test_reload_the_belonging_object_with_query_cache (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_primary_key (unexpected)
--- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_callbacks_firing_order_on_update (unexpected)
--- FAIL: HasManyAssociationsTest#test_in_memory_replacement_maintains_order (unexpected)
--- FAIL: RelationTest#test_unscoped_block_style (unexpected)
--- FAIL: BasicsTest#test_clone_of_new_object_marks_as_dirty_only_changed_attributes (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_symbols_as_keys (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_size_on_an_association_that_has_been_loaded_does_not_perform_query (unexpected)
--- FAIL: InheritanceTest#test_where_create_with_subclass (unexpected)
--- FAIL: HasManyAssociationsTest#test_building_the_associated_object_with_implicit_sti_base_class (unexpected)
--- FAIL: HasManyAssociationsTest#test_ids_reader_cache_not_used_for_size_when_association_is_dirty (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_preload_multiple_instances_of_the_same_record (unexpected)
--- FAIL: InheritanceTest#test_a_bad_type_column (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loading_with_conditions_on_join_model_preloads (unexpected)
--- FAIL: AttributeMethodsTest#test_attributes_for_database (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_attributes_are_being_set_when_initialized_from_habtm_association_with_where_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

- #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 week ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 4037be1494ff8f3873edfa2510a7fa79545b413e:

--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_invalid_build (unexpected)
--- FAIL: HasOneAssociationsTest#test_restrict_with_error_with_locale (unexpected)
--- FAIL: SerializedAttributeTest#test_serialized_time_attribute (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_save_fails_for_invalid_belongs_to (unexpected)
--- FAIL: HasManyAssociationsTest#test_new_the_association_with_an_array (unexpected)
--- FAIL: CalculationsTest#test_should_calculate_grouped_association_with_foreign_key_option (unexpected)
--- FAIL: TransactionTest#test_callback_rollback_in_create (unexpected)
--- FAIL: StoreTest#test_updating_the_store_won't_mark_it_as_changed_if_an_attribute_isn't_changed (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnAttributesTest#test_native_types (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_association_replaces_existing_without_dependent_option (unexpected)
--- FAIL: PostgresqlEnumTest#test_invalid_enum_update (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_assignment_before_parent_saved (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_when_update_columns (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_selection_clause (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_method? (unexpected)
--- FAIL: PersistenceTest#test_update_many_with_invalid_id (unexpected)
--- FAIL: SchemaIndexIncludeColumnsTest#test_schema_dumps_index_included_columns (unexpected)
--- FAIL: StoreTest#test_all_stored_attributes_are_returned (unexpected)
--- FAIL: HasManyAssociationsTest#test_in_memory_replacement_executes_no_queries (unexpected)
--- FAIL: CalculationsTest#test_sum_uses_enumerable_version_when_block_is_given (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_from_association_sets_inverse_instance (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_an_association_method_issues_a_deprecation_warning (unexpected)
--- FAIL: UniquenessValidationWithIndexTest#test_uniqueness_on_relation (unexpected)
--- FAIL: CalculationsTest#test_pluck_type_cast_with_left_joins_without_table_name_qualified_column (unexpected)
--- FAIL: BelongsToAssociationsTest#test_concurrent_counter_cache_double_destroy (unexpected)
--- FAIL: SignedIdTest#test_cannot_get_a_signed_ID_for_a_new_record (unexpected)
--- FAIL: CalculationsTest#test_ids_with_eager_load (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_inverse_association_for_composite_primary_key (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_explicit_sti_base_class (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_create_bang_should_raise_exception_when_join_record_has_errors (unexpected)
--- FAIL: PersistenceTest#test_update_attribute_for_aborted_callback! (unexpected)
--- FAIL: StoreTest#test_read_store_attributes_through_accessors_with_custom_suffix (unexpected)
--- FAIL: AttributeMethodsTest#test_on-the-fly_super-invokable_generated_attribute_predicates_via_method_missing (unexpected)
--- FAIL: CalculationsTest#test_#skip_query_cache!_for_#ids (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_empty_with_counter_cache (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_and_create_should_not_happen_within_scope (unexpected)
--- FAIL: CalculationsTest#test_count_with_arel_attribute (unexpected)
--- FAIL: BelongsToAssociationsTest#test_build_with_conditions (unexpected)
--- FAIL: PersistenceTest#test_update_object (unexpected)
--- FAIL: SerializedAttributeTest#test_serialized_class_attribute (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: YamlSerializationTest#test_roundtrip_serialized_column (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_existing_with_nonstandard_primary_key_on_belongs_to (unexpected)
--- FAIL: CalculationsTest#test_should_count_field_in_joined_table_with_group_by (unexpected)
--- FAIL: AttributeMethodsTest#test_time_attributes_are_retrieved_in_the_current_time_zone (unexpected)
--- FAIL: SerializedAttributeTest#test_serialized_attribute_on_custom_attribute_with_default (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] - #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 6 days ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 4037be1494ff8f3873edfa2510a7fa79545b413e:

--- FAIL: EagerAssociationTest#test_preloading_with_a_polymorphic_association_and_using_the_existential_predicate (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_association_replaces_existing_without_dependent_option (unexpected)
--- FAIL: PersistenceTest#test_delete_new_record (unexpected)
--- FAIL: HasOneAssociationsTest#test_attributes_are_being_set_when_initialized_from_has_one_association_with_where_clause (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_belongs_to_sti (unexpected)
--- FAIL: PersistenceTest#test_class_level_update_is_affected_by_scoping! (unexpected)
--- FAIL: EagerAssociationTest#test_count_with_include (unexpected)
--- FAIL: EagerAssociationTest#test_loading_with_one_association (unexpected)
--- FAIL: EagerAssociationTest#test_with_ordering (unexpected)
--- FAIL: HasOneAssociationsTest#test_composite_primary_key_malformed_association_class (unexpected)
--- FAIL: PersistenceTest#test_update_all_with_hash (unexpected)
--- FAIL: BasicsTest#test_dup_of_saved_object_marks_attributes_as_dirty (unexpected)
--- FAIL: IntegrationTest#test_to_param_returns_id_if_not_persisted_but_id_is_set (unexpected)
--- FAIL: BasicsTest#test_custom_mutator (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_consider_type (unexpected)
--- FAIL: BasicsTest#test_find_by_slug_with_array (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_destroy_all (unexpected)
--- FAIL: PersistenceTest#test_destroy_many (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_join_middle_table_alias (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_distinct_option_prevents_duplicate_push (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_save_bang_should_raise_exception_when_join_record_has_errors (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_all,_when_not_loaded,_doesn't_load_the_records (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loading_with_order_on_joined_table_preloads (unexpected)
--- FAIL: BasicsTest#test_protected_environments_by_default_is_an_array_with_production (unexpected)
--- FAIL: HasManyAssociationsTest#test_attributes_are_being_set_when_initialized_from_has_many_association_with_where_clause (unexpected)
--- FAIL: TestAutosaveAssociationOnAHasManyAssociationDefinedInSubclassWithAcceptsNestedAttributes#test_should_update_children_when_association_redefined_in_subclass (unexpected)
--- FAIL: PersistenceTest#test_create_prefetched_pk (unexpected)
--- FAIL: PersistenceTest#test_delete_uses_query_constraints_config (unexpected)
--- FAIL: HasManyAssociationsTest#test_reattach_to_new_objects_replaces_inverse_association_and_foreign_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_attributes_are_set_when_initialized_from_polymorphic_has_many_null_relationship (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_destruction_does_not_error_without_primary_key (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_pk_is_not_required_for_join (unexpected)
--- FAIL: HasOneAssociationsTest#test_building_the_associated_object_with_sti_subclass (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loading_with_conditions_on_joined_table_preloads (unexpected)
--- FAIL: HasManyAssociationsTest#test_associations_order_should_be_priority_over_throughs_order (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_collection_build_with_nonstandard_primary_key_on_belongs_to (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_that_has_joined_same_table_with_parent_relation (unexpected)
--- FAIL: PersistenceTest#test_preserve_original_sti_type (unexpected)
--- FAIL: HasManyAssociationsTest#test_include_returns_false_for_non_matching_record_to_verify_scoping (unexpected)
--- FAIL: EagerAssociationTest#test_include_has_one_using_primary_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_from_association_sets_inverse_instance (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_with_or_doesnt_set_inverse_instance_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_on_association_clears_scope (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_association_through_a_has_many_association_with_nonstandard_primary_keys (unexpected)
--- FAIL: HasManyAssociationsTest#test_dynamic_find_should_respect_association_order_for_through (unexpected)
--- FAIL: HasManyAssociationsTest#test_replace_with_new (unexpected)
--- FAIL: HasOneAssociationsTest#test_dangerous_association_name_raises_ArgumentError (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] - #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 5 days ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 8ecf38dc508e695a724ace153a12948b247febfa:

--- FAIL: BelongsToAssociationsTest#test_counter_cache (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_recursive_cascading_four_levels_has_many_through (unexpected)
--- FAIL: CalculationsTest#test_calculation_grouped_by_association_doesnt_error_when_no_records_have_association (unexpected)
--- FAIL: FinderTest#test_implicit_order_for_model_without_primary_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_update_all_on_association_accessed_before_save (unexpected)
--- FAIL: RelationTest#test_find_all_with_multiple_should_use_and (unexpected)
--- FAIL: HasManyAssociationsTest#test_taking_not_found (unexpected)
--- FAIL: AttributeMethodsTest#test_setting_a_time_zone-aware_attribute_interprets_time_zone-unaware_string_in_time_zone (unexpected)
--- FAIL: RelationTest#test_group_with_subquery_in_from_does_not_use_original_table_name (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_array_of_ranges (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_default_scope_as_class_method_using_find_method (unexpected)
--- FAIL: BasicsTest#test_clear_cache_when_setting_table_name (unexpected)
--- FAIL: RelationTest#test_count_on_association_relation (unexpected)
--- FAIL: CalculationsTest#test_should_sum_scoped_field (unexpected)
--- FAIL: ReflectionTest#test_belongs_to_inferred_foreign_key_from_assoc_name (unexpected)
--- FAIL: HasManyAssociationsTest#test_passes_custom_context_validation_to_validate_children (unexpected)
--- FAIL: FinderTest#test_exists_with_strong_parameters (unexpected)
--- FAIL: FinderTest#test_find_with_ids_and_limit (unexpected)
--- FAIL: CalculationsTest#test_should_order_by_calculation (unexpected)
--- FAIL: FinderTest#test_model_class_responds_to_second_to_last_bang (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_fields_with_table_alias (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_yaml_dump_and_load (unexpected)
--- FAIL: FinderTest#test_with_limiting_with_custom_select (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_out_of_range_value_assigning (unexpected)
--- FAIL: FinderTest#test_eager_load_for_no_has_many_with_limit_and_left_joins_for_has_many (unexpected)
--- FAIL: HasManyAssociationsTest#test_counter_cache_updates_in_memory_after_create_with_overlapping_counter_cache_columns (unexpected)
--- FAIL: CalculationsTest#test_count_with_too_many_parameters_raises (unexpected)
--- FAIL: PersistenceTest#test_it_is_possible_to_update_parts_of_the_query_constraints_config (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_open_ended_range (unexpected)
--- FAIL: BasicsTest#test_benchmark_with_use_silence (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_has_many_sti (unexpected)
--- FAIL: FinderTest#test_member_when_non_AR_object_passed_on_loaded_relation (unexpected)
--- FAIL: FinderTest#test_find_an_empty_array (unexpected)
--- FAIL: RelationTest#test_one (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_ids (unexpected)
--- FAIL: EagerAssociationTest#test_string_id_column_joins (unexpected)
--- FAIL: BasicsTest#test_changing_a_connection_handler_in_a_main_thread_does_not_poison_the_other_threads (unexpected)
--- FAIL: FinderTest#test_unexisting_record_exception_handling (unexpected)
--- FAIL: CalculationsTest#test_pluck_auto_table_name_prefix (unexpected)
--- FAIL: BasicsTest#test_column_types_on_queries_on_postgresql (unexpected)
--- FAIL: AttributeMethodsTest#test_write_attribute (unexpected)
--- FAIL: AttributeMethodsTest#test_write_attribute_allows_writing_to_aliased_attributes (unexpected)
--- FAIL: BasicsTest#test_default_in_utc_with_time_zone (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_explicit_sti_base_class (unexpected)
--- FAIL: EagerAssociationTest#test_duplicate_middle_objects (unexpected)
--- FAIL: CalculationsTest#test_minimum_with_not_auto_table_name_prefix_if_column_included (unexpected)
--- FAIL: CalculationsTest#test_count_with_column_and_options_parameter (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] - #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 4 days ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 8ecf38dc508e695a724ace153a12948b247febfa:

--- FAIL: AssociationsTest#test_query_constraints_over_three_without_defining_explicit_foreign_key_query_constraints_raises (unexpected)
--- FAIL: FinderTest#test_third_have_primary_key_order_by_default (unexpected)
--- FAIL: StoreTest#test_new_record_and_no_accessors_changes (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_adding_unsavable_association (unexpected)
--- FAIL: FinderTest#test_exists_uses_existing_scope (unexpected)
--- FAIL: InheritanceTest#test_new_with_invalid_type (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field_through_association_and_having (unexpected)
--- FAIL: StoreTest#test_writing_store_attributes_through_accessors (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_build_before_child_saved (unexpected)
--- FAIL: AssociationCallbacksTest#test_has_and_belongs_to_many_after_add_called_after_save (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_from_the_project_fixed_timestamp (unexpected)
--- FAIL: RelationTest#test_loaded_first (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_assign_ids_ignoring_blanks (unexpected)
--- FAIL: RelationTest#test_first_or_initialize (unexpected)
--- FAIL: FinderTest#test_find_by!_with_hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: RelationTest#test_relations_with_cached_arel_can't_be_mutated_[internal_API] (unexpected)
--- FAIL: RelationTest#test_count_with_distinct (unexpected)
--- FAIL: ModulesTest#test_module_spanning_associations (unexpected)
--- FAIL: CalculationsTest#test_ids_with_polymorphic_relation_join (unexpected)
--- FAIL: BelongsToAssociationsTest#test_dependency_should_halt_parent_destruction_with_cascaded_three_levels (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_find_with_merged_options (unexpected)
--- FAIL: CalculationsTest#test_pluck_joined_with_polymorphic_relation (unexpected)
--- FAIL: HasOneAssociationsTest#test_restrict_with_exception (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_of_stis_with_multiple_references (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_marshal_dump (unexpected)
--- FAIL: StoreTest#test_overriding_a_read_accessor (unexpected)
--- FAIL: RelationTest#test_empty_complex_chained_relations (unexpected)
--- FAIL: AttributeMethodsTest#test_write_attribute (unexpected)
--- FAIL: FinderTest#test_bind_variables_with_quotes (unexpected)
--- FAIL: RelationTest#test_unscope_with_aliased_column (unexpected)
--- FAIL: AssociationCallbacksTest#test_has_and_belongs_to_many_add_callback (unexpected)
--- FAIL: PersistenceTest#test_update_all_with_hash (unexpected)
--- FAIL: CalculationsTest#test_count_arel_attribute_in_joined_table_with (unexpected)
--- FAIL: FinderTest#test_sole_failing_none (unexpected)
--- FAIL: ReflectionTest#test_scope_chain_does_not_interfere_with_hmt_with_polymorphic_case_and_subclass_source (unexpected)
--- FAIL: PersistenceTest#test_becomes_includes_changed_attributes (unexpected)
--- FAIL: FinderTest#test_find_only_some_columns (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_belongs_to_with_dependent_nullify (unexpected)
--- FAIL: RelationTest#test_multiple_where_and_having_clauses (unexpected)
--- FAIL: FinderTest#test_exists_should_reference_correct_aliases_while_joining_tables_of_has_many_through_association (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_custom_join_table (unexpected)
--- FAIL: RelationTest#test_relations_limit_the_records_in_#pretty_print_at_10 (unexpected)
--- FAIL: FinderTest#test_last_with_integer_and_reorder_should_use_sql_limit (unexpected)
--- FAIL: CalculationsTest#test_pluck_type_cast_with_conflict_column_names (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_attributes_are_being_set_when_initialized_from_habtm_association_with_multiple_where_clauses (unexpected)
--- FAIL: FinderTest#test_last_bang_present (unexpected)
--- FAIL: CalculationsTest#test_select_avg_with_group_by_as_virtual_attribute_with_ar (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] - #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 days ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 7e81be6de75205c3d08b0d8dcc6ca188306abc27:

--- FAIL: RelationTest#test_find_all_using_where_with_relation_with_select_to_build_subquery (unexpected)
--- FAIL: CockroachDB::FixturesTest#test_clean_fixtures (unexpected)
--- FAIL: FinderTest#test_member_on_unloaded_relation_with_limit (unexpected)
--- FAIL: ReflectionTest#test_has_and_belongs_to_many_reflection (unexpected)
--- FAIL: ReflectionTest#test_join_table_can_be_overridden (unexpected)
--- FAIL: FinderTest#test_find_by_array_of_one_id (unexpected)
--- FAIL: FinderTest#test_fifth_have_primary_key_order_by_default (unexpected)
--- FAIL: RelationTest#test_preloading_with_associations_default_scopes_and_merges (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ModulesTest#test_associations_spanning_cross_modules (unexpected)
--- FAIL: RelationTest#test_finding_with_cross_table_order_and_limit (unexpected)
--- FAIL: RelationTest#test_none? (unexpected)
--- FAIL: ReflectionTest#test_join_table_with_different_prefix (unexpected)
--- FAIL: FinderTest#test_last_with_irreversible_order (unexpected)
--- FAIL: RelationTest#test_finding_with_order (unexpected)
--- FAIL: FinderTest#test_finder_with_offset_string (unexpected)
--- FAIL: ReflectionTest#test_never_validate_association_if_explicit (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_explicit_table_name_and_aggregate (unexpected)
--- FAIL: RelationTest#test_only (unexpected)
--- FAIL: RelationTest#test_finding_with_subquery (unexpected)
--- FAIL: RelationTest#test_finding_with_asc_order_with_string (unexpected)
--- FAIL: RelationTest#test_unscope_with_aliased_column (unexpected)
--- FAIL: RelationTest#test_select_with_block (unexpected)
--- FAIL: RelationTest#test_finding_with_arel_order (unexpected)
--- FAIL: ReflectionTest#test_name_error_from_incidental_code_is_not_converted_to_name_error_for_association (unexpected)
--- FAIL: ReflectionTest#test_type (unexpected)
--- FAIL: RelationTest#test_order_with_blank_value (unexpected)
--- FAIL: ReflectionTest#test_reflect_on_association_accepts_symbols (unexpected)
--- FAIL: FinderTest#test_take_bang_present (unexpected)
--- FAIL: ReflectionTest#test_has_many_through_reflection (unexpected)
--- FAIL: RelationTest#test_find_or_create_by (unexpected)
--- FAIL: FinderTest#test_find_by!_with_hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: FinderTest#test_first_failing (unexpected)
--- FAIL: RelationTest#test_scoped (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_open_ended_range (unexpected)
--- FAIL: RelationTest#test_default_reverse_order_on_table_without_primary_key (unexpected)
--- FAIL: RelationTest#test_optimizer_hints_with_blank_value (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_references_raise_errors (unexpected)
--- FAIL: ReflectionTest#test_reflection_should_not_raise_error_when_compared_to_other_object (unexpected)
--- FAIL: RelationTest#test_finding_with_hash_conditions_on_joined_table (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_aggregate_having_three_mappings (unexpected)
--- FAIL: RelationTest#test_find_all_using_where_with_relation_with_bound_values (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_qualified_attribute_dot_notation_string (unexpected)
--- FAIL: FinderTest#test_second_have_primary_key_order_by_default (unexpected)
--- FAIL: RelationTest#test_find_by!_with_hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: RelationTest#test_intersection_with_array (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] - #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 days ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 7e81be6de75205c3d08b0d8dcc6ca188306abc27:

--- FAIL: HasManyAssociationsTest#test_three_levels_of_dependence (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_assign_ids_for_through_a_belongs_to (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroying_by_integer_id (unexpected)
--- FAIL: AttributeMethodsTest#test_write_nil_to_time_attribute (unexpected)
--- FAIL: AttributeMethodsTest#test_user-defined_datetime_attribute_predicate (unexpected)
--- FAIL: HasManyAssociationsTest#test_create!_the_association_with_an_array (unexpected)
--- FAIL: HasManyAssociationsTest#test_create_with_bang_on_habtm_when_parent_is_new_raises (unexpected)
--- FAIL: HasManyAssociationsTest#test_transactions_when_adding_to_persisted (unexpected)
--- FAIL: HasManyAssociationsTest#test_depends_and_nullify_on_polymorphic_assoc (unexpected)
--- FAIL: AttributeMethodsTest#test_aliasing_``id``_attribute_allows_reading_the_column_value_for_a_CPK_model (unexpected)
--- FAIL: HasManyAssociationsTest#test_has_many_with_out_of_range_value (unexpected)
--- FAIL: AttributeMethodsTest#test_global_methods_are_overwritten_when_subclassing (unexpected)
--- FAIL: HasManyAssociationsTest#test_counter_cache_on_unloaded_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_no_sql_should_be_fired_if_association_already_loaded (unexpected)
--- FAIL: HasManyAssociationsTest#test_in_memory_replacement_executes_no_queries (unexpected)
--- FAIL: HasManyAssociationsTest#test_create_with_bang_on_has_many_raises_when_record_not_saved (unexpected)
--- FAIL: AttributeMethodsTest#test_#define_attribute_methods_brings_back_undefined_aliases (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_an_association_method_issues_a_deprecation_warning (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_many_should_defer_to_collection_if_using_a_block (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- FAIL: AttributeMethodsTest#test_#id_value_alias_is_not_defined_if_id_column_doesn't_exist (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_enum_works_properly (unexpected)
--- FAIL: AttributeMethodsTest#test_typecast_attribute_from_select_to_false (unexpected)
--- FAIL: HasManyAssociationsTest#test_collection_not_empty_after_building (unexpected)
--- FAIL: HasManyAssociationsTest#test_finding_using_primary_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_can_unscope_the_default_scope_of_the_associated_model (unexpected)
--- FAIL: HasManyAssociationsTest#test_clearing_an_exclusively_dependent_association_collection (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_readers_respect_access_control (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_assign_ids (unexpected)
--- FAIL: HasManyAssociationsTest#test_regular_create_on_has_many_when_parent_is_new_raises (unexpected)
--- FAIL: AttributeMethodsTest#test_should_unserialize_attributes_for_frozen_records (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_many (unexpected)
--- FAIL: HasManyAssociationsTest#test_include_uses_array_include_after_loaded (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_none_should_return_false_if_any (unexpected)
--- FAIL: AttributeMethodsTest#test_write_time_to_date_attribute (unexpected)
--- FAIL: HasManyAssociationsTest#test_has_many_preloading_with_duplicate_records (unexpected)
--- FAIL: AttributeMethodsTest#test_bulk_update_raises_ActiveRecord::UnknownAttributeError (unexpected)
--- FAIL: HasManyAssociationsTest#test_sharded_deleting_models (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attributes_before_type_cast (unexpected)
--- FAIL: AttributeMethodsTest#test_#id_value_alias_returns_id_column_only_for_composite_primary_key_models (unexpected)
--- FAIL: HasManyAssociationsTest#test_transaction_when_deleting_persisted (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_predicates_respect_access_control (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attributes_before_type_cast_on_a_datetime (unexpected)
--- FAIL: HasManyAssociationsTest#test_raises_RecordNotDestroyed_when_replaced_child_can't_be_destroyed (unexpected)
--- FAIL: AttributeMethodsTest#test_write_attribute_does_not_raise_when_the_attribute_isn't_selected (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_none_should_count_instead_of_loading_association (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_for_inspect_with_a_long_array (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] - #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 1 day ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 7e81be6de75205c3d08b0d8dcc6ca188306abc27:

(orm_helpers.go:229).summarizeFailed: 
Tests run on Cockroach v24.1.2-dev-7e81be6de75205c3d08b0d8dcc6ca188306abc27
Tests run against activerecord 7.1.3
8108 Total Tests Run
8073 tests passed
35 tests failed
66 tests skipped
0 tests ignored
0 tests passed unexpectedly
9 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_nulls_not_distinct (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_index_sort_order (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_partial_indices (unexpected)
--- FAIL: CockroachDB::InheritanceComputeTypeTest#test_inheritance_new_with_subclass_as_default (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_index_length (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_index_columns_in_right_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

- #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 hours ago

roachtest.activerecord failed with artifacts on release-24.1.2-rc @ 7e81be6de75205c3d08b0d8dcc6ca188306abc27:

--- FAIL: InheritanceTest#test_alt_becomes_works_with_sti (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_limit_and_multiple_associations (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_include_method_in_has_and_belongs_to_many_association_should_return_true_for_instance_added_with_build (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_present (unexpected)
--- FAIL: TestAutosaveAssociationValidationsOnABelongsToAssociation#test_validations_still_fire_on_unchanged_association_with_custom_validation_context (unexpected)
--- FAIL: AttributeMethodsTest#test_method_overrides_in_multi-level_subclasses (unexpected)
--- FAIL: BelongsToAssociationsTest#test_destroying_child_with_unloaded_parent_and_foreign_key_and_touch_is_possible_with_has_many_inversing (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_without_updated_at_attributes (unexpected)
--- FAIL: EagerAssociationTest#test_finding_with_includes_on_has_many_association_with_same_include_includes_only_once (unexpected)
--- FAIL: CalculationsTest#test_distinct_is_honored_when_used_with_count_operation_after_group (unexpected)
--- FAIL: BelongsToAssociationsTest#test_eager_loading_with_primary_key_as_symbol (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_through_an_sti_join_model_with_conditions_on_both (unexpected)
--- FAIL: OptimisticLockingTest#test_lock_new_when_explicitly_passing_value (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_primary_key (unexpected)
--- FAIL: EagerAssociationTest#test_including_associations_with_where.not_adds_implicit_references (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_assign_ids_with_cpk_for_two_models (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_writers_respect_access_control (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_method?_returns_false_if_the_table_does_not_exist (unexpected)
--- FAIL: DefaultScopingTest#test_default_scope_with_all_queries_runs_on_update (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_assignment_foreign_key_type_string (unexpected)
--- FAIL: AttributeMethodsTest#test_define_attribute_method_works_with_both_symbol_and_string (unexpected)
--- FAIL: HasOneAssociationsTest#test_nullification_on_destroyed_association (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_has_one_quotes_table_and_column_names (unexpected)
--- FAIL: EagerAssociationTest#test_circular_preload_does_not_modify_unscoped (unexpected)
--- FAIL: InheritanceTest#test_alt_inheritance_find (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_ids_for_has_many_through_with_conditions_should_not_preload (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_push_with_invalid_join_record (unexpected)
--- FAIL: NumericalityValidationTest#test_virtual_attribute_with_precision_round_down (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_dynamic_find_should_respect_association_include (unexpected)
--- FAIL: EagerAssociationTest#test_should_work_inverse_of_with_eager_load (unexpected)
--- FAIL: CalculationsTest#test_should_calculate_with_invalid_field (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_saving_multiple_relationships (unexpected)
--- FAIL: InheritanceAttributeTest#test_inheritance_new_with_subclass_as_default (unexpected)
--- FAIL: TransactionInstrumentationTest#test_transaction_instrumentation_with_savepoints (unexpected)
--- FAIL: BelongsToAssociationsTest#test_custom_attribute_with_select (unexpected)
--- FAIL: I18nGenerateMessageValidationTest#test_generate_message_invalid_with_default_message (unexpected)
--- FAIL: CalculationsTest#test_sum_should_return_valid_values_for_decimals (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_selects_all_columns_by_default (unexpected)
--- FAIL: InheritanceTest#test_alt_finding_incorrect_type_data (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_does_not_use_order_by (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_ids_for_loaded_associations (unexpected)
--- FAIL: CalculationsTest#test_pluck_not_auto_table_name_prefix_if_column_joined (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_collection_singular_ids_on_has_many_through_with_conditions_and_include (unexpected)
--- FAIL: InheritanceTest#test_descends_from_active_record (unexpected)
--- FAIL: PersistenceTest#test_delete_record_with_associations (unexpected)
--- FAIL: PersistenceTest#test_destroy_with_invalid_ids_for_a_model_that_expects_composite_keys (unexpected)
--- FAIL: CalculationsTest#test_ids_with_includes_and_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

- #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] - #118754 roachtest: activerecord failed [C-test-failure O-roachtest O-robot P-3 T-sql-foundations branch-master]

This test on roachdash | Improve this report!