Skip to content

Commit 180528b

Browse files
authored
Merge pull request #152904 from spilchen/blathers/backport-release-25.2-152874
release-25.2: workload: add test to activerecord ignore list
2 parents 5b0891c + 6cea665 commit 180528b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/roachtest/tests/activerecord_blocklist.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ var activeRecordIgnoreList = blocklist{
2626
`ActiveRecord::CockroachDBStructureDumpTest#test_structure_dump`: "flaky",
2727
`ActiveRecord::ConnectionAdapters::ConnectionPoolThreadTest#test_checkout_fairness`: "flaky",
2828
`ActiveRecord::ConnectionAdapters::ConnectionPoolThreadTest#test_checkout_fairness_by_group`: "flaky",
29+
`ActiveRecord::ConnectionAdapters::ConnectionPoolThreadTest#test_disconnect_and_clear_reloadable_connections_are_able_to_preempt_other_waiting_threads`: "flaky",
2930
`ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_translate_no_connection_exception_to_not_established`: "pg_terminate_backend not implemented",
3031
`ActiveRecord::Encryption::EncryptableRecordTest#test_by_default,_it's_case_sensitive`: "flaky",
3132
`ActiveRecord::Encryption::EncryptableRecordTest#test_forced_encoding_for_deterministic_attributes_will_replace_invalid_characters`: "flaky",

0 commit comments

Comments
 (0)