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
workload/schemachange: handle triggers in NULL constraint validation
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
0 commit comments