Skip to content

Commit 0873b18

Browse files
committed
roachtest: deflake activerecord
Currently, the activerecord test suite is failing on the quoting subtests. To address this we will add those tests into the ignore list. Fixes: #156441 Release note: None
1 parent 859f9ef commit 0873b18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/cmd/roachtest/tests/activerecord_blocklist.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ var activeRecordIgnoreList = blocklist{
4747
`ActiveRecord::CockroachDBStructureDumpTest#test_structure_dump`: "flaky",
4848
`ActiveRecord::ConnectionAdapters::ConnectionPoolThreadTest#test_checkout_fairness_by_group`: "flaky",
4949
`ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_translate_no_connection_exception_to_not_established`: "pg_terminate_backend not implemented",
50+
`ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_quote_big_decimal`: "unknown",
51+
`ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_quote_integer`: "unknown",
52+
`ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_quote_rational`: "unknown",
5053
`ActiveRecord::Encryption::EncryptableRecordTest#test_by_default,_it's_case_sensitive`: "flaky",
5154
`ActiveRecord::Encryption::EncryptableRecordTest#test_forced_encoding_for_deterministic_attributes_will_replace_invalid_characters`: "flaky",
5255
`AssociationCallbacksTest#test_has_many_callbacks_for_destroy_on_parent`: "flaky",

0 commit comments

Comments
 (0)