Automattic / studio

Studio by WordPress.com, a free desktop app that helps developers streamline their local WordPress development workflow.
https://developer.wordpress.com/studio/
GNU General Public License v2.0
138 stars 12 forks source link

Fix race condition when setting up server files #229

Closed fluiddot closed 2 weeks ago

fluiddot commented 2 weeks ago

Related to https://github.com/Automattic/studio/pull/76#issuecomment-2149343524.

Proposed Changes

Testing Instructions

[!NOTE] This issue has been spotted when running E2E tests on Windows. It's unlikely that users have encountered this as it's produced by a combination of slow file disk operations and creating a site quickly after the app is launched.

Pre-merge Checklist