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

Open cockroach-teamcity opened 4 months ago

cockroach-teamcity commented 4 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 months ago

roachtest.activerecord failed with artifacts on master @ 7042601857042a057b1d4676735576cfbd37f36a:

(orm_helpers.go:221).summarizeFailed: 
Tests run on Cockroach v24.1.0-alpha.00000000-dev-7042601857042a057b1d4676735576cfbd37f36a
Tests run against activerecord 7.1.3
8108 Total Tests Run
8083 tests passed
25 tests failed
66 tests skipped
0 tests ignored
1 test passed unexpectedly
0 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- PASS: CockroachDB::ConnectionAdapters::TypeTest#test_type_can_be_used_with_various_db - unknown (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 4 months ago

roachtest.activerecord failed with artifacts on master @ e39dafe6d8c153301ff43ed2b3ed3e13af9ec72a:

(orm_helpers.go:221).summarizeFailed: 
Tests run on Cockroach v24.1.0-alpha.00000000-dev-e39dafe6d8c153301ff43ed2b3ed3e13af9ec72a
Tests run against activerecord 7.1.3
8108 Total Tests Run
8083 tests passed
25 tests failed
66 tests skipped
0 tests ignored
1 test passed unexpectedly
0 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- PASS: CockroachDB::ConnectionAdapters::TypeTest#test_type_can_be_used_with_various_db - unknown (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 4 months ago

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

--- FAIL: RelationTest#test_primary_key (unexpected)
--- FAIL: RelationTest#test_reverse_order_with_function_other_predicates (unexpected)
--- FAIL: CalculationsTest#test_count_selected_arel_attribute (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_existing_record_twice_should_add_records_twice (unexpected)
--- FAIL: ReflectionTest#test_active_record_primary_key (unexpected)
--- FAIL: RelationTest#test_reverse_arel_assoc_order_with_function (unexpected)
--- FAIL: RelationTest#test_pluck_with_from_includes_original_table_name (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_singleton_has_many_through (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_through_belongs_to_with_dependent_nullify (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_destroy_all_on_association_clears_scope (unexpected)
--- FAIL: CalculationsTest#test_should_return_integer_average_if_db_returns_such (unexpected)
--- FAIL: RelationTest#test_find_or_create_by (unexpected)
--- FAIL: CalculationsTest#test_should_perform_joined_include_when_referencing_included_tables (unexpected)
--- FAIL: CalculationsTest#test_ids_with_scope (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field (unexpected)
--- FAIL: RelationTest#test_distinct (unexpected)
--- FAIL: CalculationsTest#test_count_should_shortcut_with_limit_zero (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_push_with_invalid_join_record (unexpected)
--- FAIL: RelationTest#test_relations_limit_the_records_in_#pretty_print_at_10 (unexpected)
--- FAIL: ReflectionTest#test_non_existent_types_are_identity_types (unexpected)
--- FAIL: RelationTest#test_select_with_subquery_string_in_from_does_not_use_original_table_name (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_unscope_raise_errors (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_left_outer_joins_raise_errors (unexpected)
--- FAIL: ReflectionTest#test_column_null_not_null (unexpected)
--- FAIL: CalculationsTest#test_should_count_with_manual_distinct_select_and_distinct (unexpected)
--- FAIL: CalculationsTest#test_limit_is_kept (unexpected)
--- FAIL: CalculationsTest#test_maximum_with_from_option (unexpected)
--- FAIL: RelationTest#test_finding_with_subquery_with_eager_loading_in_where (unexpected)
--- FAIL: CalculationsTest#test_sum_takes_attribute_type_precedence_over_database_type (unexpected)
--- FAIL: RelationTest#test_finding_with_complex_order_and_limit (unexpected)
--- FAIL: RelationTest#test_size_with_eager_loading_and_custom_order (unexpected)
--- FAIL: CalculationsTest#test_distinct_joins_count_with_group_by (unexpected)
--- FAIL: CalculationsTest#test_no_limit_no_offset (unexpected)
--- FAIL: CalculationsTest#test_should_count_field_in_joined_table_with_group_by (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_build_then_save_with_has_many_inverse (unexpected)
--- FAIL: ReflectionTest#test_automatic_inverse_suppresses_name_error_for_association (unexpected)
--- FAIL: CalculationsTest#test_should_count_selected_field_with_include (unexpected)
--- FAIL: RelationTest#test_loaded_relations_cannot_be_mutated_by_single_value_methods (unexpected)
--- FAIL: RelationTest#test_first_or_initialize_with_block (unexpected)
--- FAIL: RelationTest#test_first_or_initialize (unexpected)
--- FAIL: RelationTest#test_size_with_distinct (unexpected)
--- FAIL: RelationTest#test_finding_with_desc_order_with_string (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field_with_conditions (unexpected)
--- FAIL: ReflectionTest#test_class_for_source_type (unexpected)
--- FAIL: RelationTest#test_anonymous_extension (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_with_non_unique_attributes (unexpected)
--- FAIL: RelationTest#test_reorder_deduplication (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 4 months ago

roachtest.activerecord failed with artifacts on master @ fed794450894a7d1197c763ed26f75d773b93070:

--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_primary_key_counter (unexpected)
--- FAIL: BasicsTest#test_set_table_name_symbol_converted_to_string (unexpected)
--- FAIL: BasicsTest#test_quote (unexpected)
--- FAIL: InheritanceComputeTypeTest#test_instantiation_doesnt_try_to_require_corresponding_file (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_and_conditions_array (unexpected)
--- FAIL: FinderTest#test_find_by_with_non-hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: HasManyAssociationsTest#test_select_query_method (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_single_has_many_through_association_with_unpersisted_parent_instance (unexpected)
--- FAIL: HasOneAssociationsTest#test_proxy_assignment (unexpected)
--- FAIL: BasicsTest#test_new_record_returns_boolean (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_assignment_with_primary_key_updates_foreign_id_field_for_new_and_saved_records (unexpected)
--- FAIL: PostgresqlTimestampTest#test_timestamp_with_zone_values_without_rails_time_zone_support (unexpected)
--- FAIL: AttributeMethodsTest#test_typecast_attribute_from_select_to_false (unexpected)
--- FAIL: FinderTest#test_hash_condition_utc_time_interpolation_with_default_timezone_local (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_limit_and_conditions (unexpected)
--- FAIL: FinderTest#test_find_by_id_with_hash (unexpected)
--- FAIL: FinderTest#test_with_limiting_with_custom_select (unexpected)
--- FAIL: HasManyAssociationsTest#test_building_the_associated_object_with_an_invalid_type (unexpected)
--- FAIL: HasOneAssociationsTest#test_creation_failure_due_to_new_record_should_raise_error (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_through_a_polymorphic_association_doesn't_require_the_association_to_exist (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_invalid_adding_with_validate_false (unexpected)
--- FAIL: FinderTest#test_include_on_unloaded_relation_with_having_referencing_aliased_select (unexpected)
--- FAIL: HasOneAssociationsTest#test_build_association_dont_create_transaction (unexpected)
--- FAIL: FinderTest#test_find_by_one_attribute_with_conditions (unexpected)
--- FAIL: InheritanceTest#test_new_with_invalid_type (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_assignment_before_parent_saved (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_count_has_many_through_with_named_scope (unexpected)
--- FAIL: AttributeMethodsTest#test_#id_value_alias_returns_the_value_in_the_id_column,_when_id_column_exists (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_without_updated_at_attributes (unexpected)
--- FAIL: HasManyAssociationsTest#test_in_memory_replacement_maintains_order (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_default_scope (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_association_with_bang (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_index_sort_order (unexpected)
--- FAIL: AssociationsTest#test_nullify_composite_foreign_key_belongs_to_association (unexpected)
--- FAIL: InheritanceTest#test_where_new_with_invalid_type (unexpected)
--- FAIL: BasicsTest#test_#connected_to_many_cannot_be_called_with_classes_that_include_ActiveRecord::Base (unexpected)
--- FAIL: BasicsTest#test_switching_between_table_name (unexpected)
--- FAIL: ReflectionTest#test_non_existent_columns_return_null_object (unexpected)
--- FAIL: EagerAssociationTest#test_loading_association_with_intersection_joins (unexpected)
--- FAIL: FinderTest#test_custom_select_takes_precedence_over_original_value (unexpected)
--- FAIL: AttributeMethodsTest#test_read_overridden_attribute_with_predicate_respects_override (unexpected)
--- FAIL: HasManyAssociationsTest#test_depends_and_nullify (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_column_of_child_table (unexpected)
--- FAIL: QuerySerializedParamTest#test_query_serialized_active_record (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_explicit_sti_base_class (unexpected)
--- FAIL: HasManyAssociationsTest#test_counting_with_counter_sql (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 4 months ago

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

--- FAIL: HasAndBelongsToManyAssociationsTest#test_get_ids_for_unloaded_associations_does_not_load_them (unexpected)
--- FAIL: BelongsToAssociationsTest#test_default_scope_on_relations_is_not_cached (unexpected)
--- FAIL: OptimisticLockingTest#test_update_without_attributes_does_not_only_update_lock_version (unexpected)
--- FAIL: EnumTest#test_unicode_characters_for_enum_names (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_names_on_a_new_record (unexpected)
--- FAIL: AttributeMethodsTest#test_boolean_attributes_writing_and_reading (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_setting_foreign_key_after_nil_target_loaded (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_join_table_alias (unexpected)
--- FAIL: PersistenceTest#test_save_invalid_record (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_respects_select (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_build_a_model_from_hm_through_association_with_where_clause (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_include_returns_false_for_non_matching_record_to_verify_scoping (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_push_with_invalid_join_record (unexpected)
--- FAIL: AttributeMethodsTest#test_overridden_read_attribute (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_symbol_join_table (unexpected)
--- FAIL: YamlSerializationTest#test_deserializing_rails_v1_mysql_yaml (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_belongs_to_with_dependent_destroy (unexpected)
--- FAIL: BelongsToAssociationsTest#test_reassigning_the_parent_id_updates_the_object (unexpected)
--- FAIL: PersistenceTest#test_create_many_through_factory_with_block (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_all_for_with_dependent_option_nullify (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_adding_before_save (unexpected)
--- FAIL: PersistenceTest#test_delete_new_record (unexpected)
--- FAIL: BelongsToAssociationsTest#test_counter_cache (unexpected)
--- FAIL: PersistenceTest#test_update_columns_with_default_scope (unexpected)
--- FAIL: PersistenceTest#test_update_many_with_active_record_base_object (unexpected)
--- FAIL: PostgresqlDateTest#test_bc_date (unexpected)
--- FAIL: DefaultScopingTest#test_nilable_default_scope_with_all_queries_runs_on_create (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_is_precise_enough (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_through_scope_with_includes (unexpected)
--- FAIL: EnumTest#test_enum_on_custom_attribute_with_default (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_symbols_as_keys (unexpected)
--- FAIL: BelongsToAssociationsTest#test_destroying_child_with_unloaded_parent_and_foreign_key_and_touch_is_possible_with_has_many_inversing (unexpected)
--- FAIL: PersistenceTest#test_update_after_create (unexpected)
--- FAIL: YamlSerializationTest#test_types_of_virtual_columns_are_not_changed_on_round_trip (unexpected)
--- FAIL: IntegrationTest#test_cache_key_retains_version_when_custom_timestamp_is_used (unexpected)
--- FAIL: PersistenceTest#test_update_many! (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_through_record_is_built_when_created_with_where (unexpected)
--- FAIL: DefaultScopingTest#test_default_scope_with_all_queries_runs_on_update_columns (unexpected)
--- FAIL: PersistenceTest#test_update_many_with_active_record_base_object! (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_accept_string_and_hash_join (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_method_on_an_abstract_class_is_available_on_subclasses (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_replace_association (unexpected)
--- FAIL: PersistenceTest#test_populates_non_primary_key_autoincremented_column (unexpected)
--- FAIL: BelongsToAssociationsTest#test_failing_create! (unexpected)
--- FAIL: AttributeMethodsTest#test_global_methods_are_overwritten (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_type_mismatch (unexpected)
--- FAIL: DefaultScopingTest#test_default_scope_with_all_queries_runs_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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 4 months ago

roachtest.activerecord failed with artifacts on master @ d4a51117deac22a2ffa280bac5404811cd694265:

(orm_helpers.go:221).summarizeFailed: 
Tests run on Cockroach v24.1.0-alpha.2-dev-d4a51117deac22a2ffa280bac5404811cd694265
Tests run against activerecord 7.1.3
8108 Total Tests Run
8079 tests passed
29 tests failed
66 tests skipped
0 tests ignored
0 tests passed unexpectedly
3 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 4 months ago

roachtest.activerecord failed with artifacts on master @ 791969fa98711e681289fa4f61f3d58c8fe44263:

--- FAIL: BasicsTest#test_dup (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: RelationTest#test_dynamic_finder (unexpected)
--- FAIL: FinderTest#test_include_on_unloaded_relation_without_match (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_order_raise_errors (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_custom_join_table (unexpected)
--- FAIL: IntegrationTest#test_cache_key_retains_version_when_custom_timestamp_is_used (unexpected)
--- FAIL: FinderTest#test_first_have_determined_order_by_default (unexpected)
--- FAIL: FinderTest#test_select_values (unexpected)
--- FAIL: FinderTest#test_fourth_with_offset (unexpected)
--- FAIL: FinderTest#test_find_by_nil_and_not_nil_attributes (unexpected)
--- FAIL: IntegrationTest#test_to_param_for_a_composite_primary_key_model (unexpected)
--- FAIL: RelationTest#test_find_all_using_where_with_relation_does_not_alter_select_values (unexpected)
--- FAIL: FinderTest#test_find_only_some_columns (unexpected)
--- FAIL: BasicsTest#test_all_with_conditions (unexpected)
--- FAIL: RelationTest#test_scoped_all (unexpected)
--- FAIL: BasicsTest#test_cannot_call_connects_to_on_non-abstract_or_non-ActiveRecord::Base_classes (unexpected)
--- FAIL: RelationTest#test_group_with_subquery_string_in_from_does_not_use_original_table_name (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_include? (unexpected)
--- FAIL: FinderTest#test_find_by_doesn't_have_implicit_ordering (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_polymorphic_with_primary_key_option (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many_associations_on_new_records_use_null_relations (unexpected)
--- FAIL: RelationTest#test_reverse_arel_assoc_order_with_function (unexpected)
--- FAIL: HasOneThroughDisableJoinsAssociationsTest#test_preload_on_disable_joins_through (unexpected)
--- FAIL: BasicsTest#test_singular_table_name_guesses_with_prefixes_and_suffixes (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_should_save_parent_but_not_invalid_child (unexpected)
--- FAIL: HasOneThroughDisableJoinsAssociationsTest#test_counting_on_disable_joins_through (unexpected)
--- FAIL: RelationTest#test_size_with_distinct (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_select_chosen_fields_only (unexpected)
--- FAIL: FinderTest#test_find_with_entire_select_statement (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_collection_singular_ids_setter (unexpected)
--- FAIL: FinderTest#test_model_class_responds_to_third_to_last_bang (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_destroy_all_on_composite_primary_key_model (unexpected)
--- FAIL: InheritanceAttributeMappingTest#test_sti_with_custom_type (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_is_precise_enough (unexpected)
--- FAIL: RelationTest#test_first_or_create (unexpected)
--- FAIL: RelationTest#test_reorder_with_take (unexpected)
--- FAIL: AssociationsTest#test_belongs_to_association_does_not_use_parent_query_constraints_if_not_configured_to (unexpected)
--- FAIL: FinderTest#test_last_with_irreversible_order (unexpected)
--- FAIL: ReflectionTest#test_never_validate_association_if_explicit (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_ids_for_has_many_through_with_conditions_should_not_preload (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_destroying (unexpected)
--- FAIL: ReflectionTest#test_belongs_to_reflection_with_array_fk_raises (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_with_extend_option (unexpected)
--- FAIL: FinderTest#test_find_by_one_attribute_that_is_an_alias (unexpected)
--- FAIL: FinderTest#test_exists_with_empty_table_and_no_args_given (unexpected)
--- FAIL: RelationTest#test_default_scope_order_with_scope_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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 4 months ago

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

--- FAIL: RelationTest#test_select_takes_an_aliased_attribute (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_multiple_fields (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_after_parameterize (unexpected)
--- FAIL: RelationTest#test_finding_with_cross_table_order_and_limit (unexpected)
--- FAIL: FinderTest#test_find_with_ids_returning_ordered (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_all (unexpected)
--- FAIL: CalculationsTest#test_should_sum_scoped_field (unexpected)
--- FAIL: RelationTest#test_build (unexpected)
--- FAIL: RelationTest#test_first_or_create_with_array (unexpected)
--- FAIL: RelationTest#test_reverse_order_with_nulls_first_or_last (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_with_create_and_no_options (unexpected)
--- FAIL: AttributeMethodsTest#test_inherited_custom_accessors (unexpected)
--- FAIL: PersistenceTest#test_update_column_should_not_modify_updated_at (unexpected)
--- FAIL: HasManyAssociationsTest#test_custom_named_counter_cache (unexpected)
--- FAIL: RelationTest#test_find_id (unexpected)
--- FAIL: BelongsToAssociationsTest#test_assignment_before_child_saved (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_reassignment_of_associated_type_updates_the_object (unexpected)
--- FAIL: PersistenceTest#test_update_column (unexpected)
--- FAIL: CalculationsTest#test_sum_uses_enumerable_version_when_block_is_given (unexpected)
--- FAIL: CalculationsTest#test_distinct_count_with_order_and_offset (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_inheritance (unexpected)
--- FAIL: ReflectionTest#test_join_table (unexpected)
--- FAIL: AssociationValidationTest#test_validates_associated_one (unexpected)
--- FAIL: BasicsTest#test_default_values (unexpected)
--- FAIL: RelationTest#test_relations_limit_the_records_in_#pretty_print_at_10 (unexpected)
--- FAIL: RelationTest#test_find_or_initialize_by_with_block (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_has_many_with_string_keys (unexpected)
--- FAIL: CalculationsTest#test_distinct_count_all_with_custom_select_and_order (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_associations_sum_on_columns (unexpected)
--- FAIL: RelationTest#test_automatically_added_where_not_references (unexpected)
--- FAIL: QuerySerializedParamTest#test_query_serialized_active_record (unexpected)
--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_serialized_boolean_value_false (unexpected)
--- FAIL: EagerAssociationTest#test_scoping_with_a_circular_preload (unexpected)
--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_where_by_serialized_attribute_with_hash (unexpected)
--- FAIL: HasManyAssociationsTest#test_included_in_collection (unexpected)
--- FAIL: BelongsToAssociationsTest#test_tracking_polymorphic_changes (unexpected)
--- FAIL: HasManyAssociationsTest#test_create_the_association_with_an_array (unexpected)
--- FAIL: FinderTest#test_select_value (unexpected)
--- FAIL: SerializedAttributeTest#test_serialized_boolean_value_false (unexpected)
--- FAIL: RelationTest#test_order_with_blank_value (unexpected)
--- FAIL: CalculationsTest#test_pick_loaded_relation_multiple_columns (unexpected)
--- FAIL: RelationTest#test_only (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_with_custom_name_counter_cache (unexpected)
--- FAIL: AttributeMethodsTest#test_define_attribute_method_works_with_both_symbol_and_string (unexpected)
--- FAIL: HasManyAssociationsTest#test_building_the_associated_object_with_sti_subclass (unexpected)
--- FAIL: PersistenceTest#test_increment_attribute_by (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_indexes_for_existent_table (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ 660a3c8050a8ef7828b0151e44a86335639a8f9d:

--- FAIL: FinderTest#test_exists_with_distinct_association_includes_and_limit (unexpected)
--- FAIL: BasicsTest#test_find_reverse_ordered_last (unexpected)
--- FAIL: HasOneAssociationsTest#test_reload_association_with_query_cache (unexpected)
--- FAIL: FinderTest#test_find_by!_doesn't_have_implicit_ordering (unexpected)
--- FAIL: FinderTest#test_exists_uses_existing_scope (unexpected)
--- FAIL: HasOneAssociationsTest#test_association_enum_works_properly_with_nested_join (unexpected)
--- FAIL: FinderTest#test_#find_with_a_single_composite_primary_key (unexpected)
--- FAIL: PersistenceTest#test_save_destroyed_object (unexpected)
--- FAIL: FinderTest#test_find_with_prepared_select_statement (unexpected)
--- FAIL: FinderTest#test_find_with_ids_where_and_limit (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field_through_association_and_having (unexpected)
--- FAIL: HasOneAssociationsTest#test_destroyed_by_association_set_in_child_destroy_callback_on_replace (unexpected)
--- FAIL: FinderTest#test_find_with_a_multiple_sets_of_composite_primary_key_wrapped_in_an_array (unexpected)
--- FAIL: BasicsTest#test_toggle_attribute (unexpected)
--- FAIL: ReflectionTest#test_reflection_klass_not_found_with_pointer_to_non_existent_class_name (unexpected)
--- FAIL: ReflectionTest#test_join_table_can_be_overridden (unexpected)
--- FAIL: BasicsTest#test_marshalling_new_record_round_trip_with_associations (unexpected)
--- FAIL: BasicsTest#test_.columns_hash_raises_an_error_if_the_record_has_an_empty_table_name (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_fields_with_table_alias (unexpected)
--- FAIL: HasOneAssociationsTest#test_build_and_create_should_not_happen_within_scope (unexpected)
--- FAIL: BasicsTest#test_abstract_class_table_name (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_includes_limit_and_empty_result (unexpected)
--- FAIL: FinderTest#test_find_by_ids_with_limit_and_offset (unexpected)
--- FAIL: BasicsTest#test_using_table_name_qualified_column_names_unless_having_SELECT_list_explicitly (unexpected)
--- FAIL: ModulesTest#test_module_spanning_has_and_belongs_to_many_associations (unexpected)
--- FAIL: CalculationsTest#test_ids_with_includes_and_non_primary_key_order (unexpected)
--- FAIL: ReflectionTest#test_non_existent_columns_return_null_object (unexpected)
--- FAIL: FinderTest#test_find_with_ids_with_id_out_of_range (unexpected)
--- FAIL: BasicsTest#test_equality_of_new_records (unexpected)
--- FAIL: ReflectionTest#test_human_name (unexpected)
--- FAIL: CalculationsTest#test_count_with_eager_loading_and_custom_order (unexpected)
--- FAIL: ReflectionTest#test_chain (unexpected)
--- FAIL: CalculationsTest#test_count_should_shortcut_with_limit_zero (unexpected)
--- FAIL: FinderTest#test_named_bind_variables_with_quotes (unexpected)
--- FAIL: BasicsTest#test_count_with_join (unexpected)
--- FAIL: ReflectionTest#test_never_validate_association_if_explicit (unexpected)
--- FAIL: FinderTest#test_bind_variables_with_quotes (unexpected)
--- FAIL: BasicsTest#test_utc_as_time_zone_and_new (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field_with_conditions (unexpected)
--- FAIL: BasicsTest#test_hashing (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_multiple_ranges (unexpected)
--- FAIL: BasicsTest#test_table_name_guesses_with_prefixes_and_suffixes (unexpected)
--- FAIL: FinderTest#test_select_rows (unexpected)
--- FAIL: BasicsTest#test_set_table_name_with_inheritance (unexpected)
--- FAIL: CalculationsTest#test_minimum_and_maximum_on_non_numeric_type (unexpected)
--- FAIL: IntegrationTest#test_to_param_for_a_composite_primary_key_model (unexpected)
--- FAIL: FinderTest#test_sole_failing_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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ bf013ea0a5311726e65d37e8f047ce39ea2d5f10:

(orm_helpers.go:221).summarizeFailed: 
Tests run on Cockroach v24.1.0-alpha.2-dev-bf013ea0a5311726e65d37e8f047ce39ea2d5f10
Tests run against activerecord 7.1.3
8108 Total Tests Run
8079 tests passed
29 tests failed
66 tests skipped
0 tests ignored
0 tests passed unexpectedly
3 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ ce5f34ea97475f45fa354e58aacf424779d0de49:

