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
right now, if the person running fab doesn't have write permissions on downstream/secondary or primary/derived, fab process will get interrupted at the very end of a step, wasting a lot of time.
Instead, do a check at the beginning of fab process that all dirs are writable. Obviously this is vulnerable to (very slow) race conditions but it will catch the most common situation where a pre-existing dir was created by a different user.
The text was updated successfully, but these errors were encountered:
right now, if the person running fab doesn't have write permissions on
downstream/secondary
orprimary/derived
,fab process
will get interrupted at the very end of a step, wasting a lot of time.Instead, do a check at the beginning of fab process that all dirs are writable. Obviously this is vulnerable to (very slow) race conditions but it will catch the most common situation where a pre-existing dir was created by a different user.
The text was updated successfully, but these errors were encountered: