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
fix(V2): read home org within caller transaction in ownership guard
resolveHomeOrgUid queried the home org on a separate pooled connection
while a cascade-delete write transaction was open. Under CI connection
pressure this could block until the 30s test timeout, failing the
cascade-delete test and poisoning subsequent specs.
Thread options.transaction into the home-org read so it shares the
caller's transaction connection, matching the existing parent-record
reads in the guard.
0 commit comments