--- FAIL: SignedIdTest#test_fail_to_find_record_from_that_has_since_been_destroyed (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_aggregate_having_three_mappings_array (unexpected)
--- FAIL: DefaultScopingTest#test_unscope_comparison_where_clauses (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_associations_sum_on_columns (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_yaml_loads_5_1_dump_without_indexes_still_queries_for_indexes (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_alternate_database (unexpected)
--- FAIL: UniquenessValidationTest#test_validates_uniqueness_with_newline_chars (unexpected)
--- FAIL: DefaultScopingTest#test_default_scope_as_class_method (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_invalid_dependent_option_raises_exception (unexpected)
--- FAIL: JsonAttributeTest#test_duplication_with_store_accessors (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_proper_usage_of_primary_keys_and_join_table (unexpected)
--- FAIL: BasicsTest#test_equality (unexpected)
--- FAIL: EagerAssociationTest#test_finding_with_includes_on_empty_polymorphic_type_column (unexpected)
--- FAIL: PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set (unexpected)
--- FAIL: BelongsToAssociationsTest#test_multiple_counter_cache_with_after_create_update (unexpected)
--- FAIL: AttributeMethodsTest#test_#define_attribute_methods_brings_back_undefined_aliases (unexpected)
--- FAIL: AttributeMethodsTest#test_integers_as_nil (unexpected)
--- FAIL: BelongsToAssociationsTest#test_reflect_the_most_recent_change (unexpected)
--- FAIL: CalculationsTest#test_ids_with_includes_and_non_primary_key_order (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_where_first_level_returns_nil (unexpected)
--- FAIL: ActiveRecord::SelectTest#test_select_with_hash_and_table_alias (unexpected)
--- FAIL: AttributeMethodsTest#test_user-defined_date_attribute_predicate (unexpected)
--- FAIL: ActiveRecord::Type::IntegerTest#test_values_which_are_out_of_range_can_be_re-assigned (unexpected)
--- FAIL: BelongsToAssociationsTest#test_natural_assignment (unexpected)
--- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_order (unexpected)
--- FAIL: BasicsTest#test_#connected_to_many_with_a_multiple_classes_without_brackets_works (unexpected)
--- FAIL: CalculationsTest#test_should_count_scoped_select_with_options (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_distinct_option_prevents_duplicate_push (unexpected)
--- FAIL: FinderTest#test_member_when_non_AR_object_passed_on_loaded_relation (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_custom_join_table (unexpected)
--- FAIL: ActiveRecord::DupTest#test_dup_not_destroyed (unexpected)
--- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object_from_new_record (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_belongs_to_association_SQL (unexpected)
--- FAIL: AttributeMethodsTest#test_time_zone-aware_attribute_saved (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_existing_with_nonstandard_primary_key_on_belongs_to (unexpected)
--- FAIL: JsonAttributeTest#test_yaml_round_trip_with_store_accessors (unexpected)
--- FAIL: FinderTest#test_find_by_id_with_conditions_with_or (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_an_overridden_original_method_along_with_an_overridden_alias_method_doesn't_issue_a_deprecation (unexpected)
--- FAIL: AssociationCallbacksTest#test_has_and_belongs_to_many_after_add_called_after_save (unexpected)
--- FAIL: CalculationsTest#test_ids_for_a_composite_primary_key_with_scope (unexpected)
--- FAIL: CalculationsTest#test_calculation_with_query_cache (unexpected)
--- FAIL: PostGISTest#test_set_and_get_point (unexpected)
--- FAIL: FinderTest#test_first_have_determined_order_by_default (unexpected)
--- FAIL: ModulesTest#test_table_name (unexpected)
--- FAIL: ModulesTest#test_nested_models_should_not_raise_exception_when_using_delete_all_dependency_on_association (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_primary_key (unexpected)
--- FAIL: TimestampTest#test_touching_a_record_touches_polymorphic_record (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ f4dc2b59541e11cf06e2b948c7c37bf1aed21868:

63 tests failed
66 tests skipped
0 tests ignored
0 tests passed unexpectedly
37 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_marshal_dump_and_load_with_ignored_tables (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_has_many_sti (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_with_two_has_many_associations (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_three_levels_by_ping_pong (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_recursive_cascading_four_levels_has_many_through (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_preloading_across_has_one_constrains_loaded_records (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_cascaded_eager_association_loading_with_duplicated_includes (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_multiple_stis_and_order (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_join_for_count (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_has_many_sti_and_subclasses (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_grafts_stashed_associations_to_correct_parent (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_yaml_loads_5_1_dump_without_indexes_still_queries_for_indexes (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_recursive_cascading_four_levels_has_and_belongs_to_many (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_with_condition (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_of_stis_with_multiple_references (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_and_one_level (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_preloading_across_has_one_through_constrains_loaded_records (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_missing_first_record (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_marshal_dump_and_load_with_gzip (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: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_preloaded_records_are_not_duplicated (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_and_self_table_reference (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_where_first_level_returns_nil (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_marshal_dump_and_load (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_cascaded_eager_association_loading_with_join_for_count (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_belongs_to_sti (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_indexes_for_existent_table (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_interdependent_one_level_and_two_levels (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_preload_through_missing_records (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_yaml_dump_and_load (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_marshal_dump_and_load_via_disk (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_yaml_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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ 559994e230ac3776dd1188e66678cce9205ab345:

--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_assign_ids (unexpected)
--- FAIL: HasOneAssociationsTest#test_polymorphic_has_one_with_touch_option_on_update_will_touch_record_by_fetching_from_database_if_needed (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_ids_for_unloaded_associations_does_not_load_them (unexpected)
--- FAIL: PolymorphicFullClassNamesTest#test_class_names_with_find_by (unexpected)
--- FAIL: RelationTest#test_optimizer_hints_with_blank_value (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_collection_size_from_build (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_attributes_are_being_set_when_initialized_from_hm_through_association_with_multiple_where_clauses (unexpected)
--- FAIL: FinderTest#test_find_by_bang_on_relation_with_large_number (unexpected)
--- FAIL: BelongsToAssociationsTest#test_create_with_block (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_all_for_with_dependent_option_destroy (unexpected)
--- FAIL: StrictLoadingTest#test_raises_on_lazy_loading_a_belongs_to_relation_if_strict_loading_by_default (unexpected)
--- FAIL: TransactionInstrumentationTest#test_transaction_instrumentation_with_restart_savepoint_parent_transactions_on_commit (unexpected)
--- FAIL: FinderTest#test_find_with_prepared_select_statement (unexpected)
--- FAIL: HasManyAssociationsTest#test_dependent_association_respects_optional_hash_conditions_on_delete (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_one_dependent_does_not_destroy_dependent (unexpected)
--- FAIL: PostGISTest#test_spatial_factory_attrs_parsing (unexpected)
--- FAIL: FinderTest#test_find_by_one_attribute_that_is_an_alias (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_default_scope_as_callable (unexpected)
--- FAIL: IntegrationTest#test_param_delimiter_is_defined_per_class (unexpected)
--- FAIL: BelongsToAssociationsTest#test_association_assignment_sticks (unexpected)
--- FAIL: RelationTest#test_finding_with_reorder_by_aliased_attributes (unexpected)
--- FAIL: BasicsTest#test_table_name_with_2_abstract_subclasses (unexpected)
--- FAIL: ValidationsTest#test_save_without_validation (unexpected)
--- FAIL: InheritanceTest#test_inheritance_new_with_default_class (unexpected)
--- FAIL: RelationTest#test_reverse_order_with_function_other_predicates (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_through_empty_belongs_to (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_recursive_cascading_four_levels_has_many_through (unexpected)
--- FAIL: BelongsToAssociationsTest#test_natural_assignment (unexpected)
--- FAIL: HasManyAssociationsTest#test_updates_counter_cache_when_default_scope_is_given (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_with_scope_with_joins (unexpected)
--- FAIL: RelationTest#test_order_doesnt_trigger_eager_loading_when_ordering_using_the_owner_table_and_hash_syntax (unexpected)
--- FAIL: InheritanceTest#test_becomes_and_change_tracking_for_inheritance_columns (unexpected)
--- FAIL: BasicsTest#test_column_types_typecast (unexpected)
--- FAIL: RelationTest#test_distinct (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_empty_belongs_to_polymorphic (unexpected)
--- FAIL: BasicsTest#test_bignum_pk (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_preloaded_records_are_not_duplicated (unexpected)
--- FAIL: RelationTest#test_destroy_by (unexpected)
--- FAIL: HasManyAssociationsTest#test_joining_through_a_polymorphic_association_with_a_where_clause (unexpected)
--- FAIL: DelegatedTypeTest#test_association_id (unexpected)
--- FAIL: RelationTest#test_reverse_order_with_reorder_nil_removes_the_order (unexpected)
--- FAIL: DirtyTest#test_changes_is_correct_for_subclass (unexpected)
--- FAIL: BasicsTest#test_reload (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_has_many_through_quotes_table_and_column_names (unexpected)
--- FAIL: EagerAssociationTest#test_including_associations_with_extensions_and_an_instance_dependent_scope_is_supported (unexpected)
--- FAIL: RelationTest#test_count_explicit_columns (unexpected)
--- FAIL: IntegrationTest#test_cache_version_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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ 72646a555214c0705781e440b9df585d5eea9511:

--- FAIL: EagerAssociationTest#test_has_many_through_with_order (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_the_same_association_twice_works (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_does_not_use_order_by (unexpected)
--- FAIL: YamlSerializationTest#test_yaml_encoding_keeps_false_values (unexpected)
--- FAIL: RelationTest#test_group_with_subquery_string_in_from_does_not_use_original_table_name (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_and_one_level (unexpected)
--- FAIL: RelationTest#test_find_with_preloaded_associations (unexpected)
--- FAIL: DefaultScopingTest#test_default_scope_runs_on_select (unexpected)
--- FAIL: RelationTest#test_find_by_returns_nil_if_the_record_is_missing (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_association_replaces_existing_with_dependent_option (unexpected)
--- FAIL: EagerAssociationTest#test_limited_eager_with_order (unexpected)
--- FAIL: RelationTest#test_blank_like_arguments_to_query_methods_dont_raise_errors (unexpected)
--- FAIL: DefaultScopingTest#test_default_scope_with_conditions_hash (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_get_ids_for_loaded_associations (unexpected)
--- FAIL: CallbacksTest#test_before_save_throwing_abort (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_update (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_has_many_through_polymorphic_has_manys_works (unexpected)
--- FAIL: RelationTest#test_finding_with_reorder_by_aliased_attributes (unexpected)
--- FAIL: BasicsTest#test_create_without_prepared_statement (unexpected)
--- FAIL: BelongsToAssociationsTest#test_with_polymorphic_and_condition (unexpected)
--- FAIL: TestDestroyAsPartOfAutosaveAssociation#test_should_run_remove_callback_methods_for_habtm (unexpected)
--- FAIL: PrimaryKeysTest#test_id_column_that_is_not_primary_key (unexpected)
--- FAIL: BasicsTest#test_cannot_call_connects_to_on_non-abstract_or_non-ActiveRecord::Base_classes (unexpected)
--- FAIL: DefaultScopingTest#test_nilable_default_scope_with_all_queries_runs_on_update_columns (unexpected)
--- FAIL: BasicsTest#test_previously_changed_dup (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_assignment_before_either_saved (unexpected)
--- FAIL: RelationTest#test_finding_with_hash_conditions_on_joined_table (unexpected)
--- FAIL: EagerAssociationTest#test_preload_has_one_using_primary_key (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_valid_adding_with_validate_false (unexpected)
--- FAIL: BasicsTest#test_can_call_connected_to_with_role_and_shard_on_abstract_classes (unexpected)
--- FAIL: BelongsToAssociationsTest#test_build_with_conditions (unexpected)
--- FAIL: RelationTest#test_already-loaded_relations_don't_perform_a_new_query_in_#pretty_print (unexpected)
--- FAIL: BelongsToAssociationsTest#test_natural_assignment_to_nil (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_and_reassigned_parent (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_with_validate_false_does_not_run_associated_validation_callbacks_on_update (unexpected)
--- FAIL: RelationTest#test_reverse_arel_assoc_order_with_function (unexpected)
--- FAIL: AttributeMethodsTest#test_inherited_custom_accessors_with_reserved_names (unexpected)
--- FAIL: PersistenceTest#test_destroy_record_with_associations (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_reassign_with_namespaced_models_and_counters (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_collection_size_from_build (unexpected)
--- FAIL: BelongsToAssociationsTest#test_self_referential_belongs_to_with_counter_cache_assigning_nil (unexpected)
--- FAIL: PrimaryKeysTest#test_customized_primary_key_can_be_get_before_saving (unexpected)
--- FAIL: RelationTest#test_size_with_eager_loading_and_custom_order (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_assignment_dont_trigger_save_on_change_of_same_object (unexpected)
--- FAIL: AssociationValidationTest#test_validates_associated_one (unexpected)
--- FAIL: PersistenceTest#test_build_many_through_factory_with_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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ 41da9eccc216413c09cc66ad4c6bfa5f92c506e3:

--- FAIL: RelationTest#test_joins_with_order_by_custom_attribute (unexpected)
--- FAIL: BasicsTest#test_connection_in_local_time (unexpected)
--- FAIL: RelationTest#test_group_with_select_and_includes (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_invalid_adding (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_method? (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_and_conditions_on_the_eagers (unexpected)
--- FAIL: RelationTest#test_find_all_using_where_with_relation_with_joins (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_left_joins_raise_errors (unexpected)
--- FAIL: I18nGenerateMessageValidationTest#test_translation_for_'taken'_can_be_overridden (unexpected)
--- FAIL: MultiParameterAttributeTest#test_multiparameter_attributes_on_date_with_empty_month (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_ids_for_unloaded_associations_does_not_load_them (unexpected)
--- FAIL: RelationTest#test_order_with_hash_and_symbol_generates_the_same_sql (unexpected)
--- FAIL: BasicsTest#test_marshalling_with_associations (unexpected)
--- FAIL: UniquenessValidationWithIndexTest#test_uniqueness_on_relation (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_preloading_empty_through_association_via_joins (unexpected)
--- FAIL: AttributeMethodsTest#test_setting_a_time_zone_conversion_for_attributes_should_write_the_value_on_a_class_variable (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_yaml_loads_5_1_dump_without_indexes_still_queries_for_indexes (unexpected)
--- FAIL: IntegrationTest#test_cache_key_for_existing_record_is_not_timezone_dependent (unexpected)
--- FAIL: BasicsTest#test_default_values_are_deeply_dupped (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attribute (unexpected)
--- FAIL: EagerAssociationTest#test_eager_habtm_with_association_inheritance (unexpected)
--- FAIL: RelationTest#test_loading_with_one_association_with_non_preload (unexpected)
--- FAIL: ActiveRecord::RelationTest#test_selecting_aliased_attribute_quotes_column_name_when_from_is_used (unexpected)
--- FAIL: EagerAssociationTest#test_preconfigured_includes_with_habtm (unexpected)
--- FAIL: BasicsTest#test_can_call_connected_to_with_role_and_shard_on_abstract_classes (unexpected)
--- FAIL: ModulesTest#test_assign_ids (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_assignment_before_parent_saved (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_for_single_table_inheritance_(STI_Models) (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_with_a_bang_on_relation (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_reference_column_of_child_table (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_rename_column_using_symbol_arguments (unexpected)
--- FAIL: EnumTest#test_validate_inclusion_of_value_in_array (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_belongs_to_with_cpk (unexpected)
--- FAIL: DirtyTest#test_in_place_mutation_for_binary (unexpected)
--- FAIL: StrictLoadingTest#test_does_not_raise_on_eager_loading_a_habtm_relation_if_strict_loading_by_default (unexpected)
--- FAIL: AttributeMethodsTest#test_hashes_are_not_mangled (unexpected)
--- FAIL: RelationTest#test_loaded_relations_cannot_be_mutated_by_single_value_methods (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_replace_association_with_duplicates (unexpected)
--- FAIL: RelationTest#test_find_or_create_by_with_block (unexpected)
--- FAIL: BasicsTest#test_load (unexpected)
--- FAIL: RelationTest#test_loaded_relations_cannot_be_mutated_by_merge! (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_preload_with_nested_association (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_through_association_with_through_scope_and_nested_where (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_with_a_bang_with_custom_primary_key (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_replace_on_new_object (unexpected)
--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_serialized_attributes_from_database_on_subclass (unexpected)
--- FAIL: BasicsTest#test_readonly_attributes_in_abstract_class_descendant (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ 41da9eccc216413c09cc66ad4c6bfa5f92c506e3:

--- FAIL: HasOneAssociationsTest#test_dependence (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_does_not_use_order_by (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroying_a_collection (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_assignment_dont_trigger_save_on_change_of_same_object (unexpected)
--- FAIL: ReloadAssociationCacheTest#test_reload_sets_correct_owner_for_association_cache (unexpected)
--- FAIL: AttributeMethodsTest#test_bulk_updates_respect_access_control (unexpected)
--- FAIL: HasManyAssociationsTest#test_collection_not_empty_after_building (unexpected)
--- FAIL: HasManyAssociationsTest#test_building_the_associated_object_with_an_invalid_type (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attribute (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroying_by_string_id (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_with_reflection_using_class_name_and_fixtures (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_associations_with_conditions (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_create (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_first_or_last_with_integer_on_association_should_not_load_association (unexpected)
--- FAIL: AttributeMethodsTest#test_inherited_custom_accessors_with_reserved_names (unexpected)
--- FAIL: HasManyAssociationsTest#test_reload_with_query_cache (unexpected)
--- FAIL: HasManyAssociationsTest#test_clearing_updates_counter_cache (unexpected)
--- FAIL: HasManyAssociationsTest#test_can_unscope_the_default_scope_of_the_associated_model (unexpected)
--- FAIL: HasOneAssociationsTest#test_building_the_associated_object_with_explicit_sti_base_class (unexpected)
--- FAIL: AttributeMethodsTest#test_write_attribute (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_models_with_composite_keys (unexpected)
--- FAIL: AttributeMethodsTest#test_#id_value_alias_returns_id_column_only_for_composite_primary_key_models (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_assign_ids (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_assignment_before_either_saved (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_by_integer_id (unexpected)
--- FAIL: HasManyAssociationsTest#test_clear_collection_should_not_change_updated_at (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_build_by_new_record (unexpected)
--- FAIL: HasManyAssociationsTest#test_unscopes_the_default_scope_of_associated_model_when_used_with_include (unexpected)
--- FAIL: HasManyAssociationsTest#test_adding (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_include_returns_false_for_non_matching_record_to_verify_scoping (unexpected)
--- FAIL: HasManyAssociationsTest#test_has_many_associations_on_new_records_use_null_relations (unexpected)
--- FAIL: HasManyAssociationsTest#test_has_many_with_out_of_range_value (unexpected)
--- FAIL: HasOneAssociationsTest#test_save_of_record_with_loaded_has_one (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_update (unexpected)
--- FAIL: HasManyAssociationsTest#test_first_or_create!_adds_the_record_to_the_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_via_block (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_and_create_from_association_should_respect_unscope_over_default_scope (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_many (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_caching_of_columns (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_proxy_should_not_respond_to_private_methods (unexpected)
--- FAIL: HasManyAssociationsTest#test_taking_not_found (unexpected)
--- FAIL: HasManyAssociationsTest#test_dependence_with_transaction_support_on_failure (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_replace_on_new_object (unexpected)
--- FAIL: HasManyAssociationsTest#test_depends_and_nullify_on_polymorphic_assoc (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_size_on_an_association_that_has_not_been_loaded_performs_a_query (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_callbacks_firing_order_on_create (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_adding_before_save (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ 431d56840cacdc86638ccb48e9f3bdc16897d341:

--- FAIL: HasOneAssociationsTest#test_cant_save_readonly_association (unexpected)
--- FAIL: RelationTest#test_find_by_id_with_list_of_ar (unexpected)
--- FAIL: RelationTest#test_select_with_from_includes_quoted_original_table_name (unexpected)
--- FAIL: RelationTest#test_order_by_relation_attribute (unexpected)
--- FAIL: RelationTest#test_unscope_with_unknown_column (unexpected)
--- FAIL: RelationTest#test_first_or_create_with_array (unexpected)
--- FAIL: RelationTest#test_two_scopes_with_includes_should_not_drop_any_include (unexpected)
--- FAIL: RelationTest#test_named_extension (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: RelationTest#test_first_or_create_with_block (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- FAIL: HasOneAssociationsTest#test_association_change_calls_delete (unexpected)
--- FAIL: AssociationsTest#test_querying_by_relation_with_composite_key (unexpected)
--- FAIL: RelationTest#test_order_with_hash_and_symbol_generates_the_same_sql (unexpected)
--- FAIL: RelationTest#test_finding_with_reorder_by_aliased_attributes (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_save_succeeds_for_invalid_belongs_to_with_validate_false (unexpected)
--- FAIL: AssociationsTest#test_nullify_composite_has_many_through_association (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_bang_with_block (unexpected)
--- FAIL: RelationTest#test_using_a_custom_table_affects_the_wheres (unexpected)
--- FAIL: HasOneAssociationsTest#test_dependence (unexpected)
--- FAIL: RelationTest#test_distinct (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_cache_nils (unexpected)
--- FAIL: RelationTest#test_finding_with_subquery (unexpected)
--- FAIL: RelationTest#test_#where_with_empty_set (unexpected)
--- FAIL: RelationTest#test_finding_with_conditions (unexpected)
--- FAIL: AssociationsTest#test_query_constraints_over_three_without_defining_explicit_foreign_key_query_constraints_raises (unexpected)
--- FAIL: RelationTest#test_references_triggers_eager_loading (unexpected)
--- FAIL: RelationTest#test_count (unexpected)
--- FAIL: HasOneAssociationsTest#test_nullify_on_polymorphic_association (unexpected)
--- FAIL: RelationTest#test_find_or_initialize_by_with_block (unexpected)
--- FAIL: RelationTest#test_multiple_where_and_having_clauses (unexpected)
--- FAIL: RelationTest#test_find_id (unexpected)
--- FAIL: RelationTest#test_size_with_eager_loading_and_custom_order_and_distinct (unexpected)
--- FAIL: CockroachDB::InheritanceComputeTypeTest#test_inheritance_new_with_subclass_as_default (unexpected)
--- FAIL: RelationTest#test_finding_with_cross_table_order_and_limit (unexpected)
--- FAIL: RelationTest#test_new_with_array (unexpected)
--- FAIL: AssociationsTest#test_subselect (unexpected)
--- FAIL: RelationTest#test_find_by_with_multi-arg_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: RelationTest#test_build (unexpected)
--- FAIL: RelationTest#test_multi_where_ands_queries (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels (unexpected)
--- FAIL: RelationTest#test_empty (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_destroy (unexpected)
--- FAIL: RelationTest#test_order_with_reorder_nil_removes_the_order (unexpected)
--- FAIL: RelationTest#test_automatically_added_having_references (unexpected)
--- FAIL: RelationTest#test_includes_with_select (unexpected)
--- FAIL: HasOneAssociationsTest#test_association_enum_works_properly_with_nested_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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

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

--- FAIL: HasAndBelongsToManyAssociationsTest#test_updating_attributes_on_non_rich_associations (unexpected)
--- FAIL: FinderTest#test_take_bang_missing (unexpected)
--- FAIL: EagerAssociationTest#test_preconfigured_includes_with_habtm (unexpected)
--- FAIL: DefaultScopingTest#test_default_scope_runs_on_create (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_with_polymorphic_has_many_does_not_allow_to_override_type_and_id (unexpected)
--- FAIL: InheritanceTest#test_compute_type_success (unexpected)
--- FAIL: HasOneAssociationsTest#test_successful_build_association (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_nested_has_many_through_association_with_unpersisted_parent_instance (unexpected)
--- FAIL: AttributeMethodsTest#test_time_attributes_are_retrieved_in_the_current_time_zone (unexpected)
--- FAIL: ActiveRecord::SelectTest#test_select_with_hash_argument (unexpected)
--- FAIL: BasicsTest#test_can_call_connected_to_with_role_and_shard_on_abstract_classes (unexpected)
--- FAIL: BelongsToAssociationsTest#test_create_bang_with_block (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_singleton_has_many_through (unexpected)
--- FAIL: InheritanceTest#test_inheritance_new_with_base_class (unexpected)
--- FAIL: EnumTest#test_unicode_characters_for_enum_names (unexpected)
--- FAIL: AttributeMethodsTest#test_set_attributes_with_a_block (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_alternate_database (unexpected)
--- FAIL: BasicsTest#test_.columns_hash_raises_an_error_if_the_record_has_an_empty_table_name (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_create_has_many_through_with_default_scope_on_join_model (unexpected)
--- FAIL: RelationTest#test_automatically_added_where_references (unexpected)
--- FAIL: RelationTest#test_using_a_custom_table_with_joins_affects_the_joins (unexpected)
--- FAIL: CalculationsTest#test_pluck_multiple_columns (unexpected)
--- FAIL: AttributeMethodsTest#test_write_attribute_does_not_raise_when_the_attribute_isn't_selected (unexpected)
--- FAIL: BelongsToAssociationsTest#test_counter_cache_double_destroy (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attribute_with_nil_should_not_asplode (unexpected)
--- FAIL: AssociationsTest#test_query_constraints_that_dont_include_the_primary_key_raise (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_all_with_include_and_conditions (unexpected)
--- FAIL: PersistenceTest#test_update_column_should_raise_exception_if_new_record (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_update_ids_with_conditions (unexpected)
--- FAIL: ActiveRecord::DupTest#test_dup (unexpected)
--- FAIL: HasOneAssociationsTest#test_clearing_an_association_clears_the_associations_inverse (unexpected)
--- FAIL: FinderTest#test_find_with_hash_conditions_on_joined_table (unexpected)
--- FAIL: RelationTest#test_joins_with_select_custom_attribute (unexpected)
--- FAIL: RelationTest#test_having_with_binds_for_both_where_and_having (unexpected)
--- FAIL: EagerAssociationTest#test_association_loading_notification (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_composite_primary_key_join_table (unexpected)
--- FAIL: RelationTest#test_multi_where_ands_queries (unexpected)
--- FAIL: ActiveRecord::Migration::CheckConstraintTest#test_not_valid_check_constraint (unexpected)
--- FAIL: RelationTest#test_find_all_using_where_with_relation (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_for_single_table_inheritance_(STI_Models) (unexpected)
--- FAIL: RelationTest#test_select_with_from_includes_quoted_original_table_name (unexpected)
--- FAIL: CalculationsTest#test_count_with_too_many_parameters_raises (unexpected)
--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_nil_serialized_attribute_without_class_constraint (unexpected)
--- FAIL: StoreTest#test_object_initialization_with_not_nullable_column_encoded_with_JSON (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_joining_has_many_through_with_distinct (unexpected)
--- FAIL: UpdateAllTest#test_update_on_relation (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ 455b16592df7d8efd121b3ba1256fb477e227564:

--- FAIL: CalculationsTest#test_pluck_loaded_relation_sql_fragment (unexpected)
--- FAIL: HasOneAssociationsTest#test_with_polymorphic_has_one_with_custom_columns_name (unexpected)
--- FAIL: InheritanceTest#test_compute_type_argument_error (unexpected)
--- FAIL: BasicsTest#test_find_by_slug (unexpected)
--- FAIL: HasManyAssociationsTest#test_regular_create_on_has_many_when_parent_is_new_raises (unexpected)
--- FAIL: PersistenceTest#test_create_columns_not_equal_attributes (unexpected)
--- FAIL: SerializedAttributeTest#test_where_by_serialized_attribute_with_array (unexpected)
--- FAIL: HasManyThroughDisableJoinsAssociationsTest#test_polymophic_disable_joins_through_ordering (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_attributes_not_backed_by_database_columns_are_always_initialized (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_first_after_reset_scope (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_association_replaces_existing_without_dependent_option (unexpected)
--- FAIL: InheritanceTest#test_becomes_and_change_tracking_for_inheritance_columns (unexpected)
--- FAIL: AttributeMethodsTest#test_case-sensitive_attributes_hash (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_setting_foreign_key_after_nil_target_loaded (unexpected)
--- FAIL: BasicsTest#test_initialize_with_attributes (unexpected)
--- FAIL: CounterCacheTest#test_decrement_counter (unexpected)
--- FAIL: EagerAssociationTest#test_base_messages (unexpected)
--- FAIL: BasicsTest#test_marshal_new_record_round_trip (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_primary_key_joins_on_correct_column (unexpected)
--- FAIL: InverseHasOneTests#test_parent_instance_should_be_shared_with_newly_created_child (unexpected)
--- FAIL: InheritanceTest#test_compute_type_on_undefined_method (unexpected)
--- FAIL: CalculationsTest#test_should_count_scoped_select_with_options (unexpected)
--- FAIL: AssociationValidationTest#test_validates_associated_marked_for_destruction (unexpected)
--- FAIL: HasManyAssociationsTest#test_prevent_double_insertion_of_new_object_when_the_parent_association_loaded_in_the_after_save_callback (unexpected)
--- FAIL: BasicsTest#test_ignored_columns_have_no_attribute_methods (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_empty_in (unexpected)
--- FAIL: HasManyAssociationsTest#test_adding_array_and_collection (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_proxy_should_not_respond_to_private_methods (unexpected)
--- FAIL: BasicsTest#test_attribute_names_on_table_not_exists (unexpected)
--- FAIL: FinderTest#test_find_by_ids (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loaded_has_one_association_with_references_does_not_run_additional_queries (unexpected)
--- FAIL: CalculationsTest#test_having_with_strong_parameters (unexpected)
--- FAIL: OptimisticLockingTest#test_lock_new (unexpected)
--- FAIL: FinderTest#test_find_passing_active_record_object_is_not_permitted (unexpected)
--- FAIL: BelongsToAssociationsTest#test_tracking_change_from_nil_to_new_record (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_in_collection (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_has_many_through_belongs_to_ids_with_conditions (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_multiple_columns_and_selection_clause (unexpected)
--- FAIL: OptimisticLockingTest#test_lock_destroy (unexpected)
--- FAIL: InverseBelongsToTests#test_child_instance_should_be_shared_with_replaced_via_accessor_parent (unexpected)
--- FAIL: PostGISTest#test_spatial_factory_attrs_parsing (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_with_assigning_new_object (unexpected)
--- FAIL: BelongsToAssociationsTest#test_should_set_foreign_key_on_create_association! (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_inner_join_with_quoted_table_name (unexpected)
--- FAIL: CalculationsTest#test_count_with_column_parameter (unexpected)
--- FAIL: DirtyTest#test_datetime_attribute_can_be_updated_with_fractional_seconds (unexpected)
--- FAIL: HasManyAssociationsTest#test_first_or_create!_adds_the_record_to_the_association (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ ebf92d22a7e4afe2423e681d49c615104b5f0098:

--- FAIL: TransactionTest#test_add_to_null_transaction (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_preload_sti_middle_relation (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_an_invalid_type (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_that_should_not_be_fully_merged (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_of_optional_instance_dependent_associations_is_supported (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_before_save (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_assign_ids (unexpected)
--- FAIL: PersistenceTest#test_becomes_errors_base (unexpected)
--- FAIL: PersistenceTest#test_destroy_with_single_composite_primary_key (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column (unexpected)
--- FAIL: HasManyAssociationsTest#test_building_the_associated_object_with_an_invalid_type (unexpected)
--- FAIL: TransactionTest#test_raising_exception_in_nested_transaction_restore_state_in_save (unexpected)
--- FAIL: DefaultScopingTest#test_default_scope_runs_on_select (unexpected)
--- FAIL: FinderTest#test_find_one_message_with_custom_primary_key (unexpected)
--- FAIL: PostgresqlByteaTest#test_read_value (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_an_overridden_original_method_issues_a_deprecation (unexpected)
--- FAIL: HasManyAssociationsTest#test_dependence_for_associations_with_hash_condition (unexpected)
--- FAIL: PersistenceTest#test_update_columns_with_default_scope (unexpected)
--- FAIL: PersistenceTest#test_create_many (unexpected)
--- FAIL: RelationTest#test_select_with_blank_value (unexpected)
--- FAIL: AssociationCallbacksTest#test_has_and_belongs_to_many_callbacks_for_save_on_parent (unexpected)
--- FAIL: RelationTest#test_finding_with_reorder (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_destroy (unexpected)
--- FAIL: HasManyAssociationsTest#test_in_memory_replacements_do_not_execute_callbacks (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_names_with_a_custom_select (unexpected)
--- FAIL: HasManyAssociationsTest#test_regular_create_on_has_many_when_parent_is_new_raises (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_update_counter_caches_on_delete (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_first_or_last_on_loaded_association_should_not_fetch_with_query (unexpected)
--- FAIL: ValidationsTest#test_numericality_validator_wont_be_affected_by_custom_getter (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_reassigning_has_one_through (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_destroy_on_association_clears_scope (unexpected)
--- FAIL: InheritanceTest#test_becomes_sets_variables_before_initialization_callbacks (unexpected)
--- FAIL: EagerAssociationTest#test_limited_eager_with_order (unexpected)
--- FAIL: AttributeMethodsTest#test_array_content (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_loading_for_new_record (unexpected)
--- FAIL: RelationTest#test_create_with_array (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_for_inspect_with_an_array (unexpected)
--- FAIL: RelationTest#test_preloading_with_associations_default_scopes_and_merges (unexpected)
--- FAIL: OptimisticLockingTest#test_touch_stale_object (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_joining_has_many_through_belongs_to (unexpected)
--- FAIL: InheritanceTest#test_different_namespace_subclass_should_load_correctly_with_store_full_sti_class_option (unexpected)
--- FAIL: PersistenceTest#test_update_columns_returns_boolean (unexpected)
--- FAIL: ReflectionTest#test_reflect_on_association_accepts_symbols (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_all_for_with_dependent_option_delete_all (unexpected)
--- FAIL: RelationTest#test_loaded_all (unexpected)
--- FAIL: CounterCacheTest#test_reset_counter_performs_query_for_correct_counter_with_touch:_true (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ 34caf9d2c267f95f6aef2713708806e6f14948d6:

--- FAIL: FinderTest#test_find_with_nil_inside_set_passed_for_one_attribute (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_update (unexpected)
--- FAIL: CalculationsTest#test_limit_with_offset_is_kept (unexpected)
--- FAIL: CalculationsTest#test_count_with_eager_loading_and_custom_select_and_order (unexpected)
--- FAIL: BelongsToAssociationsTest#test_with_polymorphic_and_condition (unexpected)
--- FAIL: FinderTest#test_exists_with_distinct_association_includes_and_limit (unexpected)
--- FAIL: CalculationsTest#test_grouped_calculation_with_polymorphic_relation (unexpected)
--- FAIL: PersistenceTest#test_becomes_default_sti_subclass (unexpected)
--- FAIL: CalculationsTest#test_should_count_manual_with_count_all (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_collection_singular_ids_on_has_many_through_with_conditions_and_include (unexpected)
--- FAIL: HasManyAssociationsTest#test_ids_reader_cache_should_be_cleared_when_collection_is_deleted (unexpected)
--- FAIL: CalculationsTest#test_count_with_column_parameter (unexpected)
--- FAIL: CalculationsTest#test_ids_with_includes_offset (unexpected)
--- FAIL: RelationTest#test_loaded_all (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_grouped (unexpected)
--- FAIL: RelationTest#test_one_with_destroy (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_with_bang_with_purpose (unexpected)
--- FAIL: PersistenceTest#test_create_many_through_factory_with_block (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_invalid_adding_before_save (unexpected)
--- FAIL: HasManyAssociationsTest#test_finder_method_with_dirty_target (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field_having_condition_from_select (unexpected)
--- FAIL: CalculationsTest#test_maximum_with_not_auto_table_name_prefix_if_column_included (unexpected)
--- FAIL: FinderTest#test_find_by_two_attributes_but_passing_only_one (unexpected)
--- FAIL: BelongsToAssociationsTest#test_composite_primary_key_malformed_association_class (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_preload_with_nested_association (unexpected)
--- FAIL: BelongsToAssociationsTest#test_create! (unexpected)
--- FAIL: FinderTest#test_implicit_order_column_is_configurable (unexpected)
--- FAIL: RelationTest#test_create_bang_with_array (unexpected)
--- FAIL: RelationTest#test_finding_with_reorder_by_aliased_attributes (unexpected)
--- FAIL: FinderTest#test_find_with_ids_with_id_out_of_range (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_alternate_database (unexpected)
--- FAIL: RelationTest#test_relations_limit_the_records_in_#inspect_at_10 (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_and_self_table_reference (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_association_through_a_has_many_association_to_self (unexpected)
--- FAIL: FinderTest#test_find_on_multiple_hash_conditions (unexpected)
--- FAIL: RelationTest#test_find_by_returns_nil_if_the_record_is_missing (unexpected)
--- FAIL: RelationTest#test_count (unexpected)
--- FAIL: BasicsTest#test_previously_changed_dup (unexpected)
--- FAIL: BelongsToAssociationsTest#test_multiple_counter_cache_with_after_create_update (unexpected)
--- FAIL: FinderTest#test_select_rows (unexpected)
--- FAIL: RelationTest#test_having_with_binds_for_both_where_and_having (unexpected)
--- FAIL: BasicsTest#test_last (unexpected)
--- FAIL: HasManyAssociationsTest#test_building_the_associated_object_with_explicit_sti_base_class (unexpected)
--- FAIL: PersistenceTest#test_increment_aliased_attribute (unexpected)
--- FAIL: RelationTest#test_unscope_grouped_where (unexpected)
--- FAIL: RelationTest#test_find_by!_requires_at_least_one_argument (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ 067e48d29b9093038f6fcf2074cd761ffdcd4fe2:

--- FAIL: FinderTest#test_#skip_query_cache!_for_#exists?_with_a_limited_eager_load (unexpected)
--- FAIL: FinderTest#test_last_bang_present (unexpected)
--- FAIL: FinderTest#test_find_by_id_with_conditions_with_or (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_after_parameterize_with_hyphens (unexpected)
--- FAIL: BasicsTest#test_typecasting_aliases (unexpected)
--- FAIL: FinderTest#test_exists_with_scope (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_aggregate_attribute_having_same_name_as_field_and_key_value_being_aggregate (unexpected)
--- FAIL: BasicsTest#test_attributes_on_dummy_time_with_invalid_time (unexpected)
--- FAIL: FinderTest#test_find_by_nil_and_not_nil_attributes (unexpected)
--- FAIL: FinderTest#test_named_bind_variables (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_two_levels_with_two_has_many_associations (unexpected)
--- FAIL: FinderTest#test_second_to_last (unexpected)
--- FAIL: BasicsTest#test_distinct_delegates_to_scoped (unexpected)
--- FAIL: FinderTest#test_find_with_ids_with_id_out_of_range (unexpected)
--- FAIL: BasicsTest#test_group_weirds_by_from (unexpected)
--- FAIL: BasicsTest#test_column_names_are_quoted_when_using_#from_clause_and_model_has_ignored_columns (unexpected)
--- FAIL: BasicsTest#test_reload (unexpected)
--- FAIL: FinderTest#test_exists_with_aggregate_having_three_mappings_with_one_difference (unexpected)
--- FAIL: BasicsTest#test_limit_should_sanitize_sql_injection_for_limit_without_commas (unexpected)
--- FAIL: BasicsTest#test_singular_table_name_guesses_with_prefixes_and_suffixes (unexpected)
--- FAIL: FinderTest#test_find_by_two_attributes_but_passing_only_one (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_grafts_stashed_associations_to_correct_parent (unexpected)
--- FAIL: BasicsTest#test_comparison_with_different_objects (unexpected)
--- FAIL: FinderTest#test_fourth_have_primary_key_order_by_default (unexpected)
--- FAIL: FinderTest#test_find_by_on_a_scope_does_not_perform_statement_caching (unexpected)
--- FAIL: FinderTest#test_last_with_integer_and_order_should_keep_the_order (unexpected)
--- FAIL: FinderTest#test_find_by_bang_on_relation_with_large_number (unexpected)
--- FAIL: FinderTest#test_find_with_nil_inside_set_passed_for_one_attribute (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_multiple_ranges (unexpected)
--- FAIL: FinderTest#test_fourth (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_where_first_level_returns_nil (unexpected)
--- FAIL: BasicsTest#test_create_after_initialize_without_block (unexpected)
--- FAIL: FinderTest#test_model_class_responds_to_fourth_bang (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_cascaded_eager_association_loading_with_join_for_count (unexpected)
--- FAIL: FinderTest#test_second_to_last_have_primary_key_order_by_default (unexpected)
--- FAIL: BasicsTest#test_dont_clear_sequence_name_when_setting_explicitly (unexpected)
--- FAIL: FinderTest#test_find_with_ids_where_and_limit (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_recursive_cascading_four_levels_has_many_through (unexpected)
--- FAIL: BasicsTest#test_scoped_can_take_a_values_hash (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_preloading_across_has_one_constrains_loaded_records (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_three_levels_by_ping_pong (unexpected)
--- FAIL: IntegrationTest#test_cache_version_changes_with_versioning_on (unexpected)
--- FAIL: BasicsTest#test_clear_cache_when_setting_table_name (unexpected)
--- FAIL: FinderTest#test_member_on_unloaded_relation_without_match (unexpected)
--- FAIL: FinderTest#test_find_with_a_multiple_sets_of_composite_primary_key_wrapped_in_an_array (unexpected)
--- FAIL: FinderTest#test_unexisting_record_exception_handling (unexpected)
--- FAIL: IntegrationTest#test_to_param_returns_id_if_not_persisted_but_id_is_set (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ f0116ea373a2b87155e7f0264df4f783ce177360:

--- FAIL: RelationTest#test_finding_with_complex_order_and_limit (unexpected)
--- FAIL: RelationTest#test_select_with_subquery_string_in_from_does_not_use_original_table_name (unexpected)
--- FAIL: RelationTest#test_extracted_association (unexpected)
--- FAIL: FinderTest#test_second_with_offset (unexpected)
--- FAIL: RelationTest#test_joins_with_select (unexpected)
--- FAIL: HasManyAssociationsTest#test_in_memory_replacements_do_not_execute_callbacks (unexpected)
--- FAIL: HasOneThroughDisableJoinsAssociationsTest#test_has_one_through_with_belongs_to_on_disable_joins (unexpected)
--- FAIL: RelationTest#test_first_or_initialize_with_no_parameters (unexpected)
--- FAIL: BasicsTest#test_marshal_inspected_round_trip (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_update_changing_ids_changes_the_counter_cache (unexpected)
--- FAIL: RelationTest#test_finding_with_order_and_take (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_numeric_range_for_string (unexpected)
--- FAIL: FinderTest#test_find_with_nil_inside_set_passed_for_one_attribute (unexpected)
--- FAIL: FinderTest#test_third_with_offset (unexpected)
--- FAIL: FinderTest#test_find_with_ids_with_id_out_of_range (unexpected)
--- FAIL: HasManyAssociationsTest#test_collection_association_with_private_kernel_method (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_with_bang_with_non_unique_attributes (unexpected)
--- FAIL: RelationTest#test_reverse_arel_assoc_order_with_multiargument_function (unexpected)
--- FAIL: FinderTest#test_find_by_array_of_one_id (unexpected)
--- FAIL: FinderTest#test_find_on_combined_explicit_and_hashed_table_names (unexpected)
--- FAIL: PersistenceTest#test_increment_with_no_arg (unexpected)
--- FAIL: InheritanceAttributeMappingTest#test_polymorphic_associations_custom_type (unexpected)
--- FAIL: PersistenceTest#test_save_with_duping_of_destroyed_object (unexpected)
--- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object_with_primary_key (unexpected)
--- FAIL: PersistenceTest#test_becomes (unexpected)
--- FAIL: CalculationsTest#test_count_selected_arel_attribute_in_joined_table (unexpected)
--- FAIL: BasicsTest#test_quoted_table_name_after_set_table_name (unexpected)
--- FAIL: FinderTest#test_sole_failing_many (unexpected)
--- FAIL: FinderTest#test_find_by_with_non-hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: RelationTest#test_size_with_eager_loading_and_custom_order (unexpected)
--- FAIL: ReflectionTest#test_default_association_validation (unexpected)
--- FAIL: HasManyAssociationsTest#test_counting_with_association_limit (unexpected)
--- FAIL: HasManyAssociationsTest#test_update_all_respects_association_scope (unexpected)
--- FAIL: FinderTest#test_fourth_with_offset (unexpected)
--- FAIL: PersistenceTest#test_update_uses_query_constraints_config (unexpected)
--- FAIL: PersistenceTest#test_update_columns_should_not_leave_the_object_dirty (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_first_after_reset_scope (unexpected)
--- FAIL: CalculationsTest#test_no_queries_for_empty_relation_on_sum (unexpected)
--- FAIL: PersistenceTest#test_decrement_attribute_by (unexpected)
--- FAIL: HasManyAssociationsTest#test_replace_with_new (unexpected)
--- FAIL: RelationTest#test_find_or_create_by! (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_explicit_table_name_and_aggregate (unexpected)
--- FAIL: RelationTest#test_select_takes_an_aliased_attribute (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_qualified_attribute_dot_notation_string (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroy_all (unexpected)
--- FAIL: CalculationsTest#test_should_limit_calculation (unexpected)
--- FAIL: HasManyAssociationsTest#test_building_the_associated_object_with_implicit_sti_base_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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ 3060756a084cc437114d64265e79ace5720a7317:

--- FAIL: BasicsTest#test_find_keeps_multiple_group_values (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_all_on_association_is_the_same_as_not_loaded (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_with_rewhere_doesnt_set_inverse_instance_key (unexpected)
--- FAIL: BasicsTest#test_marshal_between_processes (unexpected)
--- FAIL: AttributeMethodsTest#test_read_overridden_attribute_with_predicate_respects_override (unexpected)
--- FAIL: RelationTest#test_select_with_subquery_string_in_from_does_not_use_original_table_name (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_keys_bypass_attribute_protection (unexpected)
--- FAIL: RelationTest#test_select_takes_a_variable_list_of_args (unexpected)
--- FAIL: RelationTest#test_pluck_with_from_includes_quoted_original_table_name (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_store_association_in_two_relations_with_one_save_in_existing_object_with_values (unexpected)
--- FAIL: RelationTest#test_size_with_zero_limit (unexpected)
--- FAIL: BasicsTest#test_preserving_time_objects_with_local_time_conversion_to_default_timezone_utc (unexpected)
--- FAIL: RelationTest#test_find_all_using_where_with_relation_with_no_selects_and_composite_primary_key_raises (unexpected)
--- FAIL: BasicsTest#test_default_values (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_predicates_respect_access_control (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ColumnsTest#test_change_column_default (unexpected)
--- FAIL: HasManyAssociationsTest#test_clearing_an_exclusively_dependent_association_collection (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_with_bang_should_raise_due_to_validation_errors (unexpected)
--- FAIL: AssociationsTest#test_belongs_to_association_does_not_use_parent_query_constraints_if_not_configured_to (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attribute (unexpected)
--- FAIL: BasicsTest#test_equality (unexpected)
--- FAIL: CallbacksOnMultipleInstancesInATransactionTest#test_updated_callback_called_on_first_to_save_in_transaction_with_old_configuration (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_callbacks_firing_order_on_create (unexpected)
--- FAIL: AttributeMethodsTest#test_hashes_are_not_mangled (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_method? (unexpected)
--- FAIL: BasicsTest#test_primary_key_and_references_columns_should_be_identical_type (unexpected)
--- FAIL: HasManyAssociationsTest#test_get_ids_for_unloaded_associations_does_not_load_them (unexpected)
--- FAIL: HasManyAssociationsTest#test_clear_collection_should_not_change_updated_at (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_size_on_an_association_that_has_been_loaded_does_not_perform_query (unexpected)
--- FAIL: HasManyAssociationsTest#test_has_many_preloading_with_duplicate_records (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_with_a_bang (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record (unexpected)
--- FAIL: BasicsTest#test_connection_in_local_time (unexpected)
--- FAIL: HasManyAssociationsTest#test_sti_subselect_count (unexpected)
--- FAIL: RelationTest#test_extracted_association (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::TypesTest#test_attributes_which_are_invalid_for_database_can_still_be_reassigned (unexpected)
--- FAIL: BasicsTest#test_readonly_attributes (unexpected)
--- FAIL: RelationTest#test_find_by_with_delegated_ar_object (unexpected)
--- FAIL: BasicsTest#test_attribute_names_on_table_not_exists (unexpected)
--- FAIL: HasManyAssociationsTest#test_finding_using_primary_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_finding_with_condition (unexpected)
--- FAIL: BasicsTest#test_find_reverse_ordered_last (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_eager_load_raise_errors (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_with_non_unique_attributes (unexpected)
--- FAIL: HasManyAssociationsTest#test_anonymous_has_many (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_one_should_defer_to_collection_if_using_a_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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ c561383c9d86a52cf63a2c8aaa3ee20270635f11:

--- FAIL: FinderTest#test_find_by_invalid_method_syntax (unexpected)
--- FAIL: BelongsToAssociationsTest#test_failing_create! (unexpected)
--- FAIL: MultiParameterAttributeTest#test_multiparameter_attributes_on_date_with_empty_day (unexpected)
--- FAIL: JsonAttributeTest#test_select (unexpected)
--- FAIL: FinderTest#test_exists_with_includes_limit_and_empty_result (unexpected)
--- FAIL: FinderTest#test_take_failing (unexpected)
--- FAIL: AttributeMethodsTest#test_hashes_are_not_mangled (unexpected)
--- FAIL: BelongsToAssociationsTest#test_type_mismatch (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_association_proxy_transaction_method_starts_transaction_in_association_class (unexpected)
--- FAIL: ReflectionTest#test_scope_chain_does_not_interfere_with_hmt_with_polymorphic_case (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_present (unexpected)
--- FAIL: PersistenceTest#test_increment_attribute_by (unexpected)
--- FAIL: AttributeMethodsTest#test_calling_super_when_the_parent_does_not_define_method_raises_NoMethodError (unexpected)
--- FAIL: ReflectionTest#test_column_null_not_null (unexpected)
--- FAIL: ReflectionTest#test_association_primary_key_uses_explicit_primary_key_option_as_first_priority (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_assignment_with_nil (unexpected)
--- FAIL: EnumTest#test_unicode_characters_for_enum_names (unexpected)
--- FAIL: FinderTest#test_find_by_with_hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: AttributeMethodsTest#test_number_attribute_predicate (unexpected)
--- FAIL: FinderTest#test_implicit_order_column_is_configurable (unexpected)
--- FAIL: JsonAttributeTest#test_changes_in_place (unexpected)
--- FAIL: AttributeMethodsTest#test_write_attribute_does_not_raise_when_the_attribute_isn't_selected (unexpected)
--- FAIL: SignedIdTest#test_cannot_get_a_signed_ID_for_a_new_record (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_destroy_all (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_multiple_stis_and_order (unexpected)
--- FAIL: InheritanceTest#test_alt_destroy_all_within_inheritance (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_aggregate_having_one_mapping_array (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associating_new (unexpected)
--- FAIL: ReflectionTest#test_has_and_belongs_to_many_reflection (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_destroy_on_association_clears_scope (unexpected)
--- FAIL: MultiParameterAttributeTest#test_multiparameter_attributes_setting_date_and_time_attribute (unexpected)
--- FAIL: PersistenceTest#test_update_all (unexpected)
--- FAIL: AttributeMethodsTest#test_time_attributes_are_retrieved_in_the_current_time_zone (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_update_counter_caches_on_delete_with_dependent_destroy (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_sti_subclass (unexpected)
--- FAIL: FinderTest#test_last_bang_present (unexpected)
--- FAIL: FinderTest#test_find_with_proc_parameter_and_block (unexpected)
--- FAIL: AttributeMethodsTest#test_setting_a_time_zone-aware_attribute_interprets_time_zone-unaware_string_in_time_zone (unexpected)
--- FAIL: PersistenceTest#test_create_model_with_custom_named_uuid_pk_populates_id (unexpected)
--- FAIL: AttributeMethodsTest#test_#id_value_alias_is_not_defined_if_id_column_doesn't_exist (unexpected)
--- FAIL: BelongsToAssociationsTest#test_create_with_conditions (unexpected)
--- FAIL: InheritanceTest#test_compute_type_on_undefined_method (unexpected)
--- FAIL: BelongsToAssociationsTest#test_association_with_query_constraints_assigns_id_on_replacement (unexpected)
--- FAIL: PersistenceTest#test_decrement_with_touch_updates_timestamps (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_names_on_a_queried_record (unexpected)
--- FAIL: BelongsToAssociationsTest#test_association_assignment_sticks (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

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

--- FAIL: HasManyAssociationsTest#test_dependent_association_respects_optional_hash_conditions_on_delete (unexpected)
--- FAIL: HasManyAssociationsTest#test_clearing_updates_counter_cache_when_inverse_counter_cache_is_a_symbol_with_dependent_destroy (unexpected)
--- FAIL: RelationTest#test_select_with_blank_value (unexpected)
--- FAIL: RelationTest#test_where_id_with_delegated_ar_object (unexpected)
--- FAIL: HasManyAssociationsTest#test_in_memory_replacements_sets_inverse_instance (unexpected)
--- FAIL: HasManyAssociationsTest#test_clearing_a_dependent_association_collection (unexpected)
--- FAIL: RelationTest#test_already-loaded_relations_don't_perform_a_new_query_in_#inspect (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_all_accepts_limited_parameters (unexpected)
--- FAIL: HasManyAssociationsTest#test_create_from_association_with_nil_values_should_work (unexpected)
--- FAIL: RelationTest#test_finding_with_reversed_assoc_order (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroying (unexpected)
--- FAIL: HasManyAssociationsTest#test_taking_with_inverse_of (unexpected)
--- FAIL: RelationTest#test_finding_with_reversed_arel_assoc_order (unexpected)
--- FAIL: RelationTest#test_where_with_take_memoization (unexpected)
--- FAIL: RelationTest#test_find_all_with_join (unexpected)
--- FAIL: RelationTest#test_empty_with_zero_limit (unexpected)
--- FAIL: HasManyAssociationsTest#test_dependent_association_respects_optional_sanitized_conditions_on_delete (unexpected)
--- FAIL: RelationTest#test_joins_with_order_by_custom_attribute (unexpected)
--- FAIL: HasManyAssociationsTest#test_counter_cache_updates_in_memory_after_create (unexpected)
--- FAIL: RelationTest#test_find_ids (unexpected)
--- FAIL: AssociationsTest#test_should_construct_new_finder_sql_after_create (unexpected)
--- FAIL: RelationTest#test_size_with_zero_limit (unexpected)
--- FAIL: HasManyAssociationsTest#test_first_or_create_adds_the_record_to_the_association (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_within_transaction (unexpected)
--- FAIL: AssociationsTest#test_assign_persisted_composite_foreign_key_belongs_to_association (unexpected)
--- FAIL: RelationTest#test_unscoped_block_style (unexpected)
--- FAIL: HasManyAssociationsTest#test_counter_cache_updates_in_memory_after_update_with_inverse_of_enabled (unexpected)
--- FAIL: RelationTest#test_eager_association_loading_of_stis_with_multiple_references (unexpected)
--- FAIL: HasManyAssociationsTest#test_update_all_respects_association_scope (unexpected)
--- FAIL: RelationTest#test_find_with_list_of_ar (unexpected)
--- FAIL: RelationTest#test_find_all_using_where_with_relation (unexpected)
--- FAIL: HasManyAssociationsTest#test_dependence_with_transaction_support_on_failure (unexpected)
--- FAIL: RelationTest#test_select_with_subquery_string_in_from_does_not_use_original_table_name (unexpected)
--- FAIL: HasManyAssociationsTest#test_has_many_with_out_of_range_value (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_the_association_with_an_array (unexpected)
--- FAIL: RelationTest#test_size_with_limit (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_one_should_count_instead_of_loading_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_get_ids_for_association_on_new_record_does_not_try_to_find_records (unexpected)
--- FAIL: RelationTest#test_one (unexpected)
--- FAIL: HasManyAssociationsTest#test_loading_association_in_validate_callback_doesnt_affect_persistence (unexpected)
--- FAIL: RelationTest#test_find_with_included_associations (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_first_after_reset (unexpected)
--- FAIL: RelationTest#test_find_all_using_where_with_relation_with_joins (unexpected)
--- FAIL: RelationTest#test_two_scopes_with_includes_should_not_drop_any_include (unexpected)
--- FAIL: RelationTest#test_scoped_build (unexpected)
--- FAIL: RelationTest#test_size_with_eager_loading_and_custom_order (unexpected)
--- FAIL: RelationTest#test_find_by_id_with_list_of_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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ c994982a8be5af89f594e115e897dd6d62cf99d8:

(orm_helpers.go:227).summarizeFailed: 
Tests run on Cockroach v24.1.0-alpha.4-dev-c994982a8be5af89f594e115e897dd6d62cf99d8
Tests run against activerecord 7.1.3
8108 Total Tests Run
8079 tests passed
29 tests failed
66 tests skipped
0 tests ignored
0 tests passed unexpectedly
3 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: 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)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
For a full summary look at the activerecord artifacts 
An updated blocklist (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ 6df7436b6388eb7823b9f63a42aa75e1fbc89a85:

--- FAIL: BelongsToAssociationsTest#test_replace_counter_cache (unexpected)
--- FAIL: PostgresqlDateTest#test_bc_date_year_zero (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_change_column_of_parent_table (unexpected)
--- FAIL: ActiveRecord::RelationTest#test_selecting_aliased_attribute_quotes_column_name_when_from_is_used (unexpected)
--- FAIL: RelationTest#test_unscope_with_subquery (unexpected)
--- FAIL: SerializationTest#test_read_attribute_for_serialization_with_format_after_find (unexpected)
--- FAIL: BelongsToAssociationsTest#test_with_polymorphic_and_condition (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_has_one_with_cpk (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_for_existing_record_with_updated_at_and_custom_cache_timestamp_format (unexpected)
--- FAIL: ActiveRecord::PostgresqlTransactionTest#test_raises_QueryCanceled_when_statement_timeout_exceeded (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_touch (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_a_regular_association_through_a_polymorphic_association_doesn't_require_the_association_to_exist_on_all_types (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_attributes_with_overridden_types_keep_their_type_when_a_default_value_is_configured_separately (unexpected)
--- FAIL: RelationTest#test_finding_with_assoc_reorder_by_aliased_attributes (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_after_touch (unexpected)
--- FAIL: AttributeMethodsTest#test_write_time_to_date_attribute (unexpected)
--- FAIL: BelongsToAssociationsTest#test_setting_foreign_key_after_nil_target_loaded (unexpected)
--- FAIL: AttributeMethodsTest#test_accessed_fields (unexpected)
--- FAIL: IntegrationTest#test_param_delimiter_changes_delimiter_used_in_to_param (unexpected)
--- FAIL: BasicsTest#test_readonly_attributes_on_a_new_record (unexpected)
--- FAIL: CockroachDB::FixturesTest#test_clean_fixtures (unexpected)
--- FAIL: NamedScopingTest#test_should_build_new_on_top_of_scope (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_preloading_empty_through_with_polymorphic_source_association (unexpected)
--- FAIL: CascadedEagerLoadingTest#test_preloaded_records_are_not_duplicated (unexpected)
--- FAIL: AttributeMethodsTest#test_aliasing_``id``_attribute_allows_reading_the_column_value_for_a_CPK_model (unexpected)
--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_where_by_serialized_attribute_with_hash_in_array (unexpected)
--- FAIL: PersistenceTest#test_destroy_with_invalid_ids_for_a_model_that_expects_composite_keys (unexpected)
--- FAIL: HasOneAssociationsTest#test_reset_association (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_overloaded_properties_save (unexpected)
--- FAIL: BasicsTest#test_dup_with_aggregate_of_same_name_as_attribute (unexpected)
--- FAIL: PostgresqlVirtualColumnTest#test_stored_column (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_remove_reference_column_of_child_table (unexpected)
--- FAIL: RelationTest#test_includes_with_blank_value (unexpected)
--- FAIL: ReflectionTest#test_reflect_on_association_accepts_strings (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_attributes_added_after_subclasses_load_are_inherited (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_with_a_bang_for_single_table_inheritance_(STI_Models) (unexpected)
--- FAIL: HasOneAssociationsTest#test_dependence (unexpected)
--- FAIL: RelationTest#test_unscope_with_triple_dot_where (unexpected)
--- FAIL: DateTest#test_date_with_string_value (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_consider_type (unexpected)
--- FAIL: AttributeMethodsTest#test_string_attribute_predicate (unexpected)
--- FAIL: PersistenceTest#test_update_sti_type (unexpected)
--- FAIL: EagerAssociationTest#test_preload_has_one_using_primary_key (unexpected)
--- FAIL: BasicsTest#test_hashing (unexpected)
--- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_conditions_on_association (unexpected)
--- FAIL: YamlSerializationTest#test_yaml_encoding_keeps_false_values (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ ec9444f8287663777c5ebceff61bcd280491ba08:

--- FAIL: CalculationsTest#test_grouped_calculation_with_polymorphic_relation (unexpected)
--- FAIL: BasicsTest#test_equality_of_relation_and_association_relation (unexpected)
--- FAIL: BasicsTest#test_table_exists (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_invalid_adding_with_validate_false (unexpected)
--- FAIL: BasicsTest#test_readonly_attributes_on_a_new_record (unexpected)
--- FAIL: HasManyAssociationsTest#test_get_ids (unexpected)
--- FAIL: BasicsTest#test_quoting_arrays (unexpected)
--- FAIL: BasicsTest#test_hashing (unexpected)
--- FAIL: BasicsTest#test_previously_new_record_on_destroyed_record (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_empty_on_an_association_that_has_not_been_loaded_performs_a_query (unexpected)
--- FAIL: BasicsTest#test_readonly_attributes_in_abstract_class_descendant (unexpected)
--- FAIL: CalculationsTest#test_ids_with_scope (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field (unexpected)
--- FAIL: BasicsTest#test_previously_changed (unexpected)
--- FAIL: CalculationsTest#test_count_with_block_and_column_name_raises_an_error (unexpected)
--- FAIL: BasicsTest#test_unicode_column_name (unexpected)
--- FAIL: CalculationsTest#test_count_should_shortcut_with_limit_zero (unexpected)
--- FAIL: CalculationsTest#test_group_by_attribute_with_custom_type (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_updates_counter_cache_with_dependent_destroy (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_includes_limit_and_empty_result (unexpected)
--- FAIL: HasManyAssociationsTest#test_cant_save_has_many_readonly_association (unexpected)
--- FAIL: BasicsTest#test_#connected_to_many_sets_prevent_writes_if_role_is_reading (unexpected)
--- FAIL: CalculationsTest#test_pluck_loaded_relation_sql_fragment (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_record_with_complex_joins (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_squishes (unexpected)
--- FAIL: CalculationsTest#test_should_sum_scoped_field_with_conditions (unexpected)
--- FAIL: BasicsTest#test_clone_of_new_object_marks_attributes_as_dirty (unexpected)
--- FAIL: CalculationsTest#test_group_alias_is_properly_quoted (unexpected)
--- FAIL: HasManyAssociationsTest#test_custom_named_counter_cache (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_none_should_defer_to_collection_if_using_a_block (unexpected)
--- FAIL: HasManyAssociationsTest#test_reloading_unloaded_associations_with_query_cache (unexpected)
--- FAIL: HasManyAssociationsTest#test_taking_with_inverse_of (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_build_many_before_save (unexpected)
--- FAIL: HasManyAssociationsTest#test_counter_cache_updates_in_memory_after_create_with_array (unexpected)
--- FAIL: HasManyAssociationsTest#test_dynamic_find_should_respect_association_order (unexpected)
--- FAIL: HasManyAssociationsTest#test_update_all_on_association_accessed_before_save (unexpected)
--- FAIL: BasicsTest#test_table_name_with_2_abstract_subclasses (unexpected)
--- FAIL: HasManyAssociationsTest#test_first_or_initialize_adds_the_record_to_the_association (unexpected)
--- FAIL: CalculationsTest#test_calculation_grouped_by_association_doesnt_error_when_no_records_have_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_dependent_association_respects_optional_conditions_on_delete (unexpected)
--- FAIL: HasManyAssociationsTest#test_associations_order_should_be_priority_over_throughs_order (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_one_should_return_false_if_zero (unexpected)
--- FAIL: HasManyAssociationsTest#test_clearing_updates_counter_cache (unexpected)
--- FAIL: CalculationsTest#test_limit_should_apply_before_count (unexpected)
--- FAIL: CalculationsTest#test_pick_loaded_relation_multiple_columns (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field_through_association_and_having (unexpected)
--- FAIL: CalculationsTest#test_pluck_joined_with_polymorphic_relation (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ 460707194644edbf4c6258d09b46d9877c8eefa6:

--- FAIL: CalculationsTest#test_count_for_a_composite_primary_key_model (unexpected)
--- FAIL: EagerAssociationTest#test_associations_loaded_for_all_records (unexpected)
--- FAIL: CalculationsTest#test_should_calculate_grouped_by_function_with_table_alias (unexpected)
--- FAIL: CalculationsTest#test_group_by_multiple_same_field (unexpected)
--- FAIL: CalculationsTest#test_ids_with_polymorphic_relation_join (unexpected)
--- FAIL: PersistenceTest#test_update_column_with_default_scope (unexpected)
--- FAIL: EagerAssociationTest#test_preconfigured_includes_with_has_many (unexpected)
--- FAIL: PersistenceTest#test_save_invalid_record (unexpected)
--- FAIL: FinderTest#test_model_class_responds_to_second_bang (unexpected)
--- FAIL: InheritanceTest#test_destroy_all_within_inheritance (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_polymorphic_with_custom_foreign_type (unexpected)
--- FAIL: BasicsTest#test_#connected_to_many_with_a_single_argument_for_classes (unexpected)
--- FAIL: CalculationsTest#test_should_return_decimal_average_if_db_returns_such (unexpected)
--- FAIL: BasicsTest#test_successful_comparison_of_like_class_records (unexpected)
--- FAIL: InheritanceTest#test_scope_inherited_properly (unexpected)
--- FAIL: EagerAssociationTest#test_finding_with_includes_on_belongs_to_association_with_same_include_includes_only_once (unexpected)
--- FAIL: BasicsTest#test_switching_between_table_name (unexpected)
--- FAIL: AssociationsTest#test_loading_the_association_target_should_keep_child_records_marked_for_destruction (unexpected)
--- FAIL: BasicsTest#test_new_record_returns_boolean (unexpected)
--- FAIL: EagerAssociationTest#test_with_ordering (unexpected)
--- FAIL: PersistenceTest#test_update_many_with_active_record_base_object (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_multiple (unexpected)
--- FAIL: BasicsTest#test_clear_cache_when_setting_table_name (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_qualified_attribute_dot_notation_symbol (unexpected)
--- FAIL: PersistenceTest#test_becomes_initializes_missing_attributes (unexpected)
--- FAIL: FinderTest#test_take_bang_present (unexpected)
--- FAIL: PersistenceTest#test_update_many_with_array_of_active_record_base_objects! (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates_after_parameterize (unexpected)
--- FAIL: FinderTest#test_find_with_ids_and_offset (unexpected)
--- FAIL: PersistenceTest#test_delete_record_with_associations (unexpected)
--- FAIL: EagerAssociationTest#test_association_loading_notification (unexpected)
--- FAIL: FinderTest#test_take_and_first_and_last_with_integer_should_use_sql_limit (unexpected)
--- FAIL: FinderTest#test_find_on_array_conditions (unexpected)
--- FAIL: CalculationsTest#test_async_pluck_on_loaded_relation (unexpected)
--- FAIL: BasicsTest#test_equality_of_destroyed_records (unexpected)
--- FAIL: CalculationsTest#test_group_by_with_quoted_count_and_order_by_alias (unexpected)
--- FAIL: EagerAssociationTest#test_with_two_tables_in_from_without_getting_double_quoted (unexpected)
--- FAIL: FinderTest#test_exists_with_distinct_and_offset_and_select (unexpected)
--- FAIL: CalculationsTest#test_count_with_column_parameter (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_for_existing_record_with_updated_at_and_custom_cache_timestamp_format (unexpected)
--- FAIL: FinderTest#test_exists_passing_active_record_object_is_not_permitted (unexpected)
--- FAIL: FinderTest#test_exists_with_nil_arg (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_proxy_should_respond_to_private_methods_via_send (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_singular_ids_are_reloaded_after_collection_concat (unexpected)
--- FAIL: FinderTest#test_find_by_ids_missing_one (unexpected)
--- FAIL: PersistenceTest#test_increment_attribute (unexpected)
--- FAIL: FinderTest#test_find_by_with_associations (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

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

--- FAIL: HasOneAssociationsTest#test_create_with_inexistent_foreign_key_failing (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_count (unexpected)
--- FAIL: FinderTest#test_find_with_ids_and_offset (unexpected)
--- FAIL: HasManyAssociationsTest#test_replace_with_new (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_first_or_last_with_integer_on_association_should_not_load_association (unexpected)
--- FAIL: AttributeMethodsTest#test_global_methods_are_overwritten (unexpected)
--- FAIL: ModulesTest#test_module_table_name_prefix_with_global_prefix (unexpected)
--- FAIL: HasManyAssociationsTest#test_adding_a_collection (unexpected)
--- FAIL: FinderTest#test_take_and_first_and_last_with_integer_should_return_an_array (unexpected)
--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_serialized_attribute_should_raise_exception_on_assignment_with_wrong_type (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_empty_in (unexpected)
--- FAIL: ForbiddenAttributesProtectionTest#test_create_with_works_with_params_values (unexpected)
--- FAIL: HasManyThroughDisableJoinsAssociationsTest#test_first_and_scope_in_double_join_applies_order_in_memory (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: PersistenceTest#test_update_raises_record_not_found_exception (unexpected)
--- FAIL: CalculationsTest#test_should_perform_joined_include_when_referencing_included_tables (unexpected)
--- FAIL: FinderTest#test_first_failing (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_rename_column_of_child_table (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_push_with_invalid_join_record (unexpected)
--- FAIL: DefaultScopingTest#test_nilable_default_scope_with_all_queries_runs_on_destroy (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_build_for_has_many_through_association (unexpected)
--- FAIL: RelationTest#test_find_by_id_with_list_of_ar (unexpected)
--- FAIL: FinderTest#test_third_to_last_have_primary_key_order_by_default (unexpected)
--- FAIL: RelationTest#test_dynamic_find_by_attributes (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_collection_singular_ids_on_has_many_through_with_conditions_and_include (unexpected)
--- FAIL: TestAutosaveAssociationValidationsOnAHasManyAssociation#test_validations_still_fire_on_unchanged_association_with_custom_validation_context (unexpected)
--- FAIL: HasManyAssociationsTest#test_finding_array_compatibility (unexpected)
--- FAIL: FinderTest#test_model_class_responds_to_third_to_last_bang (unexpected)
--- FAIL: FinderTest#test_#last_for_a_model_with_composite_query_constraints (unexpected)
--- FAIL: FinderTest#test_take (unexpected)
--- FAIL: AttributeMethodsTest#test_user-defined_date_attribute_predicate (unexpected)
--- FAIL: CalculationsTest#test_ids_with_includes_and_scope (unexpected)
--- FAIL: CallbacksOnMultipleActionsTest#test_after_commit_on_multiple_actions (unexpected)
--- FAIL: EagerAssociationTest#test_loading_with_multiple_associations (unexpected)
--- FAIL: PostgresqlByteaTest#test_write_value (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_polymorphic_with_custom_foreign_type (unexpected)
--- FAIL: FinderTest#test_bind_variables (unexpected)
--- FAIL: ValidationsTest#test_validates_acceptance_of_as_database_column (unexpected)
--- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object_with_primary_key (unexpected)
--- FAIL: InheritanceTest#test_alt_inheritance_find_all (unexpected)
--- FAIL: RelationTest#test_loading_query_is_annotated_in_#inspect (unexpected)
--- FAIL: CalculationsTest#test_ids_on_loaded_relation_with_scope (unexpected)
--- FAIL: SerializedAttributeTest#test_serialized_attribute_on_custom_attribute_with_default (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_ids (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loading_with_conditions_on_joined_table_preloads (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_marshal_dump (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroy_with_bang_bubbles_errors_from_associations (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

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

--- FAIL: RelationTest#test_reverse_arel_assoc_order_with_multiargument_function (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter (unexpected)
--- FAIL: PersistenceTest#test_becomes_after_reload_schema_from_cache (unexpected)
--- FAIL: PersistenceTest#test_update_attribute_for_aborted_callback! (unexpected)
--- FAIL: RelationTest#test_finding_with_subquery_with_eager_loading_in_where (unexpected)
--- FAIL: SignedIdTest#test_can_get_a_signed_ID_in_an_after_create (unexpected)
--- FAIL: BelongsToAssociationsTest#test_stale_tracking_doesn't_care_about_the_type (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_for_inspect_with_an_array (unexpected)
--- FAIL: SignedIdTest#test_fail_to_find_signed_record_within_expiration_time (unexpected)
--- FAIL: RelationTest#test_find_by_requires_at_least_one_argument (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_the_same_alias_as_parent_doesn't_issue_a_deprecation (unexpected)
--- FAIL: RelationTest#test_find_all_using_where_with_relation_with_no_selects_and_composite_primary_key_raises (unexpected)
--- FAIL: AttributeMethodsTest#test_respond_to? (unexpected)
--- FAIL: BelongsToAssociationsTest#test_with_select (unexpected)
--- FAIL: DirtyTest#test_partial_insert (unexpected)
--- FAIL: BelongsToAssociationsTest#test_build_with_conditions (unexpected)
--- FAIL: RelationTest#test_build (unexpected)
--- FAIL: TransactionCallbacksTest#test_no_after_commit_on_destroy_after_transaction_commits_for_destroyed_new_record (unexpected)
--- FAIL: SignedIdTest#test_finding_signed_record_that_has_been_destroyed_raises_on_the_bang (unexpected)
--- FAIL: RelationTest#test_select_with_from_includes_original_table_name (unexpected)
--- FAIL: SignedIdTest#test_fail_to_work_without_when_signed_id_verifier_secret_lambda_is_nil (unexpected)
--- FAIL: RelationTest#test_find_all_with_join (unexpected)
--- FAIL: RelationTest#test_group_with_select_and_includes (unexpected)
--- FAIL: RelationTest#test_delete_by (unexpected)
--- FAIL: RelationTest#test_#skip_query_cache! (unexpected)
--- FAIL: RelationTest#test_select_takes_an_aliased_attribute (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_assignment_foreign_type_field_updating (unexpected)
--- FAIL: AttributeMethodsTest#test_overridden_write_attribute (unexpected)
--- FAIL: RelationTest#test_multiple_selects (unexpected)
--- FAIL: RelationTest#test_joins_with_nil_argument (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_without_updated_at_attributes (unexpected)
--- FAIL: RelationTest#test_locked_should_not_build_arel (unexpected)
--- FAIL: AttributeMethodsTest#test_attributes_for_database (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_marshal_dump_and_load_via_disk (unexpected)
--- FAIL: PersistenceTest#test_update_columns_with_default_scope (unexpected)
--- FAIL: PersistenceTest#test_update_many_with_invalid_id! (unexpected)
--- FAIL: RelationTest#test_joins_with_string_array (unexpected)
--- FAIL: BelongsToAssociationsTest#test_dependent_delete_and_destroy_with_belongs_to (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attributes_before_type_cast_on_a_datetime (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_yaml_loads_5_1_dump_without_indexes_still_queries_for_indexes (unexpected)
--- FAIL: RelationTest#test_where_with_take_memoization (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- FAIL: PersistenceTest#test_save_for_record_with_only_primary_key (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_regroup_raise_errors (unexpected)
--- FAIL: RelationTest#test_using_a_custom_table_with_joins_affects_the_joins (unexpected)
--- FAIL: ModulesTest#test_module_table_name_suffix (unexpected)
--- FAIL: RelationTest#test_where_with_ar_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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

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

--- FAIL: HasManyAssociationsTest#test_associations_replace_in_memory_when_records_have_the_same_id (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_assignment_updates_foreign_id_field_for_new_and_saved_records (unexpected)
--- FAIL: RelationTest#test_scoped_build (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_collection_singular_ids_on_has_many_through_with_conditions_and_include (unexpected)
--- FAIL: PersistenceTest#test_update_columns_with_model_having_primary_key_other_than_id (unexpected)
--- FAIL: RelationTest#test_reverse_order_with_function (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_attributes_not_backed_by_database_columns_return_the_default_on_models_loaded_from_database (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_numeric_range_for_string (unexpected)
--- FAIL: HasManyAssociationsTest#test_has_many_through_respects_hash_conditions (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_with_extend_option (unexpected)
--- FAIL: FinderTest#test_implicit_order_column_is_configurable (unexpected)
--- FAIL: CalculationsTest#test_#skip_query_cache!_for_a_grouped_calculation (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_accept_string_and_hash_join (unexpected)
--- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object_with_primary_key (unexpected)
--- FAIL: FinderTest#test_find_with_entire_select_statement (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_enum_works_properly (unexpected)
--- FAIL: RelationTest#test_first_or_create_bang_with_invalid_block (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_qualified_attribute_dot_notation_string (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_store_association_in_two_relations_with_one_save_in_existing_object_with_values (unexpected)
--- FAIL: RelationTest#test_where_id_with_delegated_ar_object (unexpected)
--- FAIL: FinderTest#test_sole_failing_many (unexpected)
--- FAIL: ModulesTest#test_module_spanning_has_and_belongs_to_many_associations (unexpected)
--- FAIL: FinderTest#test_find_by_with_non-hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_create_with_conditions_hash_on_through_association (unexpected)
--- FAIL: RelationTest#test_already-loaded_relations_don't_perform_a_new_query_in_#pretty_print (unexpected)
--- FAIL: HasManyAssociationsTest#test_replace (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_all_on_association_clears_scope (unexpected)
--- FAIL: HasManyAssociationsTest#test_replace_with_less_and_dependent_nullify (unexpected)
--- FAIL: FinderTest#test_hash_condition_utc_time_interpolation_with_default_timezone_local (unexpected)
--- FAIL: PersistenceTest#test_delete_many (unexpected)
--- FAIL: HasManyAssociationsTest#test_reattach_to_new_objects_replaces_inverse_association_and_foreign_key (unexpected)
--- FAIL: EagerAssociationTest#test_eager-loading_readonly_association (unexpected)
--- FAIL: BelongsToAssociationsTest#test_should_set_foreign_key_on_save! (unexpected)
--- FAIL: AttributeMethodsTest#test_inherited_custom_accessors (unexpected)
--- FAIL: OptimisticLockingWithSchemaChangeTest#test_update_counters_updates_custom_lock_version (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_names_with_a_custom_select (unexpected)
--- FAIL: BooleanTest#test_find_by_boolean_string (unexpected)
--- FAIL: DelegatedTypeTest#test_delegated_class_with_custom_foreign_type (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_assignment_before_either_saved (unexpected)
--- FAIL: CalculationsTest#test_calculation_with_polymorphic_relation (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_joining_has_many_through_with_distinct (unexpected)
--- FAIL: BelongsToAssociationsTest#test_default_scope_on_relations_is_not_cached (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_has_many_through_with_distinct (unexpected)
--- FAIL: BasicsTest#test_column_types_typecast (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_build_before_child_saved (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_through_belongs_to_with_dependent_destroy (unexpected)
--- FAIL: BasicsTest#test_has_attribute_with_symbol (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

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

--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_interdependent_one_level_and_two_levels (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (unexpected)
--- FAIL: RelationTest#test_automatically_added_reorder_references (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_with_inexistent_foreign_key_failing (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_preload_with_nested_association (unexpected)
--- FAIL: BelongsToAssociationsTest#test_natural_assignment_with_primary_key (unexpected)
--- FAIL: RelationTest#test_select_with_block (unexpected)
--- FAIL: RelationTest#test_size_with_limit (unexpected)
--- FAIL: MigrationTest#test_rename_table_with_prefix_and_suffix (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_collection_singular_ids_on_has_many_through_with_conditions_and_include (unexpected)
--- FAIL: TransactionTest#test_rollback_dirty_changes_even_with_raise_during_rollback_doesnt_commit_transaction (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_autosave_with_primary_key_manually_set (unexpected)
--- FAIL: RelationTest#test_do_not_double_quote_string_id_with_array (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_truncates (unexpected)
--- FAIL: FinderTest#test_find_with_a_multiple_sets_of_composite_primary_key_wrapped_in_an_array_ordered (unexpected)
--- FAIL: ReflectionTest#test_association_primary_key_uses_explicit_primary_key_option_as_first_priority (unexpected)
--- FAIL: RelationTest#test_loaded_all (unexpected)
--- FAIL: InheritanceTest#test_abstract_class (unexpected)
--- FAIL: CalculationsTest#test_should_sum_arel_attribute (unexpected)
--- FAIL: RelationTest#test_reverse_arel_assoc_order_with_function (unexpected)
--- FAIL: InheritanceTest#test_where_new_with_invalid_type (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_select_chosen_fields_only (unexpected)
--- FAIL: RelationTest#test_first_or_initialize (unexpected)
--- FAIL: RelationTest#test_find_with_included_associations (unexpected)
--- FAIL: CalculationsTest#test_distinct_count_with_order_and_offset (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_destroy_association (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- FAIL: FinderTest#test_first_failing (unexpected)
--- FAIL: RelationTest#test_where_id_with_delegated_ar_object (unexpected)
--- FAIL: RelationTest#test_finding_with_complex_order (unexpected)
--- FAIL: BelongsToAssociationsTest#test_skips_parent_presence_check_if_parent_has_not_changed (unexpected)
--- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object_from_new_record (unexpected)
--- FAIL: InheritanceTest#test_inheritance_without_mapping (unexpected)
--- FAIL: CalculationsTest#test_async_pluck_none_relation (unexpected)
--- FAIL: TransactionTest#test_rollback_when_saving_a_frozen_record (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_with_false (unexpected)
--- FAIL: RelationTest#test_joins_with_blank_value (unexpected)
--- FAIL: RelationTest#test_size_with_eager_loading_and_manual_distinct_select_and_custom_order (unexpected)
--- FAIL: IntegrationTest#test_to_param_should_return_string (unexpected)
--- FAIL: FinderTest#test_take_bang_present (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_an_overridden_original_method_issues_a_deprecation (unexpected)
--- FAIL: BelongsToAssociationsTest#test_create! (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_replace_association_with_duplicates (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_new_by_building (unexpected)
--- FAIL: TransactionTest#test_rollback_when_thread_killed (unexpected)
--- FAIL: AssociationsTest#test_assign_belongs_to_cpk_model_by_id_attribute (unexpected)
--- FAIL: PersistenceTest#test_destroy_raises_record_not_found_exception (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.activerecord failed with artifacts on master @ c43f54cdde5b7578f4a0ca61de41463f0d690993:

--- FAIL: BasicsTest#test_time_zone_aware_attribute_with_default_timezone_utc_on_utc_can_be_created (unexpected)
--- FAIL: RelationTest#test_destroy_by (unexpected)
--- FAIL: BasicsTest#test_find_by_slug (unexpected)
--- FAIL: BelongsToAssociationsTest#test_default (unexpected)
--- FAIL: RelationTest#test_reverse_order_with_reorder_nil_removes_the_order (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loaded_has_many_association_without_primary_key (unexpected)
--- FAIL: RelationTest#test_default_scope_order_with_scope_order (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_all_for_with_dependent_option_nullify (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_regroup_raise_errors (unexpected)
--- FAIL: HasManyAssociationsTest#test_dependent_association_respects_optional_hash_conditions_on_delete (unexpected)
--- FAIL: TestAutosaveAssociationOnAHasOneAssociation#test_mark_for_destruction_is_ignored_without_autosave_true (unexpected)
--- FAIL: TestDestroyAsPartOfAutosaveAssociation#test_should_run_remove_callback_procs_for_habtm (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_create_has_many_through_with_default_scope_on_join_model (unexpected)
--- FAIL: HasManyAssociationsTest#test_pushing_association_updates_counter_cache (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_updates_counter_cache_with_dependent_destroy (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_does_not_use_order_by (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_the_same_alias_as_parent_doesn't_issue_a_deprecation (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_by_string_id (unexpected)
--- FAIL: RelationTest#test_to_yaml (unexpected)
--- FAIL: TestNestedAttributesOnAHasAndBelongsToManyAssociation#test_should_preserve_order_when_not_overwriting_unsaved_updates (unexpected)
--- FAIL: RelationTest#test_find_all_with_join (unexpected)
--- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object (unexpected)
--- FAIL: ActiveRecord::SelectTest#test_select_with_hash_and_table_alias (unexpected)
--- FAIL: AttributeMethodsTest#test_typecast_attribute_from_select_to_false (unexpected)
--- FAIL: HasOneAssociationsTest#test_association_protect_foreign_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_with_polymorphic_has_many_does_not_allow_to_override_type_and_id (unexpected)
--- FAIL: PostgresqlIntervalTest#test_interval_type_cast_from_invalid_string (unexpected)
--- FAIL: UniquenessValidationWithIndexTest#test_changing_non_unique_attribute (unexpected)
--- FAIL: HasManyAssociationsTest#test_ids_reader_memoization (unexpected)
--- FAIL: EagerAssociationTest#test_calculate_with_string_in_from_and_eager_loading (unexpected)
--- FAIL: FinderTest#test_exists (unexpected)
--- FAIL: CalculationsTest#test_minimum_and_maximum_on_non_numeric_type (unexpected)
--- FAIL: RelationTest#test_delete_by (unexpected)
--- FAIL: InheritanceTest#test_should_store_demodulized_class_name_with_store_full_sti_class_option_disabled (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_and_conditions_array_on_the_eagers (unexpected)
--- FAIL: BelongsToAssociationsTest#test_with_polymorphic_and_condition (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_invalid_dependent_option_raises_exception (unexpected)
--- FAIL: RelationTest#test_unscope_with_triple_dot_where (unexpected)
--- FAIL: RelationTest#test_scoped_build (unexpected)
--- FAIL: CalculationsTest#test_should_return_nil_as_average (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_on_relation (unexpected)
--- FAIL: SignedIdTest#test_fail_to_find_signed_record_within_expiration_duration (unexpected)
--- FAIL: InheritanceTest#test_compute_type_nonexistent_constant (unexpected)
--- FAIL: CockroachDB::PostgresqlIntervalTest#test_interval_type_cast_from_invalid_string (unexpected)
--- FAIL: SchemaTest#test_remove_index_when_schema_specified (unexpected)
--- FAIL: InheritanceAttributeMappingTest#test_sti_with_custom_type (unexpected)
--- FAIL: InverseHasManyTests#test_parent_instance_should_be_shared_with_replaced_via_accessor_children (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 months ago

roachtest.activerecord failed with artifacts on master @ 7166724ff02b9b7f0d5787f74d919487ca347bd0:

--- FAIL: RelationTest#test_unscope_with_table_name_qualified_hash (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_bang_with_block (unexpected)
--- FAIL: PersistenceTest#test_update_columns_should_raise_exception_if_new_record (unexpected)
--- FAIL: RelationTest#test_loading_with_one_association_with_non_preload (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_build_then_save_with_has_many_inverse (unexpected)
--- FAIL: RelationTest#test_find_by!_with_multi-arg_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: CalculationsTest#test_should_sum_arel_attribute (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_association_replaces_existing_with_dependent_option (unexpected)
--- FAIL: CalculationsTest#test_pluck_type_cast_with_joins_without_table_name_qualified_column (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_through_record_is_built_when_created_with_where (unexpected)
--- FAIL: RelationTest#test_reorder_with_first (unexpected)
--- FAIL: RelationTest#test_first_or_create (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_with_create_and_valid_options (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_preload_sti_middle_relation (unexpected)
--- FAIL: CalculationsTest#test_ids_on_relation (unexpected)
--- FAIL: HasOneAssociationsTest#test_restrict_with_error (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_assignment_before_either_saved (unexpected)
--- FAIL: PersistenceTest#test_save_destroyed_object (unexpected)
--- FAIL: CalculationsTest#test_pluck_and_distinct (unexpected)
--- FAIL: PersistenceTest#test_save_for_record_with_only_primary_key (unexpected)
--- FAIL: CalculationsTest#test_should_sum_field (unexpected)
--- FAIL: CalculationsTest#test_should_sum_field_with_conditions (unexpected)
--- FAIL: HasOneAssociationsTest#test_create_before_save (unexpected)
--- FAIL: CalculationsTest#test_should_calculate_grouped_with_invalid_field (unexpected)
--- FAIL: CalculationsTest#test_calculation_with_query_cache (unexpected)
--- FAIL: RelationTest#test_raising_exception_on_invalid_hash_params (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_all_for_with_dependent_option_destroy (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_arel_attribute (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_dynamic_find_should_respect_association_include (unexpected)
--- FAIL: RelationTest#test_preloading_with_associations_default_scopes_and_merges (unexpected)
--- FAIL: CalculationsTest#test_count_with_reverse_order (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_polymorphic_with_primary_key_option (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_push_with_invalid_record (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_unscope_default_scope (unexpected)
--- FAIL: CalculationsTest#test_pluck_loaded_relation (unexpected)
--- FAIL: HasOneAssociationsTest#test_type_mismatch (unexpected)
--- FAIL: PersistenceTest#test_destroy_record_with_associations (unexpected)
--- FAIL: HasOneAssociationsTest#test_restrict_with_exception (unexpected)
--- FAIL: CalculationsTest#test_#skip_query_cache!_for_a_simple_calculation (unexpected)
--- FAIL: RelationTest#test_unscope_with_subquery (unexpected)
--- FAIL: PersistenceTest#test_save_touch_false (unexpected)
--- FAIL: PersistenceTest#test_create_through_factory_with_block (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_has_many_through_belongs_to_ids_with_conditions (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_ids (unexpected)
--- FAIL: CalculationsTest#test_should_count_field_in_joined_table (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_insert_records_via_has_many_through_association_with_scope_and_association_name_different_from_the_joining_table_name (unexpected)
--- FAIL: HasOneAssociationsTest#test_save_of_record_with_loaded_has_one (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 months ago

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

--- FAIL: FinderTest#test_last_with_integer_and_reorder_should_use_sql_limit (unexpected)
--- FAIL: FinderTest#test_fourth (unexpected)
--- FAIL: FinderTest#test_condition_local_time_interpolation_with_default_timezone_utc (unexpected)
--- FAIL: FinderTest#test_last_on_relation_with_limit_and_offset (unexpected)
--- FAIL: FinderTest#test_find_by_with_multi-arg_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: FinderTest#test_count_by_sql (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_dynamic_find_should_respect_association_order (unexpected)
--- FAIL: FinderTest#test_find_with_ids_where_and_limit (unexpected)
--- FAIL: FinderTest#test_named_bind_variables_with_quotes (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_find_grouped (unexpected)
--- FAIL: FinderTest#test_exists_with_order_and_distinct (unexpected)
--- FAIL: FinderTest#test_find_by_empty_in_condition (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_count (unexpected)
--- FAIL: FinderTest#test_take_and_first_and_last_with_integer_should_use_sql_limit (unexpected)
--- FAIL: FinderTest#test_#skip_query_cache!_for_#exists? (unexpected)
--- FAIL: FinderTest#test_find_on_association_proxy_conditions (unexpected)
--- FAIL: FinderTest#test_find_by_one_missing_attribute (unexpected)
--- FAIL: FinderTest#test_exists (unexpected)
--- FAIL: FinderTest#test_last_bang_present (unexpected)
--- FAIL: FinderTest#test_second_to_last (unexpected)
--- FAIL: FinderTest#test_fifth (unexpected)
--- FAIL: FinderTest#test_member_on_unloaded_relation_with_offset (unexpected)
--- FAIL: FinderTest#test_exists_with_joins (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_selects_all_columns_by_default (unexpected)
--- FAIL: FinderTest#test_find_with_ids_and_offset (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_for_existing_record_with_updated_at (unexpected)
--- FAIL: FinderTest#test_first_have_determined_order_by_default (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_has_and_belongs_to_many_while_partial_inserts_false (unexpected)
--- FAIL: IntegrationTest#test_to_param_should_return_string (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_build_before_child_saved (unexpected)
--- FAIL: FinderTest#test_third_with_offset (unexpected)
--- FAIL: FinderTest#test_exists_with_string (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_destroy_associations_destroys_multiple_associations (unexpected)
--- FAIL: FinderTest#test_find_with_hash_conditions_on_joined_table_and_with_range (unexpected)
--- FAIL: FinderTest#test_eager_load_for_no_has_many_with_limit_and_joins_for_has_many (unexpected)
--- FAIL: FinderTest#test_find_with_ids_with_limit_and_order_clause (unexpected)
--- FAIL: FinderTest#test_first_bang_present (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_collection_size_from_params (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_proxy_transaction_method_starts_transaction_in_association_class (unexpected)
--- FAIL: FinderTest#test_find_one_message_with_custom_primary_key (unexpected)
--- FAIL: FinderTest#test_find_with_large_number (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_distinct_order_preserved (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_is_precise_enough (unexpected)
--- FAIL: FinderTest#test_find (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_from_the_project (unexpected)
--- FAIL: FinderTest#test_find_by_ids_with_limit_and_offset (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 months ago

roachtest.activerecord failed with artifacts on master @ 04e1faeb6b674729e989e001d37429786b584c6e:

--- FAIL: AttributeMethodsTest#test_declared_suffixed_attribute_method_affects_respond_to?_and_method_missing (unexpected)
--- FAIL: HasManyAssociationsTest#test_taking_with_inverse_of (unexpected)
--- FAIL: PersistenceTest#test_save_invalid_record (unexpected)
--- FAIL: SerializedAttributeTest#test_serialized_attribute (unexpected)
--- FAIL: RelationTest#test_first_or_create_bang_with_invalid_array (unexpected)
--- FAIL: SerializedAttributeTest#test_serialized_column_should_unserialize_after_update_column (unexpected)
--- FAIL: InheritanceTest#test_alt_becomes_works_with_sti (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithSuffixTest#test_remove_foreign_key_by_column (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_merge_join_association_with_has_many_through_association_proxy (unexpected)
--- FAIL: HasOneThroughDisableJoinsAssociationsTest#test_preload_on_disable_joins_through (unexpected)
--- FAIL: HasManyAssociationsTest#test_abstract_class_with_polymorphic_has_many (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_includes_raise_errors (unexpected)
--- FAIL: PersistenceTest#test_delete_new_record (unexpected)
--- FAIL: CalculationsTest#test_no_queries_for_empty_relation_on_average (unexpected)
--- FAIL: BelongsToAssociationsTest#test_skips_parent_presence_check_if_parent_has_not_changed (unexpected)
--- FAIL: InheritanceTest#test_inheritance_save (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: DDLTest#test_column_defaults (unexpected)
--- FAIL: FinderTest#test_last_bang_present (unexpected)
--- FAIL: JsonAttributeTest#test_rewrite_array_json_value (unexpected)
--- FAIL: FinderTest#test_find_by_with_hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_custom_join_table (unexpected)
--- FAIL: HasManyAssociationsTest#test_counting (unexpected)
--- FAIL: RelationTest#test_finding_with_reorder (unexpected)
--- FAIL: NormalizedAttributeTest#test_normalizes_nil_if_apply_to_nil (unexpected)
--- FAIL: RelationTest#test_relations_don't_load_all_records_in_#pretty_print (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_through_scope_with_joins (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_from_association_should_respect_scope (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_first_nth_or_last_on_association_should_not_load_association (unexpected)
--- FAIL: FinderTest#test_model_class_responds_to_second_to_last_bang (unexpected)
--- FAIL: RelationTest#test_size_with_eager_loading_and_custom_order_and_distinct (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_update_counter_caches_on_destroy (unexpected)
--- FAIL: AssociationsTest#test_include_with_order_works (unexpected)
--- FAIL: InheritanceTest#test_where_create_bang_with_subclass (unexpected)
--- FAIL: DirtyTest#test_nullable_datetime_not_marked_as_changed_if_new_value_is_blank (unexpected)
--- FAIL: RelationTest#test_unscope_with_table_name_qualified_column (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_none_should_return_false_if_any (unexpected)
--- FAIL: RelationTest#test_find_with_included_associations (unexpected)
--- FAIL: PersistenceTest#test_save_valid_record (unexpected)
--- FAIL: DirtyTest#test_partial_insert (unexpected)
--- FAIL: FinderTest#test_find_by_empty_ids (unexpected)
--- FAIL: CounterCacheTest#test_reset_multiple_counters_with_touch:_:written_on (unexpected)
--- FAIL: ModulesTest#test_nested_models_should_not_raise_exception_when_using_nullify_dependency_on_association (unexpected)
--- FAIL: TestAutosaveAssociationOnAHasManyAssociationWithInverse#test_after_save_callback_with_autosave (unexpected)
--- FAIL: RelationTest#test_size_with_limit (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_present_with_booleans (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnAttributesTest#test_add_column_newline_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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 months ago

roachtest.activerecord failed with artifacts on master @ eb495cac325786ea3e148ee64d63bd73ed74701b:

--- FAIL: NamedScopingTest#test_scope_with_object (unexpected)
--- FAIL: RelationTest#test_default_scope_order_with_scope_order (unexpected)
--- FAIL: BasicsTest#test_attribute_names (unexpected)
--- FAIL: AssociationsTest#test_preloads_model_with_query_constraints_by_explicitly_configured_fk_and_pk (unexpected)
--- FAIL: PersistenceTest#test_create_prefetched_pk (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_with_a_polymorphic_association_and_using_the_existential_predicate_but_also_using_a_select (unexpected)
--- FAIL: PostgresqlByteaTest#test_write_value (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_for_existing_record_with_updated_at_and_custom_cache_timestamp_format (unexpected)
--- FAIL: RelationTest#test_doesnt_add_having_values_if_options_are_blank (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_deleting_all (unexpected)
--- FAIL: EagerAssociationTest#test_join_eager_with_empty_order_should_generate_valid_sql (unexpected)
--- FAIL: BasicsTest#test_marshalling_new_record_round_trip_with_associations (unexpected)
--- FAIL: EagerAssociationTest#test_eager_has_many_through_with_order (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_existing_record_twice_should_add_to_target_twice (unexpected)
--- FAIL: HasManyAssociationsTest#test_updates_counter_cache_when_default_scope_is_given (unexpected)
--- FAIL: FinderTest#test_find_by_nil_and_not_nil_attributes (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_raises_UnknownPrimaryKey_when_a_model_has_no_primary_key (unexpected)
--- FAIL: ReflectionTest#test_has_many_reflection_with_array_fk_raises (unexpected)
--- FAIL: CockroachDB::PostgresqlIntervalTest#test_simple_interval (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_reserved_words (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_respects_select (unexpected)
--- FAIL: PersistenceTest#test_update_does_not_run_sql_if_record_has_not_changed (unexpected)
--- FAIL: AssociationsTest#test_loading_the_association_target_should_load_most_recent_attributes_for_child_records_marked_for_destruction (unexpected)
--- FAIL: EagerAssociationTest#test_type_cast_in_where_references_association_name (unexpected)
--- FAIL: CalculationsTest#test_no_queries_for_empty_relation_on_sum (unexpected)
--- FAIL: BasicsTest#test_benchmark_with_log_level (unexpected)
--- FAIL: CalculationsTest#test_ids_with_contradicting_scope (unexpected)
--- FAIL: BasicsTest#test_cannot_call_connected_to_on_the_abstract_class_that_did_not_establish_the_connection (unexpected)
--- FAIL: RelationTest#test_anonymous_extension (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_reassignment_of_associated_type_updates_the_object (unexpected)
--- FAIL: TouchTest#test_update (unexpected)
--- FAIL: BasicsTest#test_connection_in_utc_time (unexpected)
--- FAIL: BasicsTest#test_columns_should_obey_set_primary_key (unexpected)
--- FAIL: CalculationsTest#test_sum_with_from_option (unexpected)
--- FAIL: CalculationsTest#test_should_sum_expression (unexpected)
--- FAIL: TransactionCallbacksTest#test_no_after_commit_on_destroy_after_transaction_commits_for_destroyed_new_record (unexpected)
--- FAIL: PersistenceTest#test_preserve_original_sti_type (unexpected)
--- FAIL: BasicsTest#test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_local (unexpected)
--- FAIL: AttributeMethodsTest#test_custom_field_attribute_predicate (unexpected)
--- FAIL: FinderTest#test_exists_with_scope (unexpected)
--- FAIL: FullStiClassNamesTest#test_class_names_with_find_by (unexpected)
--- FAIL: ActiveRecord::CacheKeyTest#test_cache_key_with_version_always_has_both_key_and_version (unexpected)
--- FAIL: PostgresqlIntervalTest#test_interval_type_cast_from_invalid_string (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_has_one_reflection (unexpected)
--- FAIL: AttributeMethodsTest#test_#define_attribute_methods_brings_back_undefined_aliases (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_has_one_quotes_table_and_column_names (unexpected)
--- FAIL: EagerAssociationTest#test_including_duplicate_objects_from_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/cpu_arch=arm64/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 months ago

roachtest.activerecord failed with artifacts on master @ ff52bbf0c5fcc807828c6fa5aeeb1d19c24270fc:

--- FAIL: ModulesTest#test_module_table_name_suffix_with_global_suffix (unexpected)
--- FAIL: RelationTest#test_unscope_with_subquery (unexpected)
--- FAIL: BelongsToAssociationsTest#test_reloading_the_belonging_object (unexpected)
--- FAIL: BasicsTest#test_utc_as_time_zone (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_an_unrelated_type (unexpected)
--- FAIL: HasOneAssociationsTest#test_successful_build_association (unexpected)
--- FAIL: BasicsTest#test_dup_for_a_composite_primary_key_model (unexpected)
--- FAIL: FinderTest#test_find_with_group_and_sanitized_having_method (unexpected)
--- FAIL: FinderTest#test_exists_does_not_select_columns_without_alias (unexpected)
--- FAIL: FinderTest#test_include_when_non_AR_object_passed_on_loaded_relation (unexpected)
--- FAIL: RelationTest#test_references_with_blank_value (unexpected)
--- FAIL: RelationTest#test_relations_show_the_records_in_#inspect (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_existing_record_twice_should_add_to_target_twice (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_update (unexpected)
--- FAIL: FinderTest#test_condition_interpolation (unexpected)
--- FAIL: RelationTest#test_raising_exception_on_invalid_hash_params (unexpected)
--- FAIL: RelationTest#test_find_or_create_by_race_condition (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_destroy (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_nil_with_aggregate_having_multiple_mappings (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_a_manually_defined_method_issues_a_deprecation_warning (unexpected)
--- FAIL: InheritanceTest#test_alt_inheritance_find_all (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_line_endings (unexpected)
--- FAIL: NumericalityValidationTest#test_virtual_attribute_with_precision_and_scale (unexpected)
--- FAIL: CalculationsTest#test_count_with_arel_attribute (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_through_with_conditions_join_model_with_include (unexpected)
--- FAIL: CalculationsTest#test_should_count_manual_with_count_all (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_a_polymorphic_association_with_references_to_the_associated_table (unexpected)
--- FAIL: SignedIdTest#test_find_signed_record_with_bang_with_purpose_raises (unexpected)
--- FAIL: FinderTest#test_find_with_ids_with_limit_and_order_clause (unexpected)
--- FAIL: EagerAssociationTest#test_preconfigured_includes_with_has_many (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_duplicated_has_many_through_with_through_scope_with_joins (unexpected)
--- FAIL: CalculationsTest#test_pluck_in_relation (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_with_false (unexpected)
--- FAIL: FinderTest#test_third (unexpected)
--- FAIL: BasicsTest#test_preserving_time_objects_with_time_with_zone_conversion_to_default_timezone_utc (unexpected)
--- FAIL: AssociationsTest#test_polymorphic_belongs_to_uses_parent_query_constraints (unexpected)
--- FAIL: BelongsToAssociationsTest#test_build_with_block (unexpected)
--- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_order_on_association (unexpected)
--- FAIL: FinderTest#test_last_with_integer_and_order_should_keep_the_order (unexpected)
--- FAIL: InheritanceTest#test_new_with_complex_inheritance (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_end_exclusive_range (unexpected)
--- FAIL: BasicsTest#test_dup_does_not_copy_associations (unexpected)
--- FAIL: BasicsTest#test_default_values (unexpected)
--- FAIL: FinderTest#test_find_one_message_with_custom_primary_key (unexpected)
--- FAIL: TestAutosaveAssociationValidationsOnABelongsToAssociation#test_validations_still_fire_on_unchanged_association_with_custom_validation_context (unexpected)
--- FAIL: HasOneAssociationsTest#test_restrict_with_exception (unexpected)
--- FAIL: CalculationsTest#test_async_pluck_none_relation (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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 months ago

roachtest.activerecord failed with artifacts on master @ 909e91dc1ea45e8223658c1144067332df7ed1ec:

--- FAIL: FinderTest#test_exists_with_eager_load (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_collection_build_with_nonstandard_primary_key_on_belongs_to (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: FinderTest#test_include_on_unloaded_relation_with_limit (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_counter_cache (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_collection_singular_ids_on_has_many_through_with_conditions_and_include (unexpected)
--- FAIL: BelongsToAssociationsTest#test_cant_save_readonly_association (unexpected)
--- FAIL: ModulesTest#test_compute_type_can_infer_class_name_of_sibling_inside_module (unexpected)
--- FAIL: FinderTest#test_find_with_group_and_sanitized_having_method (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_association_through_a_has_many_association_with_nonstandard_primary_keys (unexpected)
--- FAIL: ModulesTest#test_nested_models_should_not_raise_exception_when_using_delete_all_dependency_on_association (unexpected)
--- FAIL: FinderTest#test_second_to_last (unexpected)
--- FAIL: AssociationsTest#test_querying_by_relation_with_composite_key (unexpected)
--- FAIL: FinderTest#test_exists_with_distinct_and_offset_and_joins (unexpected)
--- FAIL: FinderTest#test_count_by_sql (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_with_touch_option_on_nonpersisted_built_associations_doesnt_update_parent (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_proxy_should_respond_to_private_methods_via_send (unexpected)
--- FAIL: HasOneAssociationsTest#test_building_the_associated_object_with_sti_subclass (unexpected)
--- FAIL: FinderTest#test_take_and_first_and_last_with_integer_should_use_sql_limit (unexpected)
--- FAIL: FinderTest#test_hash_condition_utc_time_interpolation_with_default_timezone_local (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_through_scope_with_includes (unexpected)
--- FAIL: FinderTest#test_find_by_with_non-hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: HasOneAssociationsTest#test_natural_assignment (unexpected)
--- FAIL: HasOneAssociationsTest#test_association_attributes_are_available_to_after_initialize (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_escaped_characters (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_empty_array_with_aggregate_having_multiple_mappings (unexpected)
--- FAIL: BelongsToAssociationsTest#test_type_mismatch (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_get_ids_for_has_many_through_with_conditions_should_not_preload (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_primary_key_joins_on_correct_column (unexpected)
--- FAIL: HasOneAssociationsTest#test_build_with_block (unexpected)
--- FAIL: AssociationsTest#test_belongs_to_a_model_with_composite_primary_key_uses_composite_pk_in_sql (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_an_unrelated_type (unexpected)
--- FAIL: FinderTest#test_model_class_responds_to_third_to_last_bang (unexpected)
--- FAIL: FinderTest#test_find_with_a_multiple_sets_of_composite_primary_key_wrapped_in_an_array (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_default_scope_on_join_model (unexpected)
--- FAIL: FinderTest#test_find_with_large_number (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_default_scope_on_the_target (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_both_parent_ids_set_when_saving_new (unexpected)
--- FAIL: FinderTest#test_find_by_with_associations (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_add_with_sti_middle_relation (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_end_exclusive_range (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_with_create_with_through_having_conditions (unexpected)
--- FAIL: BelongsToAssociationsTest#test_should_set_composite_foreign_key_on_association_when_key_changes_on_associated_record (unexpected)
--- FAIL: FinderTest#test_find_on_association_proxy_conditions (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_polymorphic_with_primary_key_option (unexpected)
--- FAIL: FinderTest#test_find_by_one_attribute_with_several_options (unexpected)
--- FAIL: FinderTest#test_exists_with_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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 months ago

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

--- FAIL: RelationTest#test_find_all_using_where_with_relation_with_joins (unexpected)
--- FAIL: RelationTest#test_first_or_create_bang_with_valid_options (unexpected)
--- FAIL: BelongsToAssociationsTest#test_reloading_association_with_key_change (unexpected)
--- FAIL: BelongsToAssociationsTest#test_destroying_child_with_unloaded_parent_and_foreign_key_and_touch_is_possible_with_has_many_inversing (unexpected)
--- FAIL: FinderTest#test_find_by_two_attributes_that_are_both_aggregates (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_through_record_is_built_when_created_with_where (unexpected)
--- FAIL: FinderTest#test_find_an_empty_array (unexpected)
--- FAIL: BelongsToAssociationsTest#test_default_scope_on_relations_is_not_cached (unexpected)
--- FAIL: ReflectionTest#test_has_many_through_reflection (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_do_not_cache_association_reader_if_the_though_method_has_default_scopes (unexpected)
--- FAIL: RelationTest#test_count_with_distinct (unexpected)
--- FAIL: RelationTest#test_grouping_by_column_with_reserved_name (unexpected)
--- FAIL: FinderTest#test_find_ignores_previously_inserted_record (unexpected)
--- FAIL: FinderTest#test_implicit_order_for_model_without_primary_key (unexpected)
--- FAIL: IntegrationTest#test_cache_key_format_for_existing_record_with_updated_at (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_assignment_with_primary_key_updates_foreign_id_field_for_new_and_saved_records (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: RelationTest#test_reorder_deduplication (unexpected)
--- FAIL: RelationTest#test_unscope_with_aliased_column (unexpected)
--- FAIL: ReflectionTest#test_name_error_from_incidental_code_is_not_converted_to_name_error_for_association (unexpected)
--- FAIL: RelationTest#test_find_all_using_where_with_relation_with_bound_values (unexpected)
--- FAIL: RelationTest#test_finding_with_reversed_assoc_order (unexpected)
--- FAIL: AssociationsTest#test_belongs_to_with_foreign_key_as_an_array_raises (unexpected)
--- FAIL: CockroachDB::FixturesTest#test_multiple_clean_fixtures (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_with_create_and_no_options (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_replace_association_with_duplicates (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_marshal_dump (unexpected)
--- FAIL: RelationTest#test_last (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_numeric_range_for_string (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_add_with_sti_middle_relation (unexpected)
--- FAIL: RelationTest#test_order_using_scoping (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_qualified_attribute_dot_notation_string (unexpected)
--- FAIL: BelongsToAssociationsTest#test_failing_create! (unexpected)
--- FAIL: RelationTest#test_finding_with_order_limit_and_offset (unexpected)
--- FAIL: RelationTest#test_only (unexpected)
--- FAIL: BelongsToAssociationsTest#test_destroying_polymorphic_child_with_unloaded_parent_and_touch_is_possible_with_has_many_inversing (unexpected)
--- FAIL: RelationTest#test_first_get_more_than_available (unexpected)
--- FAIL: RelationTest#test_count_explicit_columns (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_create_record (unexpected)
--- FAIL: FinderTest#test_model_class_responds_to_second_bang (unexpected)
--- FAIL: RelationTest#test_unscope_with_merge (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_count_has_many_through_with_named_scope (unexpected)
--- FAIL: FinderTest#test_exists_does_not_select_columns_without_alias (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_concat (unexpected)
--- FAIL: RelationTest#test_finding_with_reversed_arel_assoc_order (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_an_invalid_type (unexpected)
--- FAIL: CockroachDB::InheritanceComputeTypeTest#test_inheritance_new_with_subclass_as_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

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 months ago

roachtest.activerecord failed with artifacts on master @ 911f1ce389342459592d89fe7b78bcba3a2d265a:

--- FAIL: HasManyAssociationsTest#test_transaction_when_deleting_new_record (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_update_counter_caches_on_delete_with_dependent_destroy (unexpected)
--- FAIL: PersistenceTest#test_destroy! (unexpected)
--- FAIL: PersistenceTest#test_build_many_through_factory_with_block (unexpected)
--- FAIL: AssociationsJoinModelTest#test_has_many_with_piggyback (unexpected)
--- FAIL: CalculationsTest#test_distinct_joins_count_with_order_and_offset (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::ConnectionHandlersShardingDbTest#test_sharding_separation (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_destroy_on_association_clears_scope (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_open_ended_range (unexpected)
--- FAIL: AttributeMethodsTest#test_hash_content (unexpected)
--- FAIL: TransactionTest#test_successful (unexpected)
--- FAIL: AttributeMethodsTest#test_#id_value_alias_returns_id_column_only_for_composite_primary_key_models (unexpected)
--- FAIL: AttributeMethodsTest#test_declared_suffixed_attribute_method_affects_respond_to?_and_method_missing (unexpected)
--- FAIL: FinderTest#test_include_on_unloaded_relation_with_match (unexpected)
--- FAIL: TransactionTest#test_restore_active_record_state_for_all_records_in_a_transaction (unexpected)
--- FAIL: AttributeMethodsTest#test_setting_a_time_zone_conversion_for_attributes_should_write_the_value_on_a_class_variable (unexpected)
--- FAIL: CalculationsTest#test_should_calculate_grouped_with_invalid_field (unexpected)
--- FAIL: InheritanceTest#test_new_with_unrelated_namespaced_type (unexpected)
--- FAIL: PersistenceTest#test_create_model_with_uuid_pk_populates_id (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_through_scope_isnt_affected_by_scoping (unexpected)
--- FAIL: HasManyAssociationsTest#test_collection_size_with_dirty_target (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field (unexpected)
--- FAIL: HasManyAssociationsTest#test_custom_named_counter_cache (unexpected)
--- FAIL: DelegatedTypeTest#test_delegated_class (unexpected)
--- FAIL: PostgresqlEnumTest#test_enum_defaults (unexpected)
--- FAIL: FinderTest#test_third_to_last (unexpected)
--- FAIL: FinderTest#test_find (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_via_block (unexpected)
--- FAIL: AttributeMethodsTest#test_boolean_attributes (unexpected)
--- FAIL: PersistenceTest#test_save_invalid_record (unexpected)
--- FAIL: CalculationsTest#test_count_selected_arel_attribute_in_joined_table (unexpected)
--- FAIL: CalculationsTest#test_sum_takes_attribute_type_precedence_over_database_type (unexpected)
--- FAIL: FinderTest#test_find_by_empty_ids (unexpected)
--- FAIL: HasManyAssociationsTest#test_include_returns_false_for_non_matching_record_to_verify_scoping (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_many_on_loaded_association_should_not_use_query (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_readers_respect_access_control (unexpected)
--- FAIL: FinderTest#test_exists_with_left_joins (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_update_on_id_changes_the_counter_cache (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnABelongsToAssociation#test_build_and_then_save_parent_should_not_reload_target (unexpected)
--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_serialized_attribute_on_custom_attribute_with_default (unexpected)
--- FAIL: HasManyAssociationsTest#test_adding_array_and_collection (unexpected)
--- FAIL: CalculationsTest#test_select_avg_with_joins_and_group_by_as_virtual_attribute_with_sql (unexpected)
--- FAIL: HasManyAssociationsTest#test_reattach_to_new_objects_replaces_inverse_association_and_foreign_key (unexpected)
--- FAIL: PersistenceTest#test_becomes_default_sti_subclass (unexpected)
--- FAIL: FinderTest#test_find_with_ids_and_order_clause (unexpected)
--- FAIL: PersistenceTest#test_update_many_with_invalid_id (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_save_returns_falsy_when_join_record_has_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

- #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 2 months ago

roachtest.activerecord failed with artifacts on master @ cead8be66c30a7377dacbf1c678911d2cb17194d:

--- FAIL: HasManyAssociationsTest#test_destroying_by_string_id (unexpected)
--- FAIL: CalculationsTest#test_should_sum_field_with_conditions (unexpected)
--- FAIL: CalculationsTest#test_should_not_perform_joined_include_by_default (unexpected)
--- FAIL: EagerAssociationTest#test_eager_has_many_through_with_order (unexpected)
--- FAIL: CalculationsTest#test_should_generate_valid_sql_with_joins_and_group (unexpected)
--- FAIL: CalculationsTest#test_pluck_columns_with_same_name (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_limit_and_offset (unexpected)
--- FAIL: HasManyAssociationsTest#test_defining_has_many_association_with_delete_all_dependency_lazily_evaluates_target_class (unexpected)
--- FAIL: CalculationsTest#test_count_with_distinct (unexpected)
--- FAIL: EagerAssociationTest#test_including_duplicate_objects_from_has_many (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_adding_unsavable_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_transactions_when_replacing_on_new_record (unexpected)
--- FAIL: CalculationsTest#test_minimum_and_maximum_on_time_attributes (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_and_belongs_to_many_and_limit (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_conditions_hash (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_has_many_through_association_associated_by_a_composite_query_constraints (unexpected)
--- FAIL: PersistenceTest#test_build_many_through_factory_with_block (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_dynamic_find_should_respect_association_include (unexpected)
--- FAIL: CalculationsTest#test_distinct_joins_count_with_order_and_offset (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_many (unexpected)
--- FAIL: PersistenceTest#test_destroy_many_with_invalid_id (unexpected)
--- FAIL: ReflectionTest#test_content_columns (unexpected)
--- FAIL: CalculationsTest#test_ids_with_includes (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_first_sanitized (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_include_uses_array_include_after_loaded (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_and_create_from_association_should_respect_passed_attributes_over_default_scope (unexpected)
--- FAIL: EagerAssociationTest#test_eager-loading_readonly_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_updates_counter_cache_without_dependent_option (unexpected)
--- FAIL: PersistenceTest#test_destroy_new_record (unexpected)
--- FAIL: EagerAssociationTest#test_nested_loading_does_not_raise_exception_when_association_does_not_exist (unexpected)
--- FAIL: PersistenceTest#test_save_for_record_with_only_primary_key (unexpected)
--- FAIL: CalculationsTest#test_should_limit_calculation (unexpected)
--- FAIL: InheritanceAttributeTest#test_inheritance_new_with_subclass_as_default (unexpected)
--- FAIL: CalculationsTest#test_average_with_from_option (unexpected)
--- FAIL: HasManyAssociationsTest#test_has_many_associations_on_new_records_use_null_relations (unexpected)
--- FAIL: HasManyAssociationsTest#test_anonymous_has_many (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_destroying_many (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_line_endings (unexpected)
--- FAIL: HasManyAssociationsTest#test_assign_ids_ignoring_blanks (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_explicit_join (unexpected)
--- FAIL: HasManyAssociationsTest#test_dependent_association_respects_optional_hash_conditions_on_delete (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_find_in_association_with_options (unexpected)
--- FAIL: CalculationsTest#test_group_by_with_quoted_count_and_order_by_alias (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_does_not_cache_has_many_association_subset_when_preloaded_with_a_through_association (unexpected)
--- FAIL: PersistenceTest#test_delete_record_with_associations (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_index_sort_order (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_symbols_as_keys (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

- #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 2 months ago

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

--- FAIL: CascadedEagerLoadingTest#test_eager_association_loading_with_recursive_cascading_four_levels_has_many_through (unexpected)
--- FAIL: CalculationsTest#test_pick_one (unexpected)
--- FAIL: EagerAssociationTest#test_eager_has_many_through_multiple_with_order (unexpected)
--- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_conditions_on_association (unexpected)
--- FAIL: CalculationsTest#test_should_calculate_against_given_relation (unexpected)
--- FAIL: PostgresqlVirtualColumnTest#test_virtual_column_with_full_inserts (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_conditions_hash (unexpected)
--- FAIL: CalculationsTest#test_apply_distinct_in_count (unexpected)
--- FAIL: AttributeMethodsTest#test_read_overridden_attribute (unexpected)
--- FAIL: AttributeMethodsTest#test_setting_a_time_zone-aware_datetime_in_the_current_time_zone (unexpected)
--- FAIL: BasicsTest#test_sequence_name_with_abstract_class (unexpected)
--- FAIL: BasicsTest#test_generated_association_methods_module_name (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_empty_belongs_to_polymorphic (unexpected)
--- FAIL: BasicsTest#test_switching_between_table_name (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_present_with_booleans (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnNewRecord#test_autosave_new_record_on_belongs_to_can_be_disabled_per_relationship (unexpected)
--- FAIL: CalculationsTest#test_ids_on_loaded_relation_with_includes_and_table_scope (unexpected)
--- FAIL: CalculationsTest#test_pluck (unexpected)
--- FAIL: BasicsTest#test_find_multiple_ordered_last (unexpected)
--- FAIL: ActiveRecord::CollectionCacheKeyTest#test_cache_key_with_custom_timestamp_column (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_of_instance_dependent_associations_is_supported (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_one_dependent_does_not_destroy_dependent (unexpected)
--- FAIL: AttributeMethodsTest#test_setting_a_time_zone-aware_attribute_interprets_time_zone-unaware_string_in_time_zone (unexpected)
--- FAIL: CalculationsTest#test_pluck_type_cast_with_eager_load_without_table_name_qualified_column (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_associations_with_string_joins_and_order_references (unexpected)
--- FAIL: EagerAssociationTest#test_count_with_include (unexpected)
--- FAIL: CalculationsTest#test_should_calculate_with_invalid_field (unexpected)
--- FAIL: EagerAssociationTest#test_including_duplicate_objects_from_belongs_to (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attribute_for_database (unexpected)
--- FAIL: CalculationsTest#test_select_avg_with_joins_and_group_by_as_virtual_attribute_with_ar (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_order_string_with_quoted_table_name (unexpected)
--- FAIL: BasicsTest#test_comparison_with_different_objects_in_array (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_through_a_belongs_to_association (unexpected)
--- FAIL: BasicsTest#test_default_values (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_includes_limit_and_empty_result (unexpected)
--- FAIL: AttributeMethodsTest#test_hash_content (unexpected)
--- FAIL: AttributeMethodsTest#test_#define_attribute_methods_brings_back_undefined_aliases (unexpected)
--- FAIL: AttributeMethodsTest#test_aliasing_``id``_attribute_allows_reading_the_column_value_for_a_CPK_model (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_change_column_default_to_null_with_not_null (unexpected)
--- FAIL: BasicsTest#test_ignored_columns_are_stored_as_an_array_of_string (unexpected)
--- FAIL: BasicsTest#test_dup_does_not_copy_associations (unexpected)
--- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_conditions_on_nested_association (unexpected)
--- FAIL: AttributeMethodsTest#test_define_attribute_method_works_with_both_symbol_and_string (unexpected)
--- FAIL: BasicsTest#test_benchmark_with_use_silence (unexpected)
--- FAIL: BasicsTest#test_table_exists (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_includes_offset (unexpected)
--- FAIL: ActiveRecord::StringTypeTest#test_string_mutations_are_detected (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

- #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 2 months ago

roachtest.activerecord failed with artifacts on master @ f117eea22dd7be380c7141cdf6cd7aba92dd9c70:

--- FAIL: RelationTest#test_pluck_with_from_includes_original_table_name (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_create_with_conditions_hash_on_through_association (unexpected)
--- FAIL: PersistenceTest#test_reload_removes_custom_selects (unexpected)
--- FAIL: AssociationsTest#test_include_with_order_works (unexpected)
--- FAIL: FinderTest#test_joins_with_string_array (unexpected)
--- FAIL: CalculationsTest#test_select_avg_with_group_by_as_virtual_attribute_with_sql (unexpected)
--- FAIL: RelationTest#test_order_by_relation_attribute (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_empty_array_with_aggregate_having_multiple_mappings (unexpected)
--- FAIL: PersistenceTest#test_update (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_and_belongs_to_many_and_limit (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_adding_from_the_project (unexpected)
--- FAIL: BelongsToAssociationsTest#test_reloading_the_belonging_object (unexpected)
--- FAIL: InheritanceTest#test_scope_inherited_properly (unexpected)
--- FAIL: RelationTest#test_where_with_ar_object (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_updates_counter_cache_with_dependent_destroy (unexpected)
--- FAIL: BasicsTest#test_protected_environments_by_default_is_an_array_with_production (unexpected)
--- FAIL: CalculationsTest#test_should_return_zero_if_sum_conditions_return_nothing (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_reorder_raise_errors (unexpected)
--- FAIL: PersistenceTest#test_destroy_new_record (unexpected)
--- FAIL: RelationTest#test_finding_with_order_concatenated (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_reassignment_of_associated_type_updates_the_object (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_deleting (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_collection_delete_with_nonstandard_primary_key_on_belongs_to (unexpected)
--- FAIL: RelationTest#test_intersection_with_array (unexpected)
--- FAIL: FinderTest#test_find_by_nil_and_not_nil_attributes (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnTest#test_rename_column_of_child_table (unexpected)
--- FAIL: EagerAssociationTest#test_eager_has_many_through_multiple_with_order (unexpected)
--- FAIL: IntegrationTest#test_to_param_class_method_squishes (unexpected)
--- FAIL: PersistenceTest#test_update_columns_not_equal_attributes (unexpected)
--- FAIL: InheritanceTest#test_company_descends_from_active_record (unexpected)
--- FAIL: RelationTest#test_find_id (unexpected)
--- FAIL: RelationTest#test_order_with_blank_value (unexpected)
--- FAIL: BasicsTest#test_limit_should_sanitize_sql_injection_for_limit_with_commas (unexpected)
--- FAIL: RelationTest#test_unscope_specific_where_value (unexpected)
--- FAIL: BasicsTest#test_equality_of_collection_proxy_and_association_relation (unexpected)
--- FAIL: HasOneAssociationsTest#test_nullification_on_cpk_association (unexpected)
--- FAIL: AttributeMethodsTest#test_caching_a_nil_primary_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_update_all_respects_association_scope (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_updates_counter_cache_with_dependent_delete_all (unexpected)
--- FAIL: AttributeMethodsTest#test_number_attribute_predicate (unexpected)
--- FAIL: UniquenessValidationTest#test_validate_uniqueness_when_integer_out_of_range_show_order_does_not_matter (unexpected)
--- FAIL: BelongsToAssociationsTest#test_cant_save_readonly_association (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_explicit_sti_base_class (unexpected)
--- FAIL: FinderTest#test_find_by_two_attributes_but_passing_only_one (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_callbacks_firing_order_on_update (unexpected)
--- FAIL: RelationTest#test_ordering_with_extra_spaces (unexpected)
--- FAIL: BasicsTest#test_#connecting_to_with_prevent_writes (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

- #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 2 months ago

roachtest.activerecord failed with artifacts on master @ 67547d7724f8a52646e2e8ecb3ca48b923957d90:

--- FAIL: FinderTest#test_find_by_returns_nil_if_the_record_is_missing (unexpected)
--- FAIL: RelationTest#test_find_by_returns_nil_if_the_record_is_missing (unexpected)
--- FAIL: BasicsTest#test_find_by_slug_with_array (unexpected)
--- FAIL: AttributeMethodsTest#test_setting_a_time_zone_conversion_for_attributes_should_write_the_value_on_a_class_variable (unexpected)
--- FAIL: BasicsTest#test_#connected_to_many_with_a_single_argument_for_classes (unexpected)
--- FAIL: BasicsTest#test_reload (unexpected)
--- FAIL: AssociationsTest#test_querying_by_single_associated_record_works_using_query_constraints (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_distinct_order_preserved (unexpected)
--- FAIL: CalculationsTest#test_should_calculate_grouped_with_longer_field (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_update_columns_after_push_without_duplicate_join_table_rows (unexpected)
--- FAIL: RelationTest#test_order_using_scoping (unexpected)
--- FAIL: InheritanceTest#test_compute_type_argument_error (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_proxy_should_respond_to_private_methods_via_send (unexpected)
--- FAIL: BelongsToAssociationsTest#test_create! (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_with_validate_false_does_not_run_associated_validation_callbacks_on_create (unexpected)
--- FAIL: BelongsToAssociationsTest#test_clearing_an_association_clears_the_associations_inverse (unexpected)
--- FAIL: EagerAssociationTest#test_eager_habtm_with_association_inheritance (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_invalid_build (unexpected)
--- FAIL: InheritanceTest#test_new_without_storing_full_sti_class (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_child_is_visible_to_join_model_in_add_association_callbacks (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_an_invalid_type (unexpected)
--- FAIL: FinderTest#test_find_with_ids_with_id_out_of_range (unexpected)
--- FAIL: CalculationsTest#test_pluck_type_cast_with_eager_load_without_table_name_qualified_column (unexpected)
--- FAIL: OptimisticLockingTest#test_lock_new (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_adding_before_save (unexpected)
--- FAIL: FinderTest#test_find_an_empty_array (unexpected)
--- FAIL: AttributeMethodsTest#test_user-defined_text_attribute_predicate (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_push_with_invalid_record (unexpected)
--- FAIL: AttributeMethodsTest#test_read_attribute_with_nil_should_not_asplode (unexpected)
--- FAIL: InheritanceTest#test_eager_load_belongs_to_primary_key_quoting (unexpected)
--- FAIL: CockroachDB::FixturesTest#test_multiple_clean_fixtures (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_belongs_to_quotes_table_and_column_names (unexpected)
--- FAIL: FinderTest#test_exists_with_empty_table_and_no_args_given (unexpected)
--- FAIL: EagerAssociationTest#test_belongs_to_association_ignores_the_scoping (unexpected)
--- FAIL: InheritanceTest#test_update_all_within_inheritance (unexpected)
--- FAIL: EagerAssociationTest#test_duplicate_middle_objects (unexpected)
--- FAIL: RelationTest#test_count_with_distinct (unexpected)
--- FAIL: FinderTest#test_find_on_hash_conditions_with_hashed_table_name (unexpected)
--- FAIL: SchemaDumperTest#test_schema_dumps_index_sort_order (unexpected)
--- FAIL: CalculationsTest#test_#skip_query_cache!_for_a_grouped_calculation (unexpected)
--- FAIL: FinderTest#test_find_with_nil_inside_set_passed_for_attribute (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_has_many_with_cpk (unexpected)
--- FAIL: FinderTest#test_first_bang_missing (unexpected)
--- FAIL: FinderTest#test_sole (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_destroy_on_association_clears_scope (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_respects_select (unexpected)
--- FAIL: BelongsToAssociationsTest#test_should_set_foreign_key_on_save! (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

- #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 2 months ago

roachtest.activerecord failed with artifacts on master @ 67547d7724f8a52646e2e8ecb3ca48b923957d90:

--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_serialized_attribute_on_alias_attribute (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_polymorphic_with_custom_foreign_type (unexpected)
--- FAIL: AttributeMethodsTest#test_declared_suffixed_attribute_method_affects_respond_to?_and_method_missing (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_without_updated_at_attributes (unexpected)
--- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_conditions_on_association (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_with_bang (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_on_association_clears_scope (unexpected)
--- FAIL: AttributeMethodsTest#test_case-sensitive_attributes_hash (unexpected)
--- FAIL: InheritanceTest#test_class_with_blank_sti_name (unexpected)
--- FAIL: PersistenceTest#test_delete_all (unexpected)
--- FAIL: CalculationsTest#test_count_selected_arel_attribute_in_joined_table (unexpected)
--- FAIL: BasicsTest#test_bignum_pk (unexpected)
--- FAIL: FinderTest#test_implicit_order_column_reorders_query_constraints (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_an_overridden_original_method_from_a_module_issues_a_deprecation (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_size_calculation_works_with_default_scoped_selects_when_not_previously_fetched (unexpected)
--- FAIL: UniquenessValidationTest#test_validate_uniqueness_when_integer_out_of_range (unexpected)
--- FAIL: RelationTest#test_relations_don't_load_all_records_in_#inspect (unexpected)
--- FAIL: HasManyAssociationsTest#test_depends_and_nullify_on_polymorphic_assoc (unexpected)
--- FAIL: AttributeMethodsTest#test_#alias_attribute_with_a_manually_defined_method_issues_a_deprecation_warning (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_aggregate_attribute_having_same_name_as_field_and_key_value_being_aggregate (unexpected)
--- FAIL: AttributeMethodsTest#test_undeclared_attribute_method_does_not_affect_respond_to?_and_method_missing (unexpected)
--- FAIL: HasManyAssociationsTest#test_finding_array_compatibility (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_all_on_association_clears_scope (unexpected)
--- FAIL: BelongsToAssociationsTest#test_should_set_foreign_key_on_create_association_with_unpersisted_owner (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_with_has_one_through_an_sti_with_after_initialize (unexpected)
--- FAIL: PersistenceTest#test_becomes_initializes_missing_attributes (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_adding_before_save (unexpected)
--- FAIL: AttributeMethodsTest#test_declared_affixed_attribute_method_affects_respond_to?_and_method_missing (unexpected)
--- FAIL: ActiveRecord::Type::IntegerTest#test_casting_ActiveRecord_models (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_through_a_belongs_to_association (unexpected)
--- FAIL: BasicsTest#test_previously_changed (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_line_endings (unexpected)
--- FAIL: RelationTest#test_multi_where_ands_queries (unexpected)
--- FAIL: CalculationsTest#test_ids_on_loaded_relation_with_includes_and_table_scope (unexpected)
--- FAIL: FinderTest#test_include_on_unloaded_relation_with_offset (unexpected)
--- FAIL: FinderTest#test_find_by_and_where_consistency_with_active_record_instance (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_caching_of_columns (unexpected)
--- FAIL: BasicsTest#test_comparison_with_different_objects_in_array (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_and_removed_parent (unexpected)
--- FAIL: RelationTest#test_relations_don't_load_all_records_in_#pretty_print (unexpected)
--- FAIL: BasicsTest#test_scoped_can_take_a_values_hash (unexpected)
--- FAIL: FinderTest#test_#last_for_a_model_with_composite_query_constraints (unexpected)
--- FAIL: UniquenessValidationTest#test_validates_uniqueness_inside_scoping (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_has_many_through_with_distinct (unexpected)
--- FAIL: PersistenceTest#test_update_attribute_for_readonly_attribute! (unexpected)
--- FAIL: RelationTest#test_relations_show_the_records_in_#inspect (unexpected)
--- FAIL: BasicsTest#test_ignored_columns_are_stored_as_an_array_of_string (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

- #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 2 months ago

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

--- FAIL: RelationTest#test_no_arguments_to_order_raise_errors (unexpected)
--- FAIL: BasicsTest#test_has_attribute_with_symbol (unexpected)
--- FAIL: HasManyAssociationsTest#test_has_many_through_respects_hash_conditions (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_one_should_return_false_if_zero (unexpected)
--- FAIL: HasManyAssociationsTest#test_dependence (unexpected)
--- FAIL: RelationTest#test_find_by_with_non-hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: FinderTest#test_find_by_association_subquery (unexpected)
--- FAIL: HasManyAssociationsTest#test_exists_respects_association_scope (unexpected)
--- FAIL: HasManyAssociationsTest#test_assign_ids_ignoring_blanks (unexpected)
--- FAIL: AttributeMethodsTest#test_accessed_fields (unexpected)
--- FAIL: RelationTest#test_size_with_limit (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroy_on_association_clears_scope (unexpected)
--- FAIL: BasicsTest#test_#connecting_to_with_role_and_shard (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_has_many_through_quotes_table_and_column_names (unexpected)
--- FAIL: RelationTest#test_find_on_hash_conditions (unexpected)
--- FAIL: AttributeMethodsTest#test_attribute_keys_on_a_new_instance (unexpected)
--- FAIL: CockroachDB::DefaultNumbersTest#test_default_decimal_zero_with_large_scale (unexpected)
--- FAIL: BelongsToAssociationsTest#test_tracking_change_from_persisted_record_to_nil (unexpected)
--- FAIL: RelationTest#test_build_with_array (unexpected)
--- FAIL: ReflectionTest#test_collection_association (unexpected)
--- FAIL: FinderTest#test_fifth_have_primary_key_order_by_default (unexpected)
--- FAIL: RelationTest#test_find_by_returns_nil_if_the_record_is_missing (unexpected)
--- FAIL: HasManyAssociationsTest#test_counting_with_single_hash (unexpected)
--- FAIL: RelationTest#test_find_by!_with_hash_conditions_returns_the_first_matching_record (unexpected)
--- FAIL: HasOneAssociationsTest#test_dependence_with_missing_association (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_has_many_through_with_custom_scope (unexpected)
--- FAIL: EagerAssociationTest#test_including_duplicate_objects_from_has_many (unexpected)
--- FAIL: HasOneAssociationsTest#test_dependence (unexpected)
--- FAIL: RelationTest#test_intersection_with_array (unexpected)
--- FAIL: TransactionCallbacksTest#test_only_call_after_commit_on_create_after_transaction_commits_for_new_record_if_create_succeeds_creating_through_association (unexpected)
--- FAIL: TransactionCallbacksTest#test_only_call_after_commit_on_save_after_transaction_commits_for_saving_record (unexpected)
--- FAIL: TouchTest#test_create_turned_off (unexpected)
--- FAIL: HasManyAssociationsTest#test_collection_size_with_dirty_target (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading_n_plus_one_only_mode (unexpected)
--- FAIL: RelationTest#test_size_with_eager_loading_and_manual_distinct_select_and_custom_order (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_left_outer_joins_raise_errors (unexpected)
--- FAIL: SerializedAttributeTest#test_nil_is_not_changed_when_serialized_with_a_class (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_custom_join_table (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_through_join_model_with_conditions (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_order_string_with_quoted_table_name (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_destroy_with_destroyed_parent (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasManyAssociation#test_invalid_adding (unexpected)
--- FAIL: AttributeMethodsTest#test_on_the_fly_super_invokable_generated_attribute_methods_via_method_missing (unexpected)
--- FAIL: HasOneAssociationsTest#test_restrict_with_error_with_locale (unexpected)
--- FAIL: TestAutosaveAssociationOnAHasManyAssociationWithInverse#test_after_save_callback_with_autosave (unexpected)
--- FAIL: BasicsTest#test_find_on_abstract_base_class_doesnt_use_type_condition (unexpected)
--- FAIL: ReflectionTest#test_automatic_inverse_does_not_suppress_name_error_from_incidental_code (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

- #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 2 months ago

roachtest.activerecord failed with artifacts on master @ 934684d8134fd8bb34eae1a37f3aa83a4ac066b7:

--- FAIL: RelationTest#test_find_by_with_delegated_ar_object (unexpected)
--- FAIL: DateTimeTest#test_assign_empty_date (unexpected)
--- FAIL: RelationTest#test_find_ids (unexpected)
--- FAIL: HasManyAssociationsTest#test_new_the_association_with_an_array (unexpected)
--- FAIL: CalculationsTest#test_async_pluck_on_loaded_relation (unexpected)
--- FAIL: CalculationsTest#test_ids_on_loaded_relation_with_scope (unexpected)
--- FAIL: FinderTest#test_find_with_ids_returning_ordered (unexpected)
--- FAIL: RelationTest#test_#skip_query_cache! (unexpected)
--- FAIL: AttributeMethodsTest#test_string_attribute_predicate (unexpected)
--- FAIL: RelationTest#test_size_with_eager_loading_and_custom_select_and_order (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_explicit_sti_base_class (unexpected)
--- FAIL: TransactionTest#test_no_savepoint_in_nested_transaction_without_force (unexpected)
--- FAIL: FinderTest#test_sole (unexpected)
--- FAIL: CalculationsTest#test_count_with_arel_star (unexpected)
--- FAIL: RelationTest#test_create_bang (unexpected)
--- FAIL: EagerAssociationTest#test_should_work_inverse_of_with_eager_load (unexpected)
--- FAIL: ReflectionTest#test_has_many_reflection_with_array_fk_raises (unexpected)
--- FAIL: CalculationsTest#test_should_count_manual_select_with_group_with_count_all (unexpected)
--- FAIL: MultiParameterAttributeTest#test_multiparameter_attributes_on_date_with_empty_year_and_month (unexpected)
--- FAIL: TransactionTest#test_rollback_dirty_changes_then_retry_save_on_new_record (unexpected)
--- FAIL: EnumTest#test_capital_characters_for_enum_names (unexpected)
--- FAIL: RelationTest#test_create_or_find_by (unexpected)
--- FAIL: EagerAssociationTest#test_eager_count_performed_on_a_has_many_through_association_with_multi_table_conditional (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_first_after_reload (unexpected)
--- FAIL: ModulesTest#test_table_name (unexpected)
--- FAIL: RelationTest#test_reverse_order_with_reorder_nil_removes_the_order (unexpected)
--- FAIL: RelationTest#test_#where_with_empty_set (unexpected)
--- FAIL: InverseBelongsToTests#test_recursive_model_has_many_inversing (unexpected)
--- FAIL: AssociationsTest#test_cpk_model_has_many_records_by_id_attribute (unexpected)
--- FAIL: RelationTest#test_first_or_initialize (unexpected)
--- FAIL: RelationTest#test_first_get_more_than_available (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroy_on_association_clears_scope (unexpected)
--- FAIL: FinderTest#test_third (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::SchemaCacheTest#test_yaml_dump_and_load (unexpected)
--- FAIL: RelationTest#test_typecasting_where_with_array (unexpected)
--- FAIL: HasManyAssociationsTest#test_build (unexpected)
--- FAIL: AttributeMethodsTest#test_setting_invalid_string_to_a_zone-aware_time_attribute (unexpected)
--- FAIL: IntegrationTest#test_cache_key_for_newer_updated_at (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_with_rewhere_doesnt_set_inverse_instance_key (unexpected)
--- FAIL: CalculationsTest#test_limit_should_apply_before_count_arel_attribute (unexpected)
--- FAIL: PessimisticLockingTest#test_with_lock_rolls_back_transaction (unexpected)
--- FAIL: FinderTest#test_count_by_sql (unexpected)
--- FAIL: FinderTest#test_hash_condition_find_with_aggregate_having_three_mappings_array (unexpected)
--- FAIL: EagerAssociationTest#test_three_level_nested_preloading_does_not_raise_exception_when_association_does_not_exist (unexpected)
--- FAIL: FinderTest#test_second_with_offset (unexpected)
--- FAIL: AttributeMethodsTest#test_boolean_attributes (unexpected)
--- FAIL: FinderTest#test_include_on_loaded_relation_without_match (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

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