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

Closed
cockroach-teamcity opened this issue Jun 15, 2022 · 36 comments
Closed

roachtest: activerecord failed #82919

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

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jun 15, 2022

roachtest.activerecord failed with artifacts on master @ aadbaf97b4e6092ad6978a28e2735715d64d9f10:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- 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_associated_on_generated_message_given_on_condition (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: 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_timestamps_creates_updated_at_and_created_at (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: 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_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::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (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_options_null_is_false_removes_table_flag (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_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_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_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (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::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::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

Jira issue: CRDB-16729

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

roachtest.activerecord failed with artifacts on master @ 47df1bc3a28f705e56ff4efc3d81c6fc90e096b5:

		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: ActiveRecord::ConnectionAdapters::LegacyConnectionHandlersShardingDbTest#test_connects_to_raises_with_a_shard_and_database_key (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_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_references_column_type_with_polymorphic_and_type (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_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (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: I18nValidationTest#test_validates_uniqueness_of_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: 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_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (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::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (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)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (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: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@e-mbrown e-mbrown removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Jun 16, 2022
@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 8d34ef1ea15850ee1c70470610b6652df4c317de:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- 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::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (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_if_condition (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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (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_index_exists_with_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_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (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_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_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)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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: 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_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_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: 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_remove_check_constraint_removes_check_constraint (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: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 8d34ef1ea15850ee1c70470610b6652df4c317de:

		42 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::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_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (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_column_creates_column_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::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_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_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (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::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (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_uniqueness_of_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: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_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: 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_uniqueness_of_on_generated_message_given_on_condition (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_associated_on_generated_message_given_on_condition (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_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 8d34ef1ea15850ee1c70470610b6652df4c317de:

		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_removes_type (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: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_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_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (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_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_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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_given_collation_and_ctype (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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (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_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: 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_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: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (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_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 377b113bd7e7b679c55a0f93e0d8ab5dbb6f2e97:

		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (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: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (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::PostgreSQLPurgeTest#test_establishes_connection (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_primary_key_creates_primary_key_column (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::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::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: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: BasicsTest#test_default_values_are_deeply_dupped (unexpected)
		--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_reconnection_error (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::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (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: I18nValidationTest#test_validates_uniqueness_of_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: 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::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_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_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 13cb2f6c40e3146fed8d931f65f89da9b42ce2c1:

		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_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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_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: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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_index_exists_with_options (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_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_references_column_type_with_polymorphic_adds_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: 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::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_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_removes_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_for_shard (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: 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::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::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_reconnection_error (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)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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

		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_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_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_reconnection_error (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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_uniqueness_of_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_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (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::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_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::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_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (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_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (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: I18nValidationTest#test_validates_associated_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: 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_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)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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

		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::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (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: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (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: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (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_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_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: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- 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_options_null_is_false_removes_table_flag (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_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_reconnection_error (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::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (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_option_that_is_not_reserved (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: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (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_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ fc7ae339c3f85ad2a2b28643e47d7c20768fe237:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#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_default_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (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_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_associated_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: I18nValidationTest#test_validates_uniqueness_of_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_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_on_condition (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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (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::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (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::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::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_encoding (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: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (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_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ b47dc374417fe4ba83570784040da5650238b30e:

		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_on_condition (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_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (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_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_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_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_new_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (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: 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::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (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: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (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_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (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_column_creates_column_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: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (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_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ a611410e3babe97a14152381b89060e1bafa2e27:

		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_option_that_is_not_reserved (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::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_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_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_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (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_index_exists (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_notification_established_transactions_are_rolled_back (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_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (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_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_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: 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::PostgreSQLDBDropTest#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::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_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_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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

		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_removes_type (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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::Migration::TableTest#test_column_creates_column_with_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_type (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: 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_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_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_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (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: 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_associated_on_generated_message_given_no_options (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: ActiveRecord::Migration::TableTest#test_check_constraint_creates_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: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (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: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (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: ActiveRecord::Migration::TableTest#test_remove_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_remove_index_removes_index_with_options (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::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (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_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_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ ac11a55499120ffd33016feebc47b4ed43a21007:

		42 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_timestamps_creates_updated_at_and_created_at (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_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: 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_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (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_change_changes_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_unless_condition (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: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (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_column_creates_column_with_options (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: ActiveRecord::Migration::TableTest#test_check_constraint_creates_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: ActiveRecord::Migration::TableTest#test_index_exists_with_options (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_if_condition (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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (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: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (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::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ e1e99da678e29db4ef21813423f012273c99add2:

		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_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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: 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_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_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_option_that_is_not_reserved (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: I18nValidationTest#test_validates_uniqueness_of_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_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (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: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (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_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_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_unless_condition (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: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (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_primary_key_creates_primary_key_column (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: 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)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 78caa5c3a8ecd0d0a612798a106b626edb3db2ee:

		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_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (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_primary_key_creates_primary_key_column (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_associated_on_generated_message_given_on_condition (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: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (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_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (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: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (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: 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_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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_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_remove_timestamps_creates_updated_at_and_created_at (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_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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

		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_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 (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: I18nValidationTest#test_validates_associated_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_check_constraint_removes_check_constraint (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_if_condition (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::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::ConnectionAdapters::ConnectionPoolTest#test_checkout_fairness_by_group (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_no_options (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::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_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (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::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (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_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_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::Migration::TableTest#test_index_creates_index_with_options (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: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (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: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_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_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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

		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: 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_given_encoding (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: 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: 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_index_exists (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: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (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: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_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_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (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_column_creates_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: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_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::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (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_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ b9a165c03643ed43a0d45b16c0a795244543a2fe:

		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_adds_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#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::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::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_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (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::Migration::TableTest#test_check_constraint_creates_check_constraint (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::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_timestamps_creates_updated_at_and_created_at (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_on_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (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: ActiveRecord::Migration::TableTest#test_index_exists (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: 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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- 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: 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: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (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_drops_multiple_columns_when_column_options_are_given (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_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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

		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_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (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_no_options (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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (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::PostgreSQLPurgeTest#test_establishes_connection (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_index_creates_index_with_options (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_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (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_if_condition (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_check_constraint_creates_check_constraint (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_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::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_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_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 33d70998719051ee058bc9e516afa238ea7b7451:

		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_if_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_timestamps_creates_updated_at_and_created_at (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: 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::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (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_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_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_and_options_null_is_false_adds_table_flag (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_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (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_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (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_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (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: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 03d5260a467b8640de41ee08054c1ce05f91966c:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (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: 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::PostgreSQLPurgeTest#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)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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: 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_primary_key_creates_primary_key_column (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::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_check_constraint_creates_check_constraint (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_notification_established_transactions_are_rolled_back (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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (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_column_creates_column_with_options (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)
		--- 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::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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: 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::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_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 88789feea153b61b379c0240a07482bdfaf0c932:

		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_unless_condition (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_creates_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::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: ActiveRecord::Migration::TableTest#test_remove_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: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#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_index_exists_with_options (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_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::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_option_that_is_not_reserved (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::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (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: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (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: 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: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 54b4fcaa231abd16260fb09722ed291dbd6a4900:

		42 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_check_constraint_removes_check_constraint (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: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (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_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_remove_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::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_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: 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_index_exists (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::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_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#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_on_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: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (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_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (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::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)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 6374bd83f192bd509e50313acb431690b9c3f8ae:

		42 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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (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::PostgreSQLPurgeTest#test_establishes_connection (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: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (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: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_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_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_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::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_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_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (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_default_encoding (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_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (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_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (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)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 86e007dcb5cbde3501f138c1d768519db3487857:

		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: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (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: 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: 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_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_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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_uniqueness_of_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_on_condition (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: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (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_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (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_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (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::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_for_shard (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: 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: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (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_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 571bfa3afb3858ae84d8a8fcdbb0a38e058402a5:

		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::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_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (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_index_creates_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (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_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (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::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (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_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_drops_multiple_columns_when_column_options_are_given (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_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (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: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (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_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_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)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 687171ac6c2cd9992486bb3b8c9d252ac95ca1cd:

		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_timestamps_creates_updated_at_and_created_at (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_index_removes_index_with_options (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_index_exists_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (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: 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_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (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: 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_references_column_type_with_polymorphic_and_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: 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_primary_key_creates_primary_key_column (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: 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::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (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_check_constraint_creates_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_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 88d3253301457ac57820e0f4a4fab8f74bf9f38b:

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- 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_primary_key_creates_primary_key_column (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_references_column_type_with_polymorphic_adds_type (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_index_creates_index_with_options (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::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (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: 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_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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_remove_check_constraint_removes_check_constraint (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_on_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_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)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (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::Migration::TableTest#test_column_creates_column_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: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (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::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ e9ee21860458d997a8155734dc608cfcd050ef24:

		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: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (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_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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_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: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (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)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (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::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (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::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (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::Migration::TableTest#test_remove_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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (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_timestamps_creates_updated_at_and_created_at (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_column_creates_column_with_options (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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

		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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (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)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- 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: 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_on_condition (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::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_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_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: 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::PostgreSQLPurgeTest#test_creates_database (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::PostgreSQLPurgeTest#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_unless_condition (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: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (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_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_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: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ e4cafeb8b1d586d091fb98e3e570650d7eeea294:

		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::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (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: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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_index_creates_index_with_options (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_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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- 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_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (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_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (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_primary_key_creates_primary_key_column (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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_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_unless_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: 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_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (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_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ dc382b1ec54b4599cce1f5f50f243723a4286da6:

		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: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_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_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (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: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::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_index_exists_with_options (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_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (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_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_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_encoding (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_if_condition (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_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_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (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)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (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: 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: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (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::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- 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_creates_index_with_options (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: 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::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_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_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (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: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (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::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_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_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (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_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ b77d49e1aa199014c520a652624e801eb28893c5:

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (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: 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: 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::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (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_index_exists_with_options (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: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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_and_options_null_is_false_removes_table_flag (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::PostgreSQLDBDropTest#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: 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_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (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_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (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::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)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList22_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 457d724622e4fa2e62d6f4e7926509dbc7d18511:

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- 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_remove_references_column_type_with_polymorphic_and_type (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: 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_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (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::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: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (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: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (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_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (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_on_condition (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 (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: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (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: 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_adds_type (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- 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_2) is available in the artifacts' activerecord log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , 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
Copy link
Collaborator

rafiss commented Jul 21, 2022

closing to see if #84208 helped

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

No branches or pull requests

3 participants