You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
152874: workload: add test to activerecord ignore list r=spilchen a=spilchen
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
152879: workload/schemachange: handle triggers in NULL constraint validation r=spilchen a=spilchen
Previously, the schemachange workload would expect a NOT NULL violation error when inserting NULL values into NOT NULL columns. However, if a table has a BEFORE INSERT trigger that returns NULL, the insertion is silently cancelled without raising any error, causing test failures.
This change detects when a table has BEFORE INSERT triggers and treats NOT NULL violations as potential errors rather than expected errors in such cases.
Fixes#152815
Release note: None
Epic: None
Co-authored-by: Matt Spilchen <[email protected]>
`ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_translate_no_connection_exception_to_not_established`: "pg_terminate_backend not implemented",
0 commit comments