Kristofer Gaudel
Kristofer Gaudel
Specs: - macOS Venutra 13.6.7 - npm version 10.7.0. - node version 20.15.0 I've tried uninstalling create-react-app globally, clearing npx cache, running with the "@latest" flag and nothing has worked.
Closes #2325 # Rationale for this change Fixes the memory leak in the manifest cache ## Are these changes tested? Yes ## Are there any user-facing changes? No
Part of https://github.com/orgs/Shopify/projects/13332?pane=issue&itemId=139784715&issue=Shopify%7Cresiliency%7C6646 This implements the first two parts of the issue (Sysv shared memory and atomic ops). PID state updates will be in a follow-up PR Instructions to build...
Follow up to #755, the test that was found the be flakey in CI exposed a race condition. This test should fail in CI if a race condition is triggered.
Following up on #755, it would be nice to show that the `Simple::*` data structures indeed are not thread safe by triggering race conditions. An ideal solution would showcase this...