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

Closed
cockroach-teamcity opened this issue Dec 12, 2022 · 1 comment · Fixed by #93489
Closed

roachtest: activerecord failed #93412

cockroach-teamcity opened this issue Dec 12, 2022 · 1 comment · Fixed by #93489
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. 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)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Dec 12, 2022

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

test artifacts and logs in: /artifacts/activerecord/run_1
(test_impl.go:297).Fatalf: 
Tests run on Cockroach v23.1.0-alpha.00000000-1126-g942a4d468e
Tests run against activerecord 7.0.3
7297 Total Tests Run
7280 tests passed
17 tests failed
26 tests skipped
55 tests ignored
0 tests passed unexpectedly
6 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column_in_change_table (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_foreign_key_by_column (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_column_of_child_table (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_change_column_of_parent_table (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_remove_reference_column_of_child_table (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-experience

This test on roachdash | Improve this report!

Jira issue: CRDB-22322

@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 12, 2022
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Dec 12, 2022
@andyyang890 andyyang890 self-assigned this Dec 12, 2022
@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ a80652b2e4691ea76ea49e797b1b9e0998e1d61f:

--- FAIL: NestedThroughAssociationsTest#test_distinct_has_many_through_a_has_many_through_association_on_source_reflection (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_update_counter_caches_on_delete_with_dependent_destroy (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_multiple_associations_with_same_table_has_many_and_habtm (unexpected)
--- FAIL: FixturesTest#test_yaml_file_with_one_invalid_fixture (unexpected)
--- FAIL: EagerAssociationTest#test_preconfigured_includes_with_habtm (unexpected)
--- FAIL: EagerAssociationTest#test_preloading_has_many_through_with_custom_scope (unexpected)
--- FAIL: UpdateAllTest#test_update_all_cares_about_optimistic_locking (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_delete_through_belongs_to_with_dependent_delete_all (unexpected)
--- FAIL: HasManyAssociationsTest#test_taking_with_a_number (unexpected)
--- FAIL: HasManyAssociationsTest#test_clear_collection_should_not_change_updated_at (unexpected)
--- FAIL: EagerAssociationTest#test_three_level_nested_preloading_does_not_raise_exception_when_association_does_not_exist (unexpected)
--- FAIL: EagerAssociationTest#test_nested_loading_does_not_raise_exception_when_association_does_not_exist (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_build_a_model_from_hm_through_association_with_where_clause (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_replace_by_id_order_is_preserved (unexpected)
--- FAIL: PessimisticLockingTest#test_no_locks_no_wait (unexpected)
--- FAIL: HasManyAssociationsTest#test_adding_array_and_collection (unexpected)
--- FAIL: ActiveRecord::InvertibleMigrationTest#test_down (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_belongs_to_with_dependent_delete_all (unexpected)
--- FAIL: HasManyAssociationsTest#test_included_in_collection (unexpected)
--- FAIL: EagerAssociationTest#test_eager_with_has_many_through_with_conditions_join_model_with_include (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_polymorphic_with_primary_key_option (unexpected)
--- FAIL: HasManyAssociationsTest#test_ids_reader_cache_not_used_for_size_when_association_is_dirty (unexpected)
--- FAIL: HasManyAssociationsTest#test_clearing_an_exclusively_dependent_association_collection (unexpected)
--- FAIL: ActiveRecord::Migration::ForeignKeyChangeColumnWithPrefixTest#test_rename_reference_column_of_child_table (unexpected)
--- FAIL: TimestampTest#test_touching_a_record_with_a_belongs_to_that_uses_a_counter_cache_should_update_the_parent (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_polymorphic_has_many_through_when_through_association_has_already_loaded (unexpected)
--- FAIL: FixturesTest#test_inserts (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_belongs_to_and_order_string_with_unquoted_table_name (unexpected)
--- FAIL: TimestampTest#test_touching_a_record_touches_parent_record_and_grandparent_record (unexpected)
--- FAIL: HasManyAssociationsTest#test_in_memory_replacement_executes_no_queries (unexpected)
--- FAIL: QueryCacheTest#test_select_all_with_cache (unexpected)
--- FAIL: HasManyAssociationsTest#test_dependent_association_respects_optional_conditions_on_delete (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_nested_has_many_through_with_conditions_on_through_associations_preload_via_joins (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_update_counter_caches_on_delete_with_dependent_nullify (unexpected)
--- FAIL: HasManyAssociationsTest#test_building_the_associated_object_with_an_invalid_type (unexpected)
--- FAIL: EagerAssociationTest#test_nested_loading_through_has_one_association_with_order_on_association (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_destroy_association (unexpected)
--- FAIL: PessimisticLockingTest#test_with_lock_configures_transaction (unexpected)
--- FAIL: HasManyAssociationsTest#test_counter_cache_updates_in_memory_after_update_with_inverse_of_disabled (unexpected)
--- FAIL: EagerAssociationTest#test_eager_load_has_many_with_string_keys (unexpected)
--- FAIL: NestedThroughAssociationsTest#test_has_many_through_has_many_through_with_belongs_to_source_reflection_preload_via_joins (unexpected)
--- FAIL: EagerAssociationTest#test_eager_association_loading_with_habtm (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_associate_existing_record_twice_should_add_to_target_twice (unexpected)
--- FAIL: TimestampTest#test_destroying_a_record_with_a_belongs_to_that_specifies_touching_the_parent_should_update_the_parent_updated_at (unexpected)
--- FAIL: EagerAssociationTest#test_has_many_association_ignores_the_scoping (unexpected)
--- FAIL: CockroachDB::PostgresqlIntervalTest#test_column (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_source_scope (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_add_two_instance_and_then_deleting (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 craig bot closed this as completed in 052acc8 Dec 14, 2022
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. 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)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants