Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachtest: activerecord failed #94211

Closed
cockroach-teamcity opened this issue Dec 23, 2022 · 24 comments
Closed

roachtest: activerecord failed #94211

cockroach-teamcity opened this issue Dec 23, 2022 · 24 comments
Assignees
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Dec 23, 2022

roachtest.activerecord failed with artifacts on master @ 4232883add85a151c423c45904ac4096d04656c5:

--- FAIL: CalculationsTest#test_should_get_minimum_of_field (unexpected)
--- FAIL: TestNestedAttributesOnABelongsToAssociation#test_should_not_destroy_the_associated_model_until_the_parent_is_saved (unexpected)
--- FAIL: CockroachDB::FixturesTest#test_yaml_file_with_symbol_columns (unexpected)
--- FAIL: PersistenceTest#test_update_column_with_default_scope (unexpected)
--- FAIL: BelongsToAssociationsTest#test_tracking_change_from_persisted_record_to_new_record (unexpected)
--- FAIL: TestAutosaveAssociationOnAHasAndBelongsToManyAssociationWithAcceptsNestedAttributes#test_should_allow_to_bypass_validations_on_the_associated_models_on_create (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_arel_attribute (unexpected)
--- FAIL: BelongsToAssociationsTest#test_reload_the_belonging_object_with_query_cache (unexpected)
--- FAIL: RelationTest#test_automatically_added_having_references (unexpected)
--- FAIL: BelongsToAssociationsTest#test_default_with_lambda (unexpected)
--- FAIL: HasManyAssociationsTest#test_loading_association_in_validate_callback_doesnt_affect_persistence (unexpected)
--- FAIL: RelationTest#test_relations_limit_the_records_in_#inspect_at_10 (unexpected)
--- FAIL: PersistenceTest#test_class_level_delete_is_affected_by_scoping (unexpected)
--- FAIL: RelationTest#test_create_or_find_by_with_bang (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V6_0#test_change_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_on_delete_nullify_foreign_key (unexpected)
--- FAIL: HasManyAssociationsTest#test_can_unscope_and_where_the_default_scope_of_the_associated_model (unexpected)
--- FAIL: PersistenceTest#test_update_sti_subclass_type (unexpected)
--- FAIL: RelationTest#test_finding_with_order_and_take (unexpected)
--- FAIL: ActiveRecord::CollectionCacheKeyTest#test_cache_key_for_relation_with_includes (unexpected)
--- FAIL: CalculationsTest#test_limit_is_kept (unexpected)
--- FAIL: BelongsToAssociationsTest#test_assigning_nil_on_an_association_clears_the_associations_inverse (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_updates_counter_cache_with_dependent_delete_all (unexpected)
--- FAIL: HasManyAssociationsTest#test_taking (unexpected)
--- FAIL: CalculationsTest#test_calculation_with_polymorphic_relation (unexpected)
--- FAIL: RelationTest#test_do_not_double_quote_string_id (unexpected)
--- FAIL: RelationTest#test_find_with_included_associations (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_dynamic_find_all_should_respect_readonly_access (unexpected)
--- FAIL: RelationTest#test_create_with_nested_attributes (unexpected)
--- FAIL: RelationTest#test_build (unexpected)
--- FAIL: BelongsToAssociationsTest#test_dependency_should_halt_parent_destruction_with_cascaded_three_levels (unexpected)
--- FAIL: RelationTest#test_find_or_initialize_by (unexpected)
--- FAIL: BelongsToAssociationsTest#test_dependent_delete_and_destroy_with_belongs_to (unexpected)
--- FAIL: RelationTest#test_eager_load_with_blank_value (unexpected)
--- FAIL: RelationScopingTest#test_find_with_annotation_unscope (unexpected)
--- FAIL: RelationTest#test_to_xml (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V5_2#test_change_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_scoped_grouped_having (unexpected)
--- FAIL: BelongsToAssociationsTest#test_where_on_polymorphic_association_with_nil (unexpected)
--- FAIL: PersistenceTest#test_update_columns_should_raise_exception_if_new_record (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_habtm_respects_select_query_method (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_one_should_return_false_if_zero (unexpected)
--- FAIL: RelationTest#test_find_or_create_by! (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_implicit_sti_base_class (unexpected)
--- FAIL: RelationTest#test_any (unexpected)
--- FAIL: HasManyAssociationsTest#test_merging_with_custom_attribute_writer (unexpected)
--- FAIL: HasManyAssociationsTest#test_replace_with_less (unexpected)
--- FAIL: RelationTest#test_dynamic_find_by_attributes_bang (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

/cc @cockroachdb/sql-sessions

This test on roachdash | Improve this report!

Jira issue: CRDB-22743

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Dec 23, 2022
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Dec 23, 2022
@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ c4bde8b72cdd4016845ae70ef5162b3f11fab1fb:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.1-374-gc4bde8b72c
Tests run against activerecord 7.0.3
7231 Total Tests Run
7219 tests passed
12 tests failed
26 tests skipped
121 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: ActiveRecord::Encryption::StoragePerformanceTest#test_storage_overload_without_storing_keys_is_acceptable (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

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ c4bde8b72cdd4016845ae70ef5162b3f11fab1fb:

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.1-374-gc4bde8b72c
Tests run against activerecord 7.0.3
7231 Total Tests Run
7201 tests passed
30 tests failed
26 tests skipped
121 tests ignored
0 tests passed unexpectedly
19 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: SecureTokenTest#test_token_length_cannot_be_less_than_24_characters (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: ActiveRecord::Migration::ReferencesForeignKeyTest#test_references_foreign_key_with_suffix (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: ActiveRecord::Migration::ReferencesForeignKeyTest#test_references_foreign_key_with_prefix (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: MultiDbMigratorTest#test_migrator_db_has_no_schema_migrations_table (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: FilterAttributesTest#test_filter_attributes_on_pretty_print_should_handle_[FILTERED]_value_properly (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: CockroachDB::PostgresqlSerialTest#test_not_serial_column (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: CockroachDB::PostgresqlSerialTest#test_serial_column (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: ActiveRecord::Migration::CheckConstraintTest#test_not_valid_check_constraint (unexpected)
--- FAIL: FilterAttributesTest#test_filter_attributes_should_handle_[FILTERED]_value_properly (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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

--- FAIL: AssociationsJoinModelTest#test_set_polymorphic_has_one_on_new_record (unexpected)
--- FAIL: RelationScopingTest#test_scoped_find_last_preserves_scope (unexpected)
--- FAIL: ActiveRecordSchemaTest#test_schema_subclass (unexpected)
--- FAIL: AssociationsJoinModelTest#test_has_many_distinct_through_count (unexpected)
--- FAIL: AssociationsJoinModelTest#test_polymorphic_has_many (unexpected)
--- FAIL: AssociationProxyTest#test_append_behaves_like_push (unexpected)
--- FAIL: BelongsToAssociationsTest#test_self_referential_belongs_to_with_counter_cache_assigning_nil (unexpected)
--- FAIL: AssociationsJoinModelTest#test_preload_polymorphic_has_many (unexpected)
--- FAIL: DelegatedTypeTest#test_delegated_type_name (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_and_removed_parent (unexpected)
--- FAIL: RelationScopingTest#test_scoped_find_last (unexpected)
--- FAIL: MultiDbMigratorTest#test_migrator_db_has_no_schema_migrations_table (unexpected)
--- FAIL: TouchLaterTest#test_touch_later_update_the_attributes (unexpected)
--- FAIL: BelongsToAssociationsTest#test_where_on_polymorphic_association_with_empty_array (unexpected)
--- FAIL: AssociationsJoinModelTest#test_include_polymorphic_has_many_through (unexpected)
--- FAIL: BelongsToAssociationsTest#test_build_with_conditions (unexpected)
--- FAIL: BelongsToAssociationsTest#test_tracking_polymorphic_changes (unexpected)
--- FAIL: AssociationProxyTest#test_first!_works_on_loaded_associations (unexpected)
--- FAIL: ActiveRecordSchemaTest#test_timestamps_without_null_set_null_to_false_on_add_timestamps (unexpected)
--- FAIL: RelationScopingTest#test_scoping_applies_to_update_with_all_queries (unexpected)
--- FAIL: BelongsToAssociationsTest#test_creating_the_belonging_object_from_new_record (unexpected)
--- FAIL: BelongsToAssociationsTest#test_optional_relation (unexpected)
--- FAIL: TouchLaterTest#test_touch_later_an_association_dont_autosave_parent (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_primary_key (unexpected)
--- FAIL: TouchLaterTest#test_touch_later_raise_if_non_persisted (unexpected)
--- FAIL: UniquenessValidationTest#test_validates_uniqueness_with_validates (unexpected)
--- FAIL: AssociationsJoinModelTest#test_polymorphic_has_one_create_model_with_inheritance (unexpected)
--- FAIL: AssociationsJoinModelTest#test_has_many_through_polymorphic_has_one (unexpected)
--- FAIL: AssociationProxyTest#test_scoped_allows_conditions (unexpected)
--- FAIL: BelongsToAssociationsTest#test_cant_save_readonly_association (unexpected)
--- FAIL: AssociationsJoinModelTest#test_has_many_through_has_many_find_all (unexpected)
--- FAIL: RelationScopingTest#test_scoped_find_select (unexpected)
--- FAIL: UniquenessValidationTest#test_validate_uniqueness_with_after_create_performing_save (unexpected)
--- FAIL: BooleanTest#test_boolean_cast_from_string (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_with_custom_name_counter_cache (unexpected)
--- FAIL: AssociationsJoinModelTest#test_include_has_many_through_polymorphic_has_many (unexpected)
--- FAIL: AssociationsJoinModelTest#test_has_many (unexpected)
--- FAIL: AssociationProxyTest#test_push_has_many_through_does_not_load_target (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_and_reassigned_parent (unexpected)
--- FAIL: BelongsToAssociationsTest#test_concurrent_counter_cache_double_destroy (unexpected)
--- FAIL: AssociationsJoinModelTest#test_has_many_polymorphic_associations_merges_through_scope (unexpected)
--- FAIL: BelongsToAssociationsTest#test_multiple_counter_cache_with_after_create_update (unexpected)
--- FAIL: AssociationsJoinModelTest#test_delete_polymorphic_has_many_with_nullify (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_after_save (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_empty_update (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_when_update_columns (unexpected)
--- FAIL: BooleanTest#test_find_by_falsy_boolean_symbol (unexpected)
--- FAIL: AssociationsJoinModelTest#test_has_many_find_all (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 0725273ac7f789ba8ed78aacaf73cc953ca47fe8:

--- FAIL: BasicsTest#test_column_name_properly_quoted (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_include_method_in_association_through_should_return_true_for_instance_added_with_nested_builds (unexpected)
--- FAIL: ReflectionTest#test_human_name_for_column (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_find_scoped_grouped_having (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_size_of_through_association_should_increase_correctly_when_has_many_association_is_added (unexpected)
--- FAIL: ActiveRecord::WhereTest#test_where_with_emoji_for_binary_column (unexpected)
--- FAIL: PersistenceTest#test_update_many_with_invalid_id (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_association_through_a_has_many_association_to_self (unexpected)
--- FAIL: HasOneAssociationsTest#test_build_with_block (unexpected)
--- FAIL: BasicsTest#test_initialize_with_attributes (unexpected)
--- FAIL: CalculationsTest#test_pluck_not_auto_table_name_prefix_if_column_joined (unexpected)
--- FAIL: ModulesTest#test_assign_ids (unexpected)
--- FAIL: ReflectionTest#test_reflection_should_not_raise_error_when_compared_to_other_object (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_arel_attribute (unexpected)
--- FAIL: HasOneAssociationsTest#test_building_the_associated_object_with_an_invalid_type (unexpected)
--- FAIL: EagerAssociationTest#test_with_ordering (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_relationship_cannot_have_a_counter_cache (unexpected)
--- FAIL: BasicsTest#test_dup (unexpected)
--- FAIL: EagerAssociationTest#test_deep_preload (unexpected)
--- FAIL: AssociationProxyTest#test_push_has_many_through_does_not_load_target (unexpected)
--- FAIL: HasManyAssociationsTest#test_create!_the_association_with_an_array (unexpected)
--- FAIL: ActiveRecord::WhereTest#test_where_error (unexpected)
--- FAIL: RelationTest#test_find_ids (unexpected)
--- FAIL: BasicsTest#test_protected_environments_by_default_is_an_array_with_production (unexpected)
--- FAIL: PersistenceTest#test_becomes_after_reload_schema_from_cache (unexpected)
--- FAIL: InheritanceTest#test_alt_complex_inheritance (unexpected)
--- FAIL: BasicsTest#test_toggle_attribute (unexpected)
--- FAIL: AssociationProxyTest#test_save_on_parent_saves_children (unexpected)
--- FAIL: RelationTest#test_finding_with_arel_order (unexpected)
--- FAIL: AggregationsTest#test_gps_equality (unexpected)
--- FAIL: CalculationsTest#test_pick_loaded_relation_multiple_columns (unexpected)
--- FAIL: TestNestedAttributesOnAHasManyAssociation#test_should_take_a_hash_and_assign_the_attributes_to_the_associated_models (unexpected)
--- FAIL: ActiveRecord::RelationTest#test_update_all_goes_through_normal_type_casting (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_association_build_constructor_builds_through_record (unexpected)
--- FAIL: PersistenceTest#test_returns_object_even_if_validations_failed (unexpected)
--- FAIL: FinderTest#test_exists_with_nil_arg (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_destroy_associations_destroys_multiple_associations (unexpected)
--- FAIL: RelationTest#test_order_triggers_eager_loading (unexpected)
--- FAIL: AssociationProxyTest#test_proxy_object_is_cached (unexpected)
--- FAIL: CalculationsTest#test_should_group_by_summed_field (unexpected)
--- FAIL: EagerAssociationTest#test_string_id_column_joins (unexpected)
--- FAIL: InverseAssociationTests#test_this_inverse_stuff (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_replace_on_new_object (unexpected)
--- FAIL: RelationTest#test_select_with_subquery_in_from_does_not_use_original_table_name (unexpected)
--- FAIL: PersistenceTest#test_destroy_raises_record_not_found_exception (unexpected)
--- FAIL: FinderTest#test_model_class_responds_to_third_to_last_bang (unexpected)
--- FAIL: PersistenceTest#test_update_column_should_not_use_setter_method (unexpected)
--- FAIL: CalculationsTest#test_count_with_column_and_options_parameter (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 0725273ac7f789ba8ed78aacaf73cc953ca47fe8:

--- FAIL: RelationTest#test_find_by!_requires_at_least_one_argument (unexpected)
--- FAIL: TimestampTest#test_saving_a_record_with_a_belongs_to_that_specifies_touching_the_parent_should_update_the_parent_updated_at (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_replace_on_new_object (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_proxy_transaction_method_starts_transaction_in_association_class (unexpected)
--- FAIL: CalculationsTest#test_should_sum_arel_attribute (unexpected)
--- FAIL: RelationTest#test_preload_applies_to_all_chained_preloaded_scopes (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_limit_and_offset_and_multiple_associations (unexpected)
--- FAIL: EagerAssociationTest#test_eager-loading_readonly_association (unexpected)
--- FAIL: EagerAssociationTest#test_loading_with_one_association_with_non_preload (unexpected)
--- FAIL: CalculationsTest#test_should_perform_joined_include_when_referencing_included_tables (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_eager_load_raise_errors (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_belongs_to_should_update_when_the_through_foreign_key_changes (unexpected)
--- FAIL: RelationTest#test_select_with_subquery_in_from_uses_original_table_name (unexpected)
--- FAIL: PersistenceTest#test_class_level_update_without_ids (unexpected)
--- FAIL: RelationTest#test_finding_with_reorder (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_get_ids (unexpected)
--- FAIL: RelationTest#test_first_or_create_bang_with_invalid_array (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_association_through_a_belongs_to_association_where_the_association_doesnt_exist (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_new_with_values_in_collection (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_and_conditions_array_on_the_eagers (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_proper_usage_of_primary_keys_and_join_table (unexpected)
--- FAIL: CalculationsTest#test_apply_distinct_in_count (unexpected)
--- FAIL: RelationTest#test_first_or_create_with_array (unexpected)
--- FAIL: CalculationsTest#test_limit_with_offset_is_kept (unexpected)
--- FAIL: TransactionCallbacksTest#test_only_call_after_rollback_on_update_after_transaction_rollsback_for_existing_record (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_all_on_association_clears_scope (unexpected)
--- FAIL: TransactionCallbacksTest#test_after_commit_does_not_mutate_the_if_options_array (unexpected)
--- FAIL: RelationTest#test_intersection_with_array (unexpected)
--- FAIL: TransactionCallbacksTest#test_call_after_rollback_after_transaction_rollsback (unexpected)
--- FAIL: RelationTest#test_finding_with_order (unexpected)
--- FAIL: EagerAssociationTest#test_eager-loading_with_a_polymorphic_association_won't_work_consistently (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_clear_associations (unexpected)
--- FAIL: UpdateAllTest#test_update_all_with_joins (unexpected)
--- FAIL: CalculationsTest#test_plucks_with_ids (unexpected)
--- FAIL: RelationTest#test_dynamic_find_by_attributes_bang (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_include_uses_array_include_after_loaded (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_line_endings (unexpected)
--- FAIL: AssociationProxyTest#test_push_followed_by_save_does_not_load_target (unexpected)
--- FAIL: RelationTest#test_first_or_create_bang_with_invalid_block (unexpected)
--- FAIL: RelationTest#test_relations_don't_load_all_records_in_#inspect (unexpected)
--- FAIL: EagerAssociationTest#test_with_two_tables_in_from_without_getting_double_quoted (unexpected)
--- FAIL: EagerAssociationTest#test_loading_from_an_association_that_has_a_hash_of_conditions (unexpected)
--- FAIL: EagerAssociationTest#test_eager_loaded_has_one_association_without_primary_key (unexpected)
--- FAIL: AssociationProxyTest#test_proxy_association_accessor (unexpected)
--- FAIL: RelationTest#test_loaded_relations_cannot_be_mutated_by_single_value_methods (unexpected)
--- FAIL: PersistenceTest#test_becomes_errors_base (unexpected)
--- FAIL: TransactionCallbacksTest#test_only_call_after_commit_on_update_after_transaction_commits_for_existing_record_on_touch (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_has_one_through_with_conditions_eager_loading (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 1d7bd69205c2197ccac33df9e2e6d4ff8c0fdbcf:

test artifacts and logs in: /artifacts/activerecord/run_1
(orm_helpers.go:191).summarizeFailed: 
Tests run on Cockroach v23.1.0-alpha.1-459-g1d7bd69205
Tests run against activerecord 7.0.3
7231 Total Tests Run
7217 tests passed
14 tests failed
26 tests skipped
121 tests ignored
0 tests passed unexpectedly
3 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::ReferencesForeignKeyTest#test_references_foreign_key_with_suffix (unexpected)
--- FAIL: ActiveRecord::Migration::ReferencesForeignKeyTest#test_references_foreign_key_with_prefix (unexpected)
--- FAIL: CockroachDB::MigrationTest#test_remove_column_with_if_not_exists_not_set (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@rafiss rafiss removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Jan 3, 2023
@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 642afd6e8c8d1f967da4aa0c3c08e2bdc0495100:

--- FAIL: ModulesTest#test_table_name (unexpected)
--- FAIL: OptimisticLockingTest#test_touch_existing_lock (unexpected)
--- FAIL: PostgresqlVirtualColumnTest#test_change_table (unexpected)
--- FAIL: CounterCacheTest#test_reset_counter_with_belongs_to_which_has_class_name (unexpected)
--- FAIL: ReadOnlyTest#test_cant_update_column_readonly_record (unexpected)
--- FAIL: CounterCacheTest#test_counter_caches_are_updated_in_memory_when_the_default_value_is_nil (unexpected)
--- FAIL: CounterCacheTest#test_reset_the_right_counter_if_two_have_the_same_class_name (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading_by_default_can_be_set_per_model (unexpected)
--- FAIL: ModulesTest#test_module_table_name_prefix (unexpected)
--- FAIL: CockroachDB::PostgresqlTimestampMigrationTest#test_adds_column_as_custom_type (unexpected)
--- FAIL: PostgresqlBitStringTest#test_roundtrip (unexpected)
--- FAIL: StrictLoadingTest#test_does_not_raise_on_eager_loading_a_has_many_relation_if_strict_loading_by_default (unexpected)
--- FAIL: OptimisticLockingTest#test_update_with_lock_version_without_default_should_work_on_dirty_value_before_type_cast (unexpected)
--- FAIL: StrictLoadingTest#test_does_not_raise_on_eager_loading_a_strict_loading_habtm_relation (unexpected)
--- FAIL: CockroachDB::PostgresqlTimestampMigrationTest#test_adds_column_as_timestamp (unexpected)
--- FAIL: ViewWithoutPrimaryKeyTest#test_views (unexpected)
--- FAIL: OptimisticLockingTest#test_destroy_with_dirty_primary_key (unexpected)
--- FAIL: ModulesTest#test_assign_ids (unexpected)
--- FAIL: CounterCacheTest#test_reset_counter_works_with_select_declared_on_association (unexpected)
--- FAIL: StrictLoadingTest#test_does_not_raise_on_eager_loading_a_strict_loading_has_many_relation (unexpected)
--- FAIL: ReadOnlyTest#test_cant_save_readonly_record (unexpected)
--- FAIL: CounterCacheTest#test_increment_counters_with_touch:_%i(_updated_at_written_on_) (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading_with_has_many_through_cascade_down_to_middle_records (unexpected)
--- FAIL: CounterCacheTest#test_decrement_counters_with_touch:_true (unexpected)
--- FAIL: StrictLoadingTest#test_does_not_raise_on_eager_loading_a_strict_loading_has_one_relation (unexpected)
--- FAIL: RequiredAssociationsTest#test_required_belongs_to_associations_have_presence_validated (unexpected)
--- FAIL: CounterCacheTest#test_update_counter_with_initial_null_value (unexpected)
--- FAIL: CounterCacheTest#test_update_multiple_counters_with_touch:_:written_on (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading_violation_can_log_instead_of_raise (unexpected)
--- FAIL: OptimisticLockingTest#test_non_integer_lock_destroy (unexpected)
--- FAIL: ViewWithoutPrimaryKeyTest#test_reading (unexpected)
--- FAIL: ModulesTest#test_module_spanning_has_and_belongs_to_many_associations (unexpected)
--- FAIL: AssociationsExtensionsTest#test_marshalling_extensions (unexpected)
--- FAIL: OptimisticLockingTest#test_lock_without_default_should_work_with_null_in_the_database (unexpected)
--- FAIL: ReadOnlyTest#test_cant_touch_readonly_record (unexpected)
--- FAIL: StrictLoadingTest#test_raises_on_lazy_loading_a_strict_loading_habtm_relation (unexpected)
--- FAIL: OptimisticLockingTest#test_lock_new (unexpected)
--- FAIL: ReadOnlyTest#test_readonly_scoping (unexpected)
--- FAIL: AssociationsExtensionsTest#test_proxy_association_after_scoped (unexpected)
--- FAIL: OptimisticLockingTest#test_touch_stale_object (unexpected)
--- FAIL: RequiredAssociationsTest#test_required_has_one_associations_have_presence_validated (unexpected)
--- FAIL: StrictLoadingTest#test_raises_on_lazy_loading_a_strict_loading_has_many_relation (unexpected)
--- FAIL: OptimisticLockingTest#test_polymorphic_destroy_with_dependencies_and_lock_version (unexpected)
--- FAIL: OptimisticLockingTest#test_yaml_dumping_with_lock_column (unexpected)
--- FAIL: ReadOnlyTest#test_has_many_with_through_is_not_implicitly_marked_readonly_while_finding_by_id (unexpected)
--- FAIL: ModulesTest#test_module_table_name_prefix_with_global_prefix (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading_violation_on_polymorphic_relation (unexpected)
--- FAIL: OptimisticLockingTest#test_update_with_dirty_primary_key (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 7594fb2d1438dd5ed8f80a887b8d60b6cdd296ed:

--- FAIL: BelongsToAssociationsTest#test_reloading_association_with_key_change (unexpected)
--- FAIL: BelongsToAssociationsTest#test_multiple_counter_cache_with_after_create_update (unexpected)
--- FAIL: PrimaryKeyAnyTypeTest#test_any_type_primary_key (unexpected)
--- FAIL: AssociationsExtensionsTest#test_named_extension_and_block_on_habtm (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_has_one_through_has_one_through_with_belongs_to_source_reflection (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_destroy (unexpected)
--- FAIL: BelongsToAssociationsTest#test_raises_type_mismatch_with_namespaced_class (unexpected)
--- FAIL: AssociationsExtensionsTest#test_marshalling_named_extensions (unexpected)
--- FAIL: BelongsToAssociationsTest#test_eager_loading_wont_mutate_owner_record (unexpected)
--- FAIL: BelongsToAssociationsTest#test_not_optional_relation (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_has_one_through_nonpreload_eagerloading (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_and_removed_parent (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_has_one_through_with_primary_key_option (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_has_many_through_with_sti_on_nested_through_reflection (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_on_delete_restrict_foreign_key (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_has_one_through_has_one_with_has_one_through_source_reflection_preload_via_joins (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_has_one_through_with_default_scope_on_join_model (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_if_not_exists_not_set (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_assignment_with_primary_key_foreign_type_field_updating (unexpected)
--- FAIL: OptimisticLockingTest#test_lock_without_default_should_work_with_null_in_the_database (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_invalid_foreign_key (unexpected)
--- FAIL: BelongsToAssociationsTest#test_with_condition (unexpected)
--- FAIL: BelongsToAssociationsTest#test_dangerous_association_name_raises_ArgumentError (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_has_one_through_nonpreload_eager_loading_through_polymorphic_with_more_than_one_through_record (unexpected)
--- FAIL: CommentTest#test_blank_columns_created_in_block (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_after_touch (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_has_many_through_with_foreign_key_option_on_through_reflection (unexpected)
--- FAIL: OptimisticLockingWithSchemaChangeTest#test_update_counters_updates_custom_lock_version (unexpected)
--- FAIL: BelongsToAssociationsTest#test_tracking_change_from_persisted_record_to_new_record (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_on_update (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_with_if_exists_set (unexpected)
--- FAIL: BelongsToAssociationsTest#test_clearing_an_association_clears_the_associations_inverse (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_with_reassigning (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_set_record_after_delete_association (unexpected)
--- FAIL: HasManyThroughDisableJoinsAssociationsTest#test_counting_on_disable_joins_through (unexpected)
--- FAIL: OptimisticLockingTest#test_quote_table_name (unexpected)
--- FAIL: BelongsToAssociationsTest#test_tracking_change_from_persisted_record_to_nil (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_with_false (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_reassignment_of_associated_type_updates_the_object (unexpected)
--- FAIL: BelongsToAssociationsTest#test_building_the_belonging_object_with_explicit_sti_base_class (unexpected)
--- FAIL: BelongsToAssociationsTest#test_assignment_before_child_saved (unexpected)
--- FAIL: BelongsToAssociationsTest#test_tracking_change_from_one_persisted_record_to_another (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_many_with_has_and_belongs_to_many_source_reflection (unexpected)
--- FAIL: OptimisticLockingTest#test_yaml_dumping_with_lock_column (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_many_through_with_belongs_to_source_reflection_preload (unexpected)
--- FAIL: HasManyThroughDisableJoinsAssociationsTest#test_appending_on_disable_joins_through (unexpected)
--- FAIL: AssociationsExtensionsTest#test_association_with_default_scope (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ a3d53668ff52c2306f37fcad8e9212ff665ca115:

--- FAIL: PrimaryKeysTest#test_auto_detect_primary_key_from_schema (unexpected)
--- FAIL: PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_no_time_zone_set (unexpected)
--- FAIL: FinderTest#test_find_with_eager_loading_collection_and_ordering_by_collection_primary_key (unexpected)
--- FAIL: FinderTest#test_find_with_ids_and_order_clause (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_scoped_grouped_having (unexpected)
--- FAIL: HasManyAssociationsTest#test_does_not_duplicate_associations_when_used_with_natural_primary_keys (unexpected)
--- FAIL: HasManyAssociationsTest#test_assign_ids_ignoring_blanks (unexpected)
--- FAIL: UpdateAllTest#test_update_all_with_joins (unexpected)
--- FAIL: FinderTest#test_find_with_entire_select_statement (unexpected)
--- FAIL: RelationTest#test_order_with_blank_value (unexpected)
--- FAIL: FinderTest#test_second_to_last_have_primary_key_order_by_default (unexpected)
--- FAIL: UniquenessValidationTest#test_validate_uniqueness_with_limit (unexpected)
--- FAIL: OptimisticLockingTest#test_touch_stale_object_with_lock_without_default (unexpected)
--- FAIL: UpdateAllTest#test_touch_all_with_given_time (unexpected)
--- FAIL: CockroachDB::PrimaryKeysTest#test_serial_with_unquoted_sequence_name (unexpected)
--- FAIL: RelationTest#test_grouping_by_column_with_reserved_name (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_with_false (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V4_2#test_create_join_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: FinderTest#test_find_by_and_where_consistency_with_active_record_instance (unexpected)
--- FAIL: HasManyAssociationsTest#test_include_uses_array_include_after_loaded (unexpected)
--- FAIL: RelationTest#test_respond_to_dynamic_finders (unexpected)
--- FAIL: OptimisticLockingTest#test_lock_existing (unexpected)
--- FAIL: ReloadModelsTest#test_has_one_with_reload (unexpected)
--- FAIL: RelationTest#test_automatically_added_where_not_references (unexpected)
--- FAIL: PrimaryKeysTest#test_read_attribute_with_custom_primary_key (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_add_rename (unexpected)
--- FAIL: ActiveRecord::Migration::CompatibilityTest#test_datetime_doesnt_set_precision_on_change_table_5_1 (unexpected)
--- FAIL: OptimisticLockingTest#test_counter_cache_with_touch_and_lock_version (unexpected)
--- FAIL: HasManyAssociationsTest#test_get_ids_ignores_include_option (unexpected)
--- FAIL: EnumTest#test_validate_inclusion_of_value_in_array (unexpected)
--- FAIL: RelationTest#test_joins_with_select (unexpected)
--- FAIL: UpdateAllTest#test_update_on_relation_passing_active_record_object_is_not_permitted (unexpected)
--- FAIL: RelationTest#test_ordering_with_extra_spaces (unexpected)
--- FAIL: ModulesTest#test_module_spanning_associations (unexpected)
--- FAIL: BelongsToAssociationsTest#test_self_referential_belongs_to_with_counter_cache_assigning_nil (unexpected)
--- FAIL: FinderTest#test_exists_with_joins (unexpected)
--- FAIL: HasManyAssociationsTest#test_dangerous_association_name_raises_ArgumentError (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_all (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_by_string_id (unexpected)
--- FAIL: RelationTest#test_loaded_all (unexpected)
--- FAIL: BidirectionalDestroyDependenciesTest#test_bidirectional_dependence_when_destroying_item_with_belongs_to_association (unexpected)
--- FAIL: RelationScopingTest#test_scoping_applies_to_update_with_all_queries (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading! (unexpected)
--- FAIL: ModulesTest#test_module_spanning_has_and_belongs_to_many_associations (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V5_1#test_create_join_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: FixturesTest#test_yaml_file_with_invalid_column (unexpected)
--- FAIL: InverseBelongsToTests#test_or_does_not_set_inverse_when_incorrect (unexpected)
--- FAIL: RelationTest#test_finding_with_arel_assoc_order (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 8866ecadd99e5f6dc8db9fed5d09bc57cd90b03c:

test artifacts and logs in: /artifacts/activerecord/run_1
(orm_helpers.go:191).summarizeFailed: 
Tests run on Cockroach v23.1.0-alpha.1-930-g8866ecadd9
Tests run against activerecord 7.0.3
7231 Total Tests Run
7213 tests passed
18 tests failed
26 tests skipped
121 tests ignored
0 tests passed unexpectedly
7 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::LoadAsyncMultiThreadPoolExecutorTest#test_eager_loading_query (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::LoadAsyncTest#test_simple_query (unexpected)
--- FAIL: ActiveRecord::LoadAsyncTest#test_notification_forwarding (unexpected)
--- FAIL: ActiveRecord::LoadAsyncTest#test_eager_loading_query (unexpected)
--- FAIL: ActiveRecord::LoadAsyncTest#test_load_async_has_many_through_association (unexpected)
--- FAIL: ActiveRecord::LoadAsyncMultiThreadPoolExecutorTest#test_simple_query (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::LoadAsyncTest#test_load_async_has_many_association (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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

test artifacts and logs in: /artifacts/activerecord/run_1
(orm_helpers.go:191).summarizeFailed: 
Tests run on Cockroach v23.1.0-alpha.1-1006-g4ec5a5f439
Tests run against activerecord 7.0.3
7234 Total Tests Run
7219 tests passed
15 tests failed
26 tests skipped
121 tests ignored
0 tests passed unexpectedly
4 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_do_not_raise_when_int_is_not_wider_than_64bit (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_raise_when_int_is_wider_than_64bit (unexpected)
--- FAIL: ActiveRecord::CockroachDB::RelationTest#test_relation_with_annotation_filters_sql_comment_delimiters (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_do_not_raise_when_raise_int_wider_than_64bit_is_false (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 942b55ef3f329d2e5e8142c8fc5282ed56173ea7:

test artifacts and logs in: /artifacts/activerecord/run_1
(orm_helpers.go:191).summarizeFailed: 
Tests run on Cockroach v23.1.0-alpha.1-1038-g942b55ef3f
Tests run against activerecord 7.0.3
7234 Total Tests Run
7219 tests passed
15 tests failed
26 tests skipped
121 tests ignored
0 tests passed unexpectedly
4 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_do_not_raise_when_raise_int_wider_than_64bit_is_false (unexpected)
--- FAIL: ActiveRecord::CockroachDB::RelationTest#test_relation_with_annotation_filters_sql_comment_delimiters (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_do_not_raise_when_int_is_not_wider_than_64bit (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_raise_when_int_is_wider_than_64bit (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ d698e5eaf36bee19901beeff7db3425315402907:

test artifacts and logs in: /artifacts/activerecord/run_1
(orm_helpers.go:191).summarizeFailed: 
Tests run on Cockroach v23.1.0-alpha.1-1126-gd698e5eaf3
Tests run against activerecord 7.0.3
7234 Total Tests Run
7219 tests passed
15 tests failed
26 tests skipped
121 tests ignored
0 tests passed unexpectedly
4 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_do_not_raise_when_raise_int_wider_than_64bit_is_false (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_do_not_raise_when_int_is_not_wider_than_64bit (unexpected)
--- FAIL: ActiveRecord::CockroachDB::RelationTest#test_relation_with_annotation_filters_sql_comment_delimiters (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_raise_when_int_is_wider_than_64bit (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 2861a4ee05fac1cc13f87bf00f368a65ea8700dc:

test artifacts and logs in: /artifacts/activerecord/run_1
(orm_helpers.go:191).summarizeFailed: 
Tests run on Cockroach v23.1.0-alpha.1-1165-g2861a4ee05
Tests run against activerecord 7.0.3
7234 Total Tests Run
7219 tests passed
15 tests failed
26 tests skipped
121 tests ignored
0 tests passed unexpectedly
4 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_do_not_raise_when_raise_int_wider_than_64bit_is_false (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_do_not_raise_when_int_is_not_wider_than_64bit (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_raise_when_int_is_wider_than_64bit (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::RelationTest#test_relation_with_annotation_filters_sql_comment_delimiters (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ b21379bb56dd206e6f63cc7d07ca72e85db7a4c4:

test artifacts and logs in: /artifacts/activerecord/run_1
(orm_helpers.go:191).summarizeFailed: 
Tests run on Cockroach v23.1.0-alpha.1-1170-gb21379bb56
Tests run against activerecord 7.0.3
7234 Total Tests Run
7219 tests passed
15 tests failed
26 tests skipped
121 tests ignored
0 tests passed unexpectedly
4 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::RelationTest#test_relation_with_annotation_filters_sql_comment_delimiters (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_do_not_raise_when_int_is_not_wider_than_64bit (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_do_not_raise_when_raise_int_wider_than_64bit_is_false (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_raise_when_int_is_wider_than_64bit (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ b21379bb56dd206e6f63cc7d07ca72e85db7a4c4:

test artifacts and logs in: /artifacts/activerecord/run_1
(orm_helpers.go:191).summarizeFailed: 
Tests run on Cockroach v23.1.0-alpha.1-1170-gb21379bb56
Tests run against activerecord 7.0.3
7234 Total Tests Run
7194 tests passed
40 tests failed
26 tests skipped
121 tests ignored
0 tests passed unexpectedly
29 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_change_column_nullability (unexpected)
--- FAIL: PostgresqlNumberTest#test_update (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_change_column_to_drop_default_with_null_false (unexpected)
--- FAIL: DefaultScopingTest#test_with_abstract_class_where_clause_should_not_be_duplicated (unexpected)
--- FAIL: HotCompatibilityTest#test_cleans_up_after_prepared_statement_failure_in_a_transaction (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_do_not_raise_when_raise_int_wider_than_64bit_is_false (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_change_column_default_to_null (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::ReferencesForeignKeyTest#test_references_foreign_key_with_suffix (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_rename_column (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_rename_column_with_sql_reserved_word (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_change_column_with_nil_default (unexpected)
--- FAIL: ActiveRecord::Migration::ReferencesForeignKeyTest#test_references_foreign_key_with_prefix (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::LegacyConnectionHandlersMultiDbTest#test_loading_relations_with_multi_db_connection_handlers (unexpected)
--- FAIL: HotCompatibilityTest#test_insert_after_remove_column (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_do_not_raise_when_int_is_not_wider_than_64bit (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_change_column_with_new_default (unexpected)
--- FAIL: DefaultScopingTest#test_with_abstract_class_scope_should_be_executed_in_correct_context (unexpected)
--- FAIL: PostgresqlNumberTest#test_data_type (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_rename_column_preserves_default_value_not_null (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::CockroachDB::RelationTest#test_relation_with_annotation_filters_sql_comment_delimiters (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_raise_when_int_is_wider_than_64bit (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_change_type_of_not_null_column (unexpected)
--- FAIL: ReloadModelsTest#test_has_one_with_reload (unexpected)
--- FAIL: HotCompatibilityTest#test_cleans_up_after_prepared_statement_failure_in_nested_transactions (unexpected)
--- FAIL: PessimisticLockingTest#test_locking_in_after_save_callback (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_rename_column_using_symbol_arguments (unexpected)
--- FAIL: PostgresqlInvertibleMigrationTest#test_migrate_revert_add_index_with_expression (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_add_rename (unexpected)
--- FAIL: ManyToManyFixturesWithClassDefined#test_this_should_run_cleanly (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ dc974cd698364a4db5acb630162dd8b1856cfad6:

--- FAIL: CalculationsTest#test_should_sum_field (unexpected)
--- FAIL: CalculationsTest#test_pluck_on_aliased_attribute (unexpected)
--- FAIL: HasManyAssociationsTest#test_updates_counter_cache_when_default_scope_is_given (unexpected)
--- FAIL: BooleanTest#test_boolean (unexpected)
--- FAIL: EagerAssociationTest#test_works_in_combination_with_order(:symbol)_and_reorder(:symbol) (unexpected)
--- FAIL: InheritanceTest#test_abstract_inheritance_base_class (unexpected)
--- FAIL: CalculationsTest#test_pluck_with_type_cast_does_not_corrupt_the_query_cache (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_and_create_from_association_should_respect_passed_attributes_over_default_scope (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_first_sanitized (unexpected)
--- FAIL: PersistenceTest#test_update_column_should_raise_exception_if_new_record (unexpected)
--- FAIL: RelationTest#test_dynamic_find_by_attributes (unexpected)
--- FAIL: HasManyAssociationsTest#test_collection_empty_with_dirty_target (unexpected)
--- FAIL: BasicsTest#test_dup_of_saved_object_marks_as_dirty_only_changed_attributes (unexpected)
--- FAIL: FoxyFixturesTest#test_identifies_consistently (unexpected)
--- FAIL: PersistenceTest#test_update_many_with_duplicated_ids (unexpected)
--- FAIL: PersistenceTest#test_class_level_destroy_is_affected_by_scoping (unexpected)
--- FAIL: ViewWithoutPrimaryKeyTest#test_views (unexpected)
--- FAIL: PersistenceTest#test_persisted_returns_boolean (unexpected)
--- FAIL: SerializedAttributeTest#test_serialized_attribute_with_class_constraint (unexpected)
--- FAIL: RelationTest#test_multiple_selects (unexpected)
--- FAIL: PersistenceTest#test_class_level_update_without_ids! (unexpected)
--- FAIL: PersistenceTest#test_update_all_with_hash (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_has_one_through_belongs_to_setting_belongs_to_foreign_key_after_nil_target_loaded (unexpected)
--- FAIL: ActiveRecordSchemaTest#test_timestamps_without_null_set_null_to_false_on_create_table (unexpected)
--- FAIL: HasManyAssociationsTest#test_counter_cache_on_unloaded_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_reload_with_query_cache (unexpected)
--- FAIL: InheritanceTest#test_should_store_demodulized_class_name_with_store_full_sti_class_option_disabled (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_all_with_not_yet_loaded_association_collection (unexpected)
--- FAIL: SerializedAttributeTestWithYamlSafeLoad#test_serialized_attribute_should_raise_exception_on_assignment_with_wrong_type (unexpected)
--- FAIL: FoxyFixturesTest#test_supports_label_string_interpolation (unexpected)
--- FAIL: PersistenceTest#test_update_columns_not_equal_attributes (unexpected)
--- FAIL: RequiredAssociationsTest#test_belongs_to_associations_can_be_required_by_default (unexpected)
--- FAIL: RelationTest#test_pluck_with_from_includes_original_table_name (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_protect_foreign_key (unexpected)
--- FAIL: BasicsTest#test_default_in_local_time (unexpected)
--- FAIL: EagerAssociationTest#test_string_id_column_joins (unexpected)
--- FAIL: RelationTest#test_order_doesnt_trigger_eager_loading_when_ordering_using_owner_table_and_symbols (unexpected)
--- FAIL: RelationTest#test_automatically_added_where_not_references (unexpected)
--- FAIL: PostgresqlVirtualColumnTest#test_virtual_column_with_full_inserts (unexpected)
--- FAIL: BasicsTest#test_columns_should_obey_set_primary_key (unexpected)
--- FAIL: InheritanceTest#test_should_store_full_class_name_with_store_full_sti_class_option_enabled (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_includes_raise_errors (unexpected)
--- FAIL: CalculationsTest#test_should_resolve_aliased_attributes (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_proxy_transaction_method_starts_transaction_in_association_class (unexpected)
--- FAIL: RelationTest#test_finding_with_asc_order_with_string (unexpected)
--- FAIL: PersistenceTest#test_update_column_should_not_leave_the_object_dirty (unexpected)
--- FAIL: SerializedAttributeTest#test_serialized_attribute_with_default (unexpected)
--- FAIL: RelationTest#test_having_with_binds_for_both_where_and_having (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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

test artifacts and logs in: /artifacts/activerecord/run_1
(orm_helpers.go:191).summarizeFailed: 
Tests run on Cockroach v23.1.0-alpha.1-1261-g6eabc2f348
Tests run against activerecord 7.0.3
7234 Total Tests Run
7219 tests passed
15 tests failed
26 tests skipped
121 tests ignored
0 tests passed unexpectedly
4 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_raise_when_int_is_wider_than_64bit (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_do_not_raise_when_raise_int_wider_than_64bit_is_false (unexpected)
--- FAIL: ActiveRecord::CockroachDB::RelationTest#test_relation_with_annotation_filters_sql_comment_delimiters (unexpected)
--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_do_not_raise_when_int_is_not_wider_than_64bit (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

craig bot pushed a commit that referenced this issue Jan 25, 2023
94180: streamingccl: don't resume job in TestTenantStreamingCutoverOnSourceFailure r=adityamaru a=stevendanna

    ALTER TENANT ... COMPLETE REPLICATION

resumes the job for the user, so there is no need to resume the job here. This does raise the question about whether or not it is the right behaviour to resume the job by default.

Fixes #94034

Release note: None

95753: roachtest: fix env var passing in activerecord test r=srosenberg a=andyyang890

This patch fixes the rails version pinning in the activerecord
roachtest. The rails version is passed in via the env variable
`RAILS_VERSION` and was previously being set before the `sudo`
in the adapter install command and thus erroneously discarded.

Informs #94211

Release note: None

95773: multiregionccl: add a missing log scope r=ajwerner a=ajwerner

Epic: none

Release note: None

95802: builtins: array_to_string should traverse nested arrays r=yuzefovich a=msirek

Fixes #95588

In Postgres, `array_to_string` traverses nested arrays and prints their contents. In CRDB, the nested array structures are printed out. For example,
`SELECT array_to_string(ARRAY[ARRAY[ARRAY[5,6], ARRAY[2,3]]], ' ');`

CRDB Result: `ARRAY[ARRAY[5:::INT8,6:::INT8],ARRAY[2:::INT8,3:::INT8]]` Postgres Result: `5 6 2 3`

This fix brings the behavior of `array_to_string` in line with Postgres, and avoids printing the nested ARRAY structures.

Some tools like GoldenGate rely on Postgres-compatible  behavior of `array_to_string` for proper functioning.

Release note (bug fix): This patch fixes the array_to_string built-in function so that nested arrays are traversed without printing 'ARRAY' at each nesting level.

95824: sql/execinfrapb: remove no-effect nullable from GenerativeSplitAndScatterSpec r=rhu713 a=rhu713

Remove no-effect nullable from GenerativeSplitAndScatterSpec that was causing warning messages during build.

Release note: None

Co-authored-by: Steven Danna <[email protected]>
Co-authored-by: Andy Yang <[email protected]>
Co-authored-by: Andrew Werner <[email protected]>
Co-authored-by: Mark Sirek <[email protected]>
Co-authored-by: Rui Hu <[email protected]>
@cockroach-teamcity
Copy link
Member Author

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

test artifacts and logs in: /artifacts/activerecord/run_1
(orm_helpers.go:191).summarizeFailed: 
Tests run on Cockroach v23.1.0-alpha.1-1300-g2ad8df3df3
Tests run against activerecord 7.0.3
7164 Total Tests Run
7156 tests passed
8 tests failed
25 tests skipped
118 tests ignored
0 tests passed unexpectedly
0 tests failed unexpectedly
0 tests expected failed but skipped
3 tests expected failed but not run
---
--- 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

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

craig bot pushed a commit that referenced this issue Jan 26, 2023
94153: sql: Remove type annotations from `column_default` in `information_schema.columns` r=ZhouXing19 a=e-mbrown

Informs: #87774

The type annotation on `column_default` caused confusion in postgres compatible apps. This change formats the `column_default` without the type annotation. It does not address the incorrect type annotation.

Release note (bug fix): The content of `column_default` in `information_schema.columns` no longer have type annotations.

95855: backupccl: run restore/tpce/32tb/aws/nodes=15/cpus=16 once a week r=benbardin a=msbutler

This patch adds the restore/tpce/32TB/aws/nodes=15/cpus=16 test to our weekly
test suite. The backup fixture was generated by initing a tpce cluster with 2
Million customers, and running this workload while 48 incremental backups were
taken at 15 minute increments. The roachtest restores from a system time
captured in the 24th backup.

The cluster used to restore the backup will run on aws with 15 nodes each with
16 vcpus.

To verify this test exists, run:
`roachtest list tag:weekly`

Release note: None

Epic: none

95861: kv: remove lastToReplica and lastFromReplica from raftMu r=nvanbenschoten a=nvanbenschoten

Extracted from #94165 without modification.

----

In 410ef29, we moved these fields from under the Replica.mu to under the Replica.raftMu. This was done to avoid lock contention.

In this commit, we move these fields under their own mutex so that they can be accessed without holding the raftMu. This allows us to send Raft messages from other goroutines.

The commit also switches from calling RawNode.ReportUnreachable directly in sendRaftMessage to using the more flexible unreachablesMu set, which defers the call to ReportUnreachable until the next Raft tick. As a result, the commit closes #84246.

Release note: None
Epic: None

95876: sql: remove round-trips from common DISCARD ALL r=ajwerner a=ajwerner

#### sql: avoid checking if a role exists when setting to the current role

This is an uncached round-trip. It makes `DISCARD` expensive.
In #86485 we implemented
`SET SESSION AUTHORIZATION DEFAULT`, this added an extra sql query to
`DISCARD ALL` to check if the role we'd become exists. This is almost
certainly unintentional in the case where the role we'd become is the
current session role. I think this just happened because of code
consolidation.

We now no longer check if the current session role exists. This removes
the last round-trip from DISCARD ALL.

#### sql: use in-memory session data to decide what to do in DISCARD

In #86246 we introduced logic to discard schemas when running DISCARD ALL and DISCARD TEMP. This logic did expensive kv operations unconditionally; if the session knew it had never created a temporary schema, we'd still fetch all databases and proceed to search all databases for a temp schema. This is very expensive.

Fixes: #95864

Release note (performance improvement): In 22.2, logic was added to make
`SET SESSION AUTHORIZATION DEFAULT` not a no-op. This implementation used
more general code for setting the role for a session which made sure that
the role exists. The check for whether a role exists is currently uncached.
We don't need to check if the role we already are exists. This improves the
performance of `DISCARD ALL` in addition to `SET SESSION AUTHORIZATION
DEFAULT`.


Release note (performance improvement): In 22.2, we introduced support for `DISCARD TEMP` and made `DISCARD ALL` actually discard temp tables. This implementation ran expensive logic to discover temp schemas rather than consulting in-memory data structures. As a result, `DISCARD ALL`, which is issued regularly by connection pools, became an expensive operation when it should be cheap. This problem is now resolved.

95997: ui: hide list of statement for non-admins r=maryliag a=maryliag

To get the list of fingerprints used by an index, we use the `system.statement_statistics` directly, but non-admins don't have access to system table.
Until #95756 or #95770 are done, we need to hide
this feature for non-admins.

Part Of #93087

Release note (ui change): Hide list of used fingerprint per index on Index Details page, for non-admin users.

95998: roachtest: update activerecord blocklist r=ZhouXing19 a=andyyang890

This patch removes a few tests from the blocklist that do not
exist in the test suite for rails 7.0.3, which were being run
prior to the fix for version pinning.

Informs #94211

Release note: None

96003: kv: add MVCC local timestamp details to ReadWithinUncertaintyIntervalError r=nvanbenschoten a=nvanbenschoten

This PR adds details about MVCC local timestamps to ReadWithinUncertaintyIntervalErrors. This provides more information about the cause of uncertainty errors.

The PR also includes a series of minor refactors to clean up this code.

Release note: None
Epic: None

Co-authored-by: e-mbrown <[email protected]>
Co-authored-by: Michael Butler <[email protected]>
Co-authored-by: Nathan VanBenschoten <[email protected]>
Co-authored-by: Andrew Werner <[email protected]>
Co-authored-by: maryliag <[email protected]>
Co-authored-by: Andy Yang <[email protected]>
@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 95a3a11f11b09481bbdf56820eea4420120f04f9:

--- FAIL: BelongsToAssociationsTest#test_tracking_change_from_one_persisted_record_to_another (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_with_extend_option (unexpected)
--- FAIL: InheritanceTest#test_alt_eager_loading (unexpected)
--- FAIL: BelongsToAssociationsTest#test_polymorphic_reassignment_of_associated_id_updates_the_object (unexpected)
--- FAIL: FinderTest#test_member_on_loaded_relation_without_match (unexpected)
--- FAIL: BelongsToAssociationsTest#test_eager_loading_with_primary_key (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_has_many_through_with_string_keys (unexpected)
--- FAIL: CounterCacheTest#test_update_counter_with_initial_null_value (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_many_should_defer_to_collection_if_using_a_block (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_with_create_bang_and_valid_options (unexpected)
--- FAIL: HasManyAssociationsTest#test_get_ids_for_unloaded_associations_does_not_load_them (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_defaults_are_not_touched_on_the_columns (unexpected)
--- FAIL: HasManyAssociationsTest#test_get_ids_for_loaded_associations (unexpected)
--- FAIL: EagerAssociationTest#test_preload_has_many_with_association_condition_and_default_scope (unexpected)
--- FAIL: OptimisticLockingTest#test_lock_repeating (unexpected)
--- FAIL: CockroachDB::DefaultNumbersTest#test_default_decimal_number_in_scientific_notation (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroy_does_not_raise_when_association_errors_on_destroy (unexpected)
--- FAIL: CounterCacheTest#test_update_multiple_counters (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_many_with_has_and_belongs_to_many_source_reflection_preload_via_joins (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_foreign_key_exists_by_name (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_touch_without_updated_at_attributes (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_and_limit_and_scoped_conditions_on_the_eagers (unexpected)
--- FAIL: HasManyAssociationsTest#test_first_or_create_adds_the_record_to_the_association (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_empty_belongs_to_polymorphic (unexpected)
--- FAIL: CounterCacheTest#test_the_passed_symbol_needs_to_be_an_association_name_or_counter_name (unexpected)
--- FAIL: PostgresqlIntervalTest#test_average_interval_type (unexpected)
--- FAIL: InheritanceTest#test_company_descends_from_active_record (unexpected)
--- FAIL: EagerAssociationTest#test_loading_polymorphic_association_with_mixed_table_conditions (unexpected)
--- FAIL: HasManyAssociationsTest#test_create_from_association_with_nil_values_should_work (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_procs_for_default_values (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_counter_with_reassigning (unexpected)
--- FAIL: EagerAssociationTest#test_preconfigured_includes_with_has_many (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_nested_has_many_through_with_conditions_on_through_associations (unexpected)
--- FAIL: InheritanceTest#test_alt_becomes_works_with_sti (unexpected)
--- FAIL: InheritanceTest#test_new_with_ar_base (unexpected)
--- FAIL: SerializedAttributeTest#test_serialized_attribute_works_under_concurrent_initial_access (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_empty_belongs_to (unexpected)
--- FAIL: HasManyAssociationsTest#test_replace_with_new (unexpected)
--- FAIL: ActiveRecord::Migration::ColumnsTest#test_rename_column_preserves_default_value_not_null (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_none_should_return_false_if_any (unexpected)
--- FAIL: HasManyAssociationsTest#test_create (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_empty_on_an_association_that_has_been_loaded_does_not_performs_query (unexpected)
--- FAIL: BelongsToAssociationsTest#test_belongs_to_with_touch_option_on_update (unexpected)
--- FAIL: HasManyAssociationsTest#test_abstract_class_with_polymorphic_has_many (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroying_by_integer_id (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_add_foreign_key_with_if_not_exists_set (unexpected)
--- FAIL: ActiveRecord::CustomPropertiesTest#test_overloading_types (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_both_parent_ids_set_when_saving_new (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 69dd453d0e61e258f402c5751de310405743cd18:

--- FAIL: HasOneThroughAssociationsTest#test_has_one_through_polymorphic_with_source_type (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_one_with_has_many_through_source_reflection_preload (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_assigning_to_has_one_through_preserves_decorated_join_record (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_one_through_with_has_one_source_reflection (unexpected)
--- FAIL: OptimisticLockingTest#test_lock_new_when_explicitly_passing_value (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_by_string_id (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_scoped_grouped_having (unexpected)
--- FAIL: HasManyAssociationsTest#test_key_ensuring_owner_was_is_not_valid_without_dependent_option (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_update_changing_ids_changes_the_counter_cache (unexpected)
--- FAIL: HasManyAssociationsTest#test_collection_proxy_respects_default_scope (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_via_block (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_has_one_through_has_one_with_has_one_through_source_reflection (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_many_with_has_and_belongs_to_many_source_reflection (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_has_one_through_nonpreload_eager_loading_through_polymorphic (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_nested_has_many_through_with_conditions_on_source_associations (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_has_one_through_with_custom_select_on_join_model_default_scope (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_one_should_defer_to_collection_if_using_a_block (unexpected)
--- FAIL: HasManyAssociationsTest#test_counter_cache_updates_in_memory_after_create_with_array (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_first_or_last_on_loaded_association_should_not_fetch_with_query (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_many_through_with_has_many_source_reflection_preload_via_joins (unexpected)
--- FAIL: HasManyAssociationsTest#test_ids_reader_cache_should_be_cleared_when_collection_is_deleted (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_keys_bypass_attribute_protection (unexpected)
--- FAIL: HasManyThroughDisableJoinsAssociationsTest#test_counting_on_disable_joins_through (unexpected)
--- FAIL: StrictLoadingTest#test_eager_load_audit_logs_are_strict_loading_because_parent_is_strict_loading_in_hm_relation (unexpected)
--- FAIL: HasManyAssociationsTest#test_build (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading_violation_on_polymorphic_relation (unexpected)
--- FAIL: HasManyAssociationsTest#test_replace_with_same_content (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_preloading_has_one_through_on_belongs_to (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_all_with_not_yet_loaded_association_collection (unexpected)
--- FAIL: HasManyAssociationsTest#test_reload_with_query_cache (unexpected)
--- FAIL: HasManyAssociationsTest#test_default_select (unexpected)
--- FAIL: HasManyAssociationsTest#test_get_ids_for_loaded_associations (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading_has_one_reload (unexpected)
--- FAIL: HasManyAssociationsTest#test_replace (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_update_on_id_changes_the_counter_cache (unexpected)
--- FAIL: HasManyAssociationsTest#test_attributes_are_set_when_initialized_from_polymorphic_has_many_null_relationship (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_through_association_preload_doesnt_reset_source_association_if_already_preloaded (unexpected)
--- FAIL: HasManyAssociationsTest#test_deleting_self_type_mismatch (unexpected)
--- FAIL: HasManyAssociationsTest#test_destroying_a_collection (unexpected)
--- FAIL: HasManyAssociationsTest#test_passes_custom_context_validation_to_validate_children (unexpected)
--- FAIL: HasOneThroughAssociationsTest#test_replacing_target_record_deletes_old_association (unexpected)
--- FAIL: StrictLoadingTest#test_strict_loading_by_default_can_be_set_per_model (unexpected)
--- FAIL: OptimisticLockingTest#test_update_with_lock_version_without_default_should_work_on_dirty_value_before_type_cast (unexpected)
--- FAIL: HasManyAssociationsTest#test_counting (unexpected)
--- FAIL: HasManyThroughDisableJoinsAssociationsTest#test_polymorphic_disable_joins_through_ordered_scope_limits (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_from_association_should_respect_scope (unexpected)
--- FAIL: ModulesTest#test_nested_models_should_not_raise_exception_when_using_delete_all_dependency_on_association (unexpected)
--- FAIL: HasManyAssociationsTest#test_delete_all_accepts_limited_parameters (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 1fb7236f7b1f53e28bde833c28bed83a976138cf:

--- FAIL: RelationTest#test_reverse_arel_assoc_order_with_multiargument_function (unexpected)
--- FAIL: RelationTest#test_finding_with_complex_order_and_limit (unexpected)
--- FAIL: RelationTest#test_intersection_with_array (unexpected)
--- FAIL: HasManyAssociationsTest#test_find_first_after_reset (unexpected)
--- FAIL: FinderTest#test_take_and_first_and_last_with_integer_should_use_sql_limit (unexpected)
--- FAIL: HasManyAssociationsTest#test_with_polymorphic_has_many_with_custom_columns_name (unexpected)
--- FAIL: HasManyAssociationsTest#test_defining_has_many_association_with_delete_all_dependency_lazily_evaluates_target_class (unexpected)
--- FAIL: RelationTest#test_no_arguments_to_reorder_raise_errors (unexpected)
--- FAIL: AssociationProxyTest#test_create_via_association_with_block (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_remove_foreign_key_by_the_select_one_on_the_same_table (unexpected)
--- FAIL: RelationTest#test_dynamic_find_by_attributes_bang (unexpected)
--- FAIL: ActiveRecord::CockroachDB::Migration::ForeignKeyTest#test_foreign_key_exists (unexpected)
--- FAIL: InheritanceTest#test_inheritance_condition (unexpected)
--- FAIL: RelationTest#test_annotate_with_blank_value (unexpected)
--- FAIL: RelationTest#test_group_with_blank_value (unexpected)
--- FAIL: RelationTest#test_eager_association_loading_of_stis_with_multiple_references (unexpected)
--- FAIL: RelationTest#test_finding_with_group (unexpected)
--- FAIL: OptimisticLockingTest#test_destroy_with_dirty_primary_key (unexpected)
--- FAIL: InheritanceTest#test_class_with_blank_sti_name (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_first_or_last_on_loaded_association_should_not_fetch_with_query (unexpected)
--- FAIL: HasManyAssociationsTest#test_counting_with_single_hash (unexpected)
--- FAIL: RelationTest#test_named_extension (unexpected)
--- FAIL: InheritanceTest#test_alt_complex_inheritance (unexpected)
--- FAIL: RelationTest#test_find_with_preloaded_associations (unexpected)
--- FAIL: FinderTest#test_third_to_last (unexpected)
--- FAIL: FinderTest#test_exists_with_order (unexpected)
--- FAIL: HasManyAssociationsTest#test_extend_option_affects_per_association (unexpected)
--- FAIL: InheritanceTest#test_a_bad_type_column (unexpected)
--- FAIL: FinderTest#test_find_with_order_on_included_associations_with_construct_finder_sql_for_association_limiting_and_is_distinct (unexpected)
--- FAIL: FinderTest#test_select_values (unexpected)
--- FAIL: HasManyAssociationsTest#test_in_memory_replacements_do_not_execute_callbacks (unexpected)
--- FAIL: RelationTest#test_to_sql_on_eager_join (unexpected)
--- FAIL: CockroachDB::PostgresqlIntervalTest#test_postgresql_interval_parser_error (unexpected)
--- FAIL: HasManyAssociationsTest#test_build_without_loading_association (unexpected)
--- FAIL: FinderTest#test_find_one_message_on_primary_key (unexpected)
--- FAIL: InheritanceTest#test_new_with_unrelated_type (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V5_0#test_change_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: HasManyAssociationsTest#test_create_from_association_with_nil_values_should_work (unexpected)
--- FAIL: RelationTest#test_#load (unexpected)
--- FAIL: FinderTest#test_model_class_responds_to_fourth_bang (unexpected)
--- FAIL: PostGISTest#test_custom_factory (unexpected)
--- FAIL: RelationTest#test_preloading_with_associations_default_scopes_and_merges (unexpected)
--- FAIL: RelationTest#test_size_with_eager_loading_and_custom_order (unexpected)
--- FAIL: HasManyAssociationsTest#test_association_with_rewhere_doesnt_set_inverse_instance_key (unexpected)
--- FAIL: FinderTest#test_bind_variables_with_quotes (unexpected)
--- FAIL: HasManyAssociationsTest#test_calling_update_on_id_changes_the_counter_cache (unexpected)
--- FAIL: InheritanceTest#test_alt_becomes_bang_resets_inheritance_type_column (unexpected)
--- FAIL: FinderTest#test_find_by_with_non-hash_conditions_returns_the_first_matching_record (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 44d9f3c8b7bd46839187cea69eaec640c080ac05:

test artifacts and logs in: /artifacts/activerecord/run_1
(orm_helpers.go:191).summarizeFailed: 
Tests run on Cockroach v23.1.0-alpha.1-1587-g44d9f3c8b7
Tests run against activerecord 7.0.3
7164 Total Tests Run
7155 tests passed
9 tests failed
25 tests skipped
118 tests ignored
0 tests passed unexpectedly
1 test failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: BasicsTest#test_default_values_are_deeply_dupped (unexpected)
--- 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

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ ff67a4ba86d710db090ce700f229020365851183:

test artifacts and logs in: /artifacts/activerecord/run_1
(orm_helpers.go:191).summarizeFailed: 
Tests run on Cockroach v23.1.0-alpha.1-1746-gff67a4ba86
Tests run against activerecord 7.0.3
7164 Total Tests Run
7143 tests passed
21 tests failed
25 tests skipped
118 tests ignored
0 tests passed unexpectedly
13 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: CockroachDB::PostgresqlSerialTest#test_not_serial_column (unexpected)
--- FAIL: CockroachDB::PostgresqlSerialTest#test_serial_column (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V4_2#test_polymorphic_add_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: ReflectionTest#test_scope_chain_of_polymorphic_association_does_not_leak_into_other_hmt_associations (unexpected)
--- FAIL: ActiveRecord::Migration::ReferencesForeignKeyTest#test_references_foreign_key_with_suffix (unexpected)
--- FAIL: InsertAllTest#test_insert_all_and_upsert_all_works_with_composite_primary_keys_when_unique_by_is_provided (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V4_2#test_change_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: ActiveRecord::Migration::ReferencesForeignKeyTest#test_references_foreign_key_with_prefix (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V4_2#test_create_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: LegacyPolymorphicReferenceIndexTest::V4_2#test_create_join_table_with_polymorphic_reference_uses_all_column_names_in_index (unexpected)
--- FAIL: ForeignKeyFixturesTest#test_number1 (unexpected)
--- FAIL: ForeignKeyFixturesTest#test_number2 (unexpected)
--- FAIL: BasicsTest#test_default_values_are_deeply_dupped (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

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

Successfully merging a pull request may close this issue.

3 participants