rsnext/test/e2e/app-dir/actions
Zack Tanner 22ca85946e
Wrap incremental cache in an IPC server (#53030)
This uses an IPC server (if available) for incremental cache methods to help prevent race conditions when reading/writing from cache and also to dedupe requests in cases where multiple cache reads are in flight. This cuts down on data fetching across the different build-time workers.

Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2023-07-26 23:19:46 +00:00
..
app Wrap incremental cache in an IPC server (#53030) 2023-07-26 23:19:46 +00:00
app-action-export.test.ts Fix missing error when using Actions on the client layer without enabling the feature flag (#50257) 2023-05-25 14:22:27 +02:00
app-action-invalid.test.ts Change the Server Actions feature flag to be validated at compile time (#52147) 2023-07-03 20:29:57 +00:00
app-action-progressive-enhancement.test.ts Test Progressive Enhancement of Server Actions (#52062) 2023-07-06 18:21:59 +02:00
app-action-size-limit-invalid.test.ts Rename serverActionsSizeLimit as serverActionsBodySizeLimit and add docs (#51755) 2023-06-24 16:16:09 +00:00
app-action.test.ts Temporarily skip flakey action revalidate (#53134) 2023-07-24 15:37:30 -07:00
next.config.js Add test case for client sourcemaps (#49308) 2023-05-05 14:23:04 +00:00