Skip to content

Commit 31bb546

Browse files
committed
workload: add test to activerecord ignore list
The test test_disconnect_and_clear_reloadable_connections_are_able_to_preempt_other_waiting_threads has been observed to fail intermittently due to timing-related issues. Closes #152653 Release note: none Epic: none
1 parent fbc73a7 commit 31bb546

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)