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(workspaces): protect non-banned co-members from stranding in the ban flow; trim redundant comments
disableUserResources now opts into provisionFallbackForStrandedMembers.
Actively banned users are already excluded from receiving a fallback
(findMembersStrandedByArchival filters them out), so this only protects a
non-banned co-member of a banned owner's workspace from the same stranding
bug this PR fixes for interactive deletion — previously they had no safety
net at all.
Also trims several inline comments that only restated what the adjacent
assertion or test title already made clear, splitting a couple of
telemetry assertions into their own descriptively-named tests instead of
narrating them inline.
it('never checks or provisions when provisionFallbackForStrandedMembers is not set (ban flow default)',async()=>{
461
+
it('never checks or provisions when provisionFallbackForStrandedMembers is not set, but still performs the archival writes (ban flow default)',async()=>{
0 commit comments