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

Closed
cockroach-teamcity opened this issue Dec 10, 2022 · 0 comments
Closed

roachtest: activerecord failed #93376

cockroach-teamcity opened this issue Dec 10, 2022 · 0 comments
Labels
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 10, 2022

roachtest.activerecord failed with artifacts on release-21.2 @ 14dff4d7f9832f50b4844ac1a79c96e4b06f521c:

		---
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::ConnectionAdapters::ConnectionPoolTest#test_checkout_fairness_by_group (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

Jira issue: CRDB-22294

@cockroach-teamcity cockroach-teamcity added branch-release-21.2 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. labels Dec 10, 2022
@cockroach-teamcity cockroach-teamcity added this to the 21.2 milestone Dec 10, 2022
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Dec 10, 2022
@rafiss rafiss closed this as completed Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

No branches or pull requests

2 participants