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
fix: make console.logs not hang vitest-pool-workers when using workflows (#8832)
This goes way beyond me, but I noticed that I didn't use `patchAndRunWithHandlerContext` in `createWorkflowEntrypointWrapper` but other entrypoints did it - that seems to fix it. However, I'm not really sure how does `ExecutionContext` relate to our custom `Console` mock. Probably the test runner uses `waitUntil` to write into the vitest's stdout?
0 commit comments