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(test): mitigate subprocess fork race conditions in logging test
Use subprocess.run() instead of Popen() to mitigate race conditions in s3client fork handlers.
A stronger fix might be needed if this still causes race conditions, as run() still uses fork multiprocessing.
0 commit comments