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

Closed
cockroach-teamcity opened this issue Jun 13, 2022 · 367 comments
Closed

roachtest: activerecord failed #82805

cockroach-teamcity opened this issue Jun 13, 2022 · 367 comments
Labels
branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 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)

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jun 13, 2022

roachtest.activerecord failed with artifacts on release-22.1 @ 3181b7faa2f3b41d6a15ab4b74d2c60bcfe5132d:

The test failed on branch=release-22.1, cloud=gce:
test artifacts and logs in: /artifacts/activerecord/run_1
	orm_helpers.go:193,orm_helpers.go:119,activerecord.go:251,test_runner.go:883: 
		Tests run on Cockroach v22.1.1-96-g3181b7faa2
		Tests run against activerecord 6.1.6
		6666 Total Tests Run
		6665 tests passed
		1 test failed
		19 tests skipped
		5 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::CockroachDB::Migration::ColumnsTest#test_change_column_default (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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-16673

@cockroach-teamcity cockroach-teamcity added branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 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 Jun 13, 2022
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Jun 13, 2022
@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on release-22.1 @ fc456a26830067b6dfbb8cd87e093a28d9b833d1:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- 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: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (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_index_exists_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 Jun 15, 2022
@rafiss
Copy link
Collaborator

rafiss commented Jun 15, 2022

the many failures look like this: https://stackoverflow.com/questions/72297870/minitest-how-to-solve-mocked-method-call-expects-0-arguments-got-1

a test library issue, so not a blocker

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on release-22.1 @ 04c020a5f8816a55a89f64d800bf1ee17c0ee937:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (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_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ 5d75b452ba9ae67f34eae18c57e74e38abf04282:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (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_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ 8086fd190c97deac3f404960b25cfcd62e4392f8:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ 5e58d0ff8a596cd3ea9482a9b5a160fca82168a8:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (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: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (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_column_creates_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (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: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (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_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (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_references_column_type_with_polymorphic_adds_type (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ 5e58d0ff8a596cd3ea9482a9b5a160fca82168a8:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (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_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ 5e58d0ff8a596cd3ea9482a9b5a160fca82168a8:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (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: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ 5e58d0ff8a596cd3ea9482a9b5a160fca82168a8:

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_reconnection_error (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (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_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ 7a265fdca46b3ab675076415a7078fb3d0bc8299:

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_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::ConnectionAdapters::PostgreSQLAdapterTest#test_reconnection_error (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (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_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (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_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ 77e17ee137281a0383fb309b25cedfac7e6d3550:

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_reconnection_error (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (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_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ 31c6f8ccfdc8eed04ddeb3e2d8e59646d17365ee:

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (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_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_reconnection_error (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ ad718aba36a233a5d47cf3d628fd9aa87b9fc17d:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (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: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (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_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ ad718aba36a233a5d47cf3d628fd9aa87b9fc17d:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (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_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ ad718aba36a233a5d47cf3d628fd9aa87b9fc17d:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (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: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ cc498d1cfc420c83ee6e427c6713ab02dec21173:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (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::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (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: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (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_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ c5100d0c34cf1c56276f45ef8bfb1557ddf68009:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ 2d4acbc9d03f1e5a680583cd0a8affe12036542f:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (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_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (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_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ 52a7da87d7c72e8bf1adb8848e58f648e2f6c2bc:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (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_index_exists (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ 3d91a1f6897dd5fdc3304b9cdff890823002335d:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_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_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (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_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_1) is available in the artifacts' activerecord log
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 release-22.1 @ 9f6299c114406eda106217932235fc83ddc2006c:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (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_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 9f6299c114406eda106217932235fc83ddc2006c:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (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_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (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_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 9f6299c114406eda106217932235fc83ddc2006c:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (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)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (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_index_exists_with_options (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 9f6299c114406eda106217932235fc83ddc2006c:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (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_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (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: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 9f6299c114406eda106217932235fc83ddc2006c:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (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_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ a1b48d113f6124f10b2123d3923c03ed9e45f883:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (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_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (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_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_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_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#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_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 40f8dec4757be34f50c2b30958f58f227786d644:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 410f3776539ca256ad46ecf1dae64f33e9db2e95:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ a46e9ef553279a6e3f7fec7fbe388bbbc5eadbb1:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ a46e9ef553279a6e3f7fec7fbe388bbbc5eadbb1:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (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_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#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_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ a46e9ef553279a6e3f7fec7fbe388bbbc5eadbb1:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (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_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ a46e9ef553279a6e3f7fec7fbe388bbbc5eadbb1:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 927d3b7c6e9768454bed83b920646b62ea7ffe64:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (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_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 927d3b7c6e9768454bed83b920646b62ea7ffe64:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (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_index_exists_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (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_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 927d3b7c6e9768454bed83b920646b62ea7ffe64:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (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_on_condition (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (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_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (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: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 927d3b7c6e9768454bed83b920646b62ea7ffe64:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 927d3b7c6e9768454bed83b920646b62ea7ffe64:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (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: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (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_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 927d3b7c6e9768454bed83b920646b62ea7ffe64:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- 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: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 927d3b7c6e9768454bed83b920646b62ea7ffe64:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (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_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 927d3b7c6e9768454bed83b920646b62ea7ffe64:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (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_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ e5289d44ecd90ae494b45eafa59b4aa31f6f2c15:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (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_column_creates_column_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_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_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 276b5d49fce7c439dfd56cdf5e93bc3339c4bc04:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- 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::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (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_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 7724a4387fe5163b4251daf13469db3eca598ef2:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (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_check_constraint_creates_check_constraint (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 7724a4387fe5163b4251daf13469db3eca598ef2:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (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_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (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_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 7724a4387fe5163b4251daf13469db3eca598ef2:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 7724a4387fe5163b4251daf13469db3eca598ef2:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 7724a4387fe5163b4251daf13469db3eca598ef2:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (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_index_removes_index_with_options (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 7724a4387fe5163b4251daf13469db3eca598ef2:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 release-22.1 @ 7724a4387fe5163b4251daf13469db3eca598ef2:

43 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (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_index_exists (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_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_index_removes_index_with_options (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: PostgresqlTimestampFixtureTest#test_bc_timestamp (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
For a full summary look at the activerecord artifacts
An updated blocklist (activeRecordBlockList22_1) 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 closed this as completed Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 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

No branches or pull requests

2 participants