Skip to content

Commit 5b0beb6

Browse files
committed
roachtest: mark more activerecord tests as flaky
Release note: None
1 parent 0cb1869 commit 5b0beb6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pkg/cmd/roachtest/tests/activerecord_blocklist.go

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,27 @@ var activeRecordIgnoreList = blocklist{
5252
`ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_translate_no_connection_exception_to_not_established`: "pg_terminate_backend not implemented",
5353
`ActiveRecord::Encryption::EncryptableRecordTest#test_by_default,_it's_case_sensitive`: "flaky",
5454
`ActiveRecord::Encryption::EncryptableRecordTest#test_forced_encoding_for_deterministic_attributes_will_replace_invalid_characters`: "flaky",
55+
`ActiveRecord::Encryption::UniquenessValidationsTest#test_uniqueness_validations_work_when_using_old_encryption_schemes`: "flaky",
5556
`AssociationCallbacksTest#test_has_many_callbacks_for_destroy_on_parent`: "flaky",
5657
`BasicsTest#test_default_values_are_deeply_dupped`: "flaky",
5758
`CockroachDB::FixturesTest#test_create_fixtures`: "flaky",
59+
`FixtureWithSetModelClassPrevailsOverNamingConventionTest#test_model_class_in_fixture_file_is_respected`: "flaky",
60+
`HasManyAssociationsTest#test_collection_association_with_private_kernel_method`: "flaky",
61+
`HasManyAssociationsTest#test_delete_all_association_with_primary_key_deletes_correct_records`: "flaky",
62+
`HasManyAssociationsTest#test_dependence`: "flaky",
63+
`HasManyAssociationsTest#test_dependence_on_account`: "flaky",
64+
`HasManyAssociationsTest#test_dependent_association_respects_optional_conditions_on_delete`: "flaky",
65+
`HasManyAssociationsTest#test_dependent_association_respects_optional_hash_conditions_on_delete`: "flaky",
66+
`HasManyAssociationsTest#test_dependent_association_respects_optional_sanitized_conditions_on_delete`: "flaky",
67+
`HasManyAssociationsTest#test_depends_and_nullify`: "flaky",
68+
`InheritanceTest#test_eager_load_belongs_to_primary_key_quoting`: "flaky",
69+
`InheritanceTest#test_eager_load_belongs_to_something_inherited`: "flaky",
70+
`PostgresqlArrayTest#test_uniqueness_validation`: "affected by autocommit_before_ddl",
71+
`PostgresqlEnumTest#test_schema_dump_renamed_enum`: "affected by autocommit_before_ddl",
72+
`PostgresqlEnumTest#test_schema_dump_renamed_enum_with_to_option`: "affected by autocommit_before_ddl",
73+
`PostgresqlInvertibleMigrationTest#test_migrate_revert_create_enum`: "affected by autocommit_before_ddl",
74+
`PostgresqlInvertibleMigrationTest#test_migrate_revert_drop_enum`: "affected by autocommit_before_ddl",
75+
`PostgresqlInvertibleMigrationTest#test_migrate_revert_rename_enum_value`: "affected by autocommit_before_ddl",
5876
`TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_not_save_and_return_false_if_a_callback_cancelled_saving_in_either_create_or_update`: "flaky",
5977
`TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_not_update_children_when_parent_creation_with_no_reason`: "flaky",
6078
`TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_update_children_when_autosave_is_true_and_parent_is_new_but_child_is_not`: "flaky",

0 commit comments

Comments
 (0)