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
test: assert SSG and persistence flush overlap in filesystem-cache test
Add a production-only test that reads the trace-build file and verifies
that static-generation starts before turbopack-persistence finishes.
This ensures SSG is not blocked on the Turbopack shutdown promise.
Uses the startTime field (Date.now() epoch ms) which is comparable
across the worker and parent processes.
0 commit comments