Skip to content

Commit

Permalink
Merge pull request #137873 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-24.3-137870

release-24.3: roachtest: mark more activerecord tests as flaky
  • Loading branch information
rafiss authored Dec 24, 2024
2 parents c96e4a1 + dde1af2 commit 843d531
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/cmd/roachtest/tests/activerecord_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,14 @@ var activeRecordBlocklist = blocklist{
}

var activeRecordIgnoreList = blocklist{
`ActiveRecord::CockroachDBStructureDumpTest#test_structure_dump`: "flaky",
`ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_translate_no_connection_exception_to_not_established`: "pg_terminate_backend not implemented",
`BasicsTest#test_default_values_are_deeply_dupped`: "flaky",
`CockroachDB::FixturesTest#test_create_fixtures`: "flaky",
`TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_not_save_and_return_false_if_a_callback_cancelled_saving_in_either_create_or_update`: "flaky",
`TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_not_update_children_when_parent_creation_with_no_reason`: "flaky",
`TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_update_children_when_autosave_is_true_and_parent_is_new_but_child_is_not`: "flaky",
`TestAutosaveAssociationOnAHasManyAssociation#test_should_not_save_and_return_false_if_a_callback_cancelled_saving_in_either_create_or_update`: "flaky",
`TestAutosaveAssociationOnAHasManyAssociation#test_should_not_update_children_when_parent_creation_with_no_reason`: "flaky",
`TestAutosaveAssociationOnAHasManyAssociation#test_should_update_children_when_autosave_is_true_and_parent_is_new_but_child_is_not`: "flaky",
}

0 comments on commit 843d531

Please sign in to comment.