cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

roachtest: activerecord failed

Open cockroach-teamcity opened this issue 3 years ago • 33 comments

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

The test failed on branch=release-21.2, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/activerecord/run_1
	orm_helpers.go:245,orm_helpers.go:171,activerecord.go:235,test_runner.go:777: 
		Tests run on Cockroach v21.2.10-30-gc3bc2da6e9
		Tests run against activerecord 6.1
		6647 Total Tests Run
		6646 tests passed
		1 test failed
		19 tests skipped
		5 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: BasicsTest#test_default_values_are_deeply_dupped (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #81087 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1 release-blocker]
  • #80825 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1.0]
  • #80777 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #79491 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-21.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

Jira issue: CRDB-15152

cockroach-teamcity avatar May 06 '22 07:05 cockroach-teamcity

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

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: 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_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: 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_remove_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_check_constraint_removes_check_constraint (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: 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: 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: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::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::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (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::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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_associated_on_generated_message_given_no_options (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master release-blocker]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1 release-blocker]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jun 15 '22 07:06 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 1b1ae61781e15e5f93b9d0315ecb33a26e36938c:

		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::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_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_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_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_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: 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_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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: 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_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::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_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::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: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master release-blocker]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jun 16 '22 07:06 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 0de623d95414a082844ed79918473056a0a67b62:

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_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_creates_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (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_if_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)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_reconnection_error (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_remove_references_column_type_with_polymorphic_removes_type (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: 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: 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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (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_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jun 24 '22 07:06 cockroach-teamcity

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

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: 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: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (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: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_associated_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: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (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_index_creates_index_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: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (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::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 (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jun 25 '22 07:06 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 7ec705a0812ebbd8662f0b5a5c4841b1838f06e7:

		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: 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::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (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::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (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::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jun 27 '22 07:06 cockroach-teamcity

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

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

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jun 28 '22 07:06 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 4ce7ed7a379e775526bb8d66b25049308aaf3f51:

		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_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_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_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_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (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_check_constraint_creates_check_constraint (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_custom_message (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (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_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jun 29 '22 08:06 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 62855ec1c6e85711076df2674ee2dcd2d0bac62c:

		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_for_shard (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::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_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_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: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (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::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::PostgreSQLPurgeTest#test_establishes_connection (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)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_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: ActiveRecord::Migration::TableTest#test_index_exists (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_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_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_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_and_type (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jun 30 '22 07:06 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 4e1b334e38becc9277007e9a8ec80bb5e0da6a27:

		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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_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_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (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_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_references_column_type_with_polymorphic_adds_type (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_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::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (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: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 01 '22 07:07 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 3b569eb9a0f4341ab928187a1fd7840d35995f29:

		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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (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::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (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_references_column_type_with_polymorphic_adds_type (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_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_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (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_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::ConnectionAdapters::ConnectionHandlersShardingDbTest#test_calling_connected_to_on_a_non_existent_shard_raises (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_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_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 02 '22 07:07 cockroach-teamcity

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

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

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 03 '22 08:07 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 02d41faffca57ae50518a5729e574050edf125e1:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (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_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (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_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#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_on_condition (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 06 '22 07:07 cockroach-teamcity

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

		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_option_that_is_not_reserved (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (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_if_condition (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::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (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: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 07 '22 07:07 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 3ee788ae1661aa92e1ece39f0c01cf6ebd469c44:

		42 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (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: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (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_column_creates_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (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_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_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_index_exists (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::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_index_removes_index_with_options (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 08 '22 07:07 cockroach-teamcity

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

		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_option_that_is_not_reserved (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_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: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (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::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_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_unless_condition (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::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (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_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 09 '22 07:07 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 97c5b1cbd23c109798597e9873544b91da651802:

		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_on_condition (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_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: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: 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_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (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_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 12 '22 07:07 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 80478cbb0341923a4cf22a946b8e0c469e1428d0:

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (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_timestamps_creates_updated_at_and_created_at (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- 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::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (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_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_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (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_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_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (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_if_condition (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_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_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_check_constraint_creates_check_constraint (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_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (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 (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 13 '22 07:07 cockroach-teamcity

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

		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::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (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::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (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: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: 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_option_that_is_not_reserved (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_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_column_creates_column_with_options (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- 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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 14 '22 07:07 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 28873f5636faa3e7a1f00c03f3a6d28f9cb19cda:

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (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: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (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: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (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::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 (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- 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::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_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: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 15 '22 07:07 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 342b13b6c3d11e9a37f18a6df87faa3af3cf7309:

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (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::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: 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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::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_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (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_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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 19 '22 07:07 cockroach-teamcity

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

		0 tests expected failed but not run
		---
		--- 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_no_options (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_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: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (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: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (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_option_that_is_not_reserved (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_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::ConnectionAdapters::ConnectionPoolTest#test_checkout_fairness_by_group (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: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #82919 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 20 '22 08:07 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 0009dbf1efa6b0dcfb9fcd34f2d5b6178cfaf010:

		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::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: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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_index_exists (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- 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::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (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::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (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::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- 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: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_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_establishes_connection (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::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_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_option_that_is_not_reserved (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #84893 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master release-blocker]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 22 '22 08:07 cockroach-teamcity

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

		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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: BasicsTest#test_default_values_are_deeply_dupped (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: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (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: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: 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_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- 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: 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_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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: 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: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #84954 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-release-21.1 release-blocker]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 23 '22 08:07 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 8f4dc943d39780a07dff855151eb3ac217064bbe:

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: 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: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (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: 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_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_if_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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_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_removes_type (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 26 '22 07:07 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 36440ca2f8b6f463bee8d4f60a53c2b46ffbdec8:

		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: 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::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_removes_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_change_changes_column_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_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_associated_on_generated_message_given_option_that_is_not_reserved (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: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (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_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_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_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (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::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 27 '22 07:07 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 48da9e39de410e024f2efafc5ac89b3430e2785b:

		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::Migration::TableTest#test_column_creates_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: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (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::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (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::Migration::TableTest#test_references_column_type_with_polymorphic_adds_type (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- 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::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (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_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (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_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 28 '22 08:07 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 22d36e253fa2915ca82f24dcb01cc720f0fda83b:

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: 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: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (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_associated_on_generated_message_given_unless_condition (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_associated_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (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::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_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::Migration::TableTest#test_change_changes_column_with_options (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::Migration::TableTest#test_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_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Jul 29 '22 08:07 cockroach-teamcity

roachtest.activerecord failed with artifacts on release-21.2 @ 31d61a4ca7cbc4df01e34a726a707dbe2eb6af91:

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (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_index_exists (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification_for_shard (unexpected)
		--- FAIL: ActiveRecord::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::PostgreSQLPurgeTest#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_change_changes_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_type (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (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_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: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (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_on_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_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::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_check_constraint_removes_check_constraint (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Aug 02 '22 07:08 cockroach-teamcity

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

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_check_constraint_removes_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_on_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_if_condition (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (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_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#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 (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_drops_multiple_columns_when_column_options_are_given (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_no_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (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_uniqueness_of_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: 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::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_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_adds_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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_option_that_is_not_reserved (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Aug 04 '22 07:08 cockroach-teamcity

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

		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_notification_established_transactions_are_rolled_back (unexpected)
		--- PASS: SerializedAttributeTestWithYAMLSafeLoad#test_unexpected_serialized_type (expected)
		--- 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::PostgreSQLPurgeTest#test_creates_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_and_options_null_is_false_removes_table_flag (unexpected)
		--- FAIL: TransactionalFixturesOnConnectionNotification#test_transaction_created_on_connection_notification (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_creates_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLPurgeTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_primary_key_creates_primary_key_column (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_references_column_type_with_polymorphic_and_options_null_is_false_adds_table_flag (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_references_column_type_with_polymorphic_removes_type (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: 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: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_on_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_new_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_index_removes_index_with_options (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_unless_condition (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_establishes_connection_to_postgresql_database (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_check_constraint_creates_check_constraint (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_no_options (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_index_exists (unexpected)
		--- FAIL: I18nValidationTest#test_validates_associated_on_generated_message_given_if_condition (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_creates_database_with_default_encoding (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_remove_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_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_no_options (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_collation_and_ctype (unexpected)
		--- FAIL: ActiveRecord::PostgreSQLDBCreateTest#test_creates_database_with_given_encoding (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_on_generated_message_given_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_timestamps_creates_updated_at_and_created_at (unexpected)
		--- FAIL: I18nValidationTest#test_validates_uniqueness_of_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::PostgreSQLDBDropTest#test_establishes_connection_to_postgresql_database (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_custom_message (unexpected)
		--- FAIL: ActiveRecord::Migration::TableTest#test_column_creates_column_with_options (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_2) is available in the artifacts' activerecord log
Reproduce

See: roachtest README

Same failure on other branches

  • #84955 roachtest: activerecord failed [C-test-failure O-roachtest O-robot branch-master]
  • #82805 roachtest: activerecord failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1]
/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

cockroach-teamcity avatar Aug 05 '22 07:08 cockroach-teamcity