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
An alternative I was thinking about was to use a lockfile strategy, leveraging node-proper-lockfile - this has the advantage of not requiring the pre-cache step but would still require most of the other machinery (deleting all but the most recent file for GHA caching, using the most recent file to avoid calling the manifest API a ton, etc) and the logic will be pretty complicated. I might try it out after this, but for now, this should resolve our test flakiness issues.
This is a good idea, even though it's complicated. The current solution really slows down running tests in VSCode.
The text was updated successfully, but these errors were encountered:
In #10068 I said:
This is a good idea, even though it's complicated. The current solution really slows down running tests in VSCode.
The text was updated successfully, but these errors were encountered: