Skip to content

Commit b5967b2

Browse files
committed
roachtest: mark more activerecord tests as flaky
Release note: None
1 parent f276f1a commit b5967b2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkg/cmd/roachtest/tests/activerecord_blocklist.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ var activeRecordIgnoreList = blocklist{
2929
`ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_translate_no_connection_exception_to_not_established`: "pg_terminate_backend not implemented",
3030
`ActiveRecord::Encryption::EncryptableRecordTest#test_by_default,_it's_case_sensitive`: "flaky",
3131
`ActiveRecord::Encryption::EncryptableRecordTest#test_forced_encoding_for_deterministic_attributes_will_replace_invalid_characters`: "flaky",
32+
`ActiveRecord::Encryption::UniquenessValidationsTest#test_uniqueness_validations_work_when_using_old_encryption_schemes`: "flaky",
3233
`AssociationCallbacksTest#test_has_many_callbacks_for_destroy_on_parent`: "flaky",
3334
`BasicsTest#test_default_values_are_deeply_dupped`: "flaky",
3435
`CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_three_levels_by_ping_pong`: "flaky",
@@ -37,6 +38,14 @@ var activeRecordIgnoreList = blocklist{
3738
`CockroachDB::AdapterForeignKeyTest#test_foreign_key_violations_on_insert_are_translated_to_specific_exception`: "flaky",
3839
`CockroachDB::FixturesTest#test_create_fixtures`: "flaky",
3940
`FixtureWithSetModelClassPrevailsOverNamingConventionTest#test_model_class_in_fixture_file_is_respected`: "flaky",
41+
`HasManyAssociationsTest#test_collection_association_with_private_kernel_method`: "flaky",
42+
`HasManyAssociationsTest#test_delete_all_association_with_primary_key_deletes_correct_records`: "flaky",
43+
`HasManyAssociationsTest#test_dependence`: "flaky",
44+
`HasManyAssociationsTest#test_dependence_on_account`: "flaky",
45+
`HasManyAssociationsTest#test_dependent_association_respects_optional_conditions_on_delete`: "flaky",
46+
`HasManyAssociationsTest#test_dependent_association_respects_optional_hash_conditions_on_delete`: "flaky",
47+
`HasManyAssociationsTest#test_dependent_association_respects_optional_sanitized_conditions_on_delete`: "flaky",
48+
`HasManyAssociationsTest#test_depends_and_nullify`: "flaky",
4049
`InheritanceTest#test_eager_load_belongs_to_primary_key_quoting`: "flaky",
4150
`InheritanceTest#test_eager_load_belongs_to_something_inherited`: "flaky",
4251
`PostgresqlArrayTest#test_uniqueness_validation`: "affected by autocommit_before_ddl",

0 commit comments

Comments
 (0)