-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: eliminate race in compilation cache #26353
fix: eliminate race in compilation cache #26353
Conversation
Test results for "tests 1"11 flaky 25038 passed, 583 skipped Merge workflow run. |
Oh! Thank you 🙇🏻 |
@p01 we hope this will help, but we're not sure since we are not able to repro. Let us know how it will work! |
- Do not write from workers. - Remove marker files. - Always try/catch reading from fs. This mostly reverts microsoft#26830 and microsoft#26353. Fixes microsoft#27592.
Fixes #24569