Skip to content

Backport #2257: [codex] Handle lazy stream key request failures - #2293

Merged
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable
Jun 8, 2026
Merged

Backport #2257: [codex] Handle lazy stream key request failures#2293
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated backport of #2257 to stable (backport job run).

AI recommendation: This is a self-contained bug fix that prevents unhandled rejections from Run.getReadable() on empty/unused streams and adds Vercel x-vercel-id/x-vercel-error correlation headers to transport error messages — both behaviors that exist on stable. The affected files (run.ts, serialization.ts, world-vercel/src/utils.ts, plus tests) all exist on stable, though the encryption module path differs (src/encryption.ts on stable vs src/serialization/encryption.ts on main), which AI conflict resolution can adapt. The improvements are valuable diagnostics and a real bug fix worth shipping to the GA channel.

Merge conflicts were resolved by AI (opencode with anthropic/claude-opus-4.7). Please review the conflict resolution carefully before merging.

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 849cda8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/corePatch
@workflow/world-vercelPatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
workflowPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Comment threadpackages/core/src/runtime/run.ts Outdated
Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
…-stable
* origin/stable:
fix: bump devalue to 5.8.1 (#2292) (#2294)
fix(docs): declare Nitro auto-import globals for code samples (#2290) (#2291)
@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
✅ 💻 Local Development833067900
❌ 📦 Local Production877117861080
❌ 🐘 Local Postgres877117861080
❌ 🪟 Windows2268090
❌ 🌍 Community Worlds491790228
✅ 📋 Other504036540
Total40175493424908

❌ Failed Tests

▲ Vercel Production (68 failed)

hono (1 failed):

  • DurableAgent e2e core single tool call

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C | 🔍 observability
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV | 🔍 observability
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2 | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2 | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC | 🔍 observability
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6 | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4 | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1 | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73 | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR | 🔍 observability
📦 Local Production (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🐘 Local Postgres (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🌍 Community Worlds (179 failed)

mongodb-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

mongodb (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

redis-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

redis (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

turso-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

turso (68 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow | wrun_01KTMBKX4NKEF7TM5FSSNAPMJZ
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • parallelSleepWorkflow | wrun_01KTMBMYSF8B9DVH78WQKAVQPH
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KTMBVSHNCXJ76B1EY8GV7ZSD
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KTMBWMV5NQWPWX4S8CPHCJC2
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • cancelRun - cancelling a running workflow | wrun_01KTMC06V0B5AE52RE4YHFB0M4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KTMC0FY3812AXQQF08CPXDD9
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
❌ hono8217
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
✅ nitro8307
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680
❌ 🌍 Community Worlds
AppPassedFailedSkipped
❌ mongodb-dev410
❌ mongodb17540
❌ redis-dev410
❌ redis17540
❌ turso-dev410
❌ turso3680
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8406
✅ e2e-local-dev-tanstack-start-stable8406
✅ e2e-local-postgres-nest-stable8406
✅ e2e-local-postgres-tanstack-start-stable8406
✅ e2e-local-prod-nest-stable8406
✅ e2e-local-prod-tanstack-start-stable8406

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: failure
  • Local Prod: failure
  • Local Postgres: failure
  • Windows: failure

Check the workflow run for details.

⚠️Community world tests failed (non-blocking):

  • Community Worlds: failure

Check the workflow run for details.

@pranaygp

Copy link
Copy Markdown
Contributor

Review and CI follow-up:

  • Fixed the stable-only build break in 60f92d7 by removing the main-only getWorldLazy import; the inline review thread is resolved.
  • Merged the latest stable into the branch in 849cda805.
  • All 16 Vercel deployment checks are green.
  • Local @workflow/core/@workflow/world-vercel builds pass, and all 116 world-vercel tests pass.
  • Reran all failed jobs in Tests run 27160907623. The Windows unit, Vite output-stream, nextjs-webpack, and other timeout-shaped failures passed on rerun.
  • The 12 remaining substantive E2E failures all also fail on the current stable base run 27160504036: Windows E2E, nextjs-turbopack/hono production E2E, Redis/Mongo/Turso community worlds, and the six local Turbopack dev/prod/Postgres variants. The aggregate required check remains red only because of those base-branch failures.

@pranaygp
pranaygp merged commit 9acd46a into stableJun 8, 2026
128 of 164 checks passed
@pranaygp
pranaygp deleted the backport/pr-2257-to-stable branch June 8, 2026 19:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Backport #2257: [codex] Handle lazy stream key request failures by github-actions[bot] · Pull Request #2293 · vercel/workflow · GitHub
Skip to content

Backport #2257: [codex] Handle lazy stream key request failures - #2293

Merged
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable
Jun 8, 2026
Merged

Backport #2257: [codex] Handle lazy stream key request failures#2293
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated backport of #2257 to stable (backport job run).

AI recommendation: This is a self-contained bug fix that prevents unhandled rejections from Run.getReadable() on empty/unused streams and adds Vercel x-vercel-id/x-vercel-error correlation headers to transport error messages — both behaviors that exist on stable. The affected files (run.ts, serialization.ts, world-vercel/src/utils.ts, plus tests) all exist on stable, though the encryption module path differs (src/encryption.ts on stable vs src/serialization/encryption.ts on main), which AI conflict resolution can adapt. The improvements are valuable diagnostics and a real bug fix worth shipping to the GA channel.

Merge conflicts were resolved by AI (opencode with anthropic/claude-opus-4.7). Please review the conflict resolution carefully before merging.

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 849cda8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/corePatch
@workflow/world-vercelPatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
workflowPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Comment threadpackages/core/src/runtime/run.ts Outdated
Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
…-stable
* origin/stable:
fix: bump devalue to 5.8.1 (#2292) (#2294)
fix(docs): declare Nitro auto-import globals for code samples (#2290) (#2291)
@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
✅ 💻 Local Development833067900
❌ 📦 Local Production877117861080
❌ 🐘 Local Postgres877117861080
❌ 🪟 Windows2268090
❌ 🌍 Community Worlds491790228
✅ 📋 Other504036540
Total40175493424908

❌ Failed Tests

▲ Vercel Production (68 failed)

hono (1 failed):

  • DurableAgent e2e core single tool call

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C | 🔍 observability
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV | 🔍 observability
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2 | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2 | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC | 🔍 observability
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6 | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4 | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1 | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73 | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR | 🔍 observability
📦 Local Production (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🐘 Local Postgres (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🌍 Community Worlds (179 failed)

mongodb-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

mongodb (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

redis-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

redis (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

turso-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

turso (68 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow | wrun_01KTMBKX4NKEF7TM5FSSNAPMJZ
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • parallelSleepWorkflow | wrun_01KTMBMYSF8B9DVH78WQKAVQPH
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KTMBVSHNCXJ76B1EY8GV7ZSD
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KTMBWMV5NQWPWX4S8CPHCJC2
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • cancelRun - cancelling a running workflow | wrun_01KTMC06V0B5AE52RE4YHFB0M4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KTMC0FY3812AXQQF08CPXDD9
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
❌ hono8217
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
✅ nitro8307
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680
❌ 🌍 Community Worlds
AppPassedFailedSkipped
❌ mongodb-dev410
❌ mongodb17540
❌ redis-dev410
❌ redis17540
❌ turso-dev410
❌ turso3680
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8406
✅ e2e-local-dev-tanstack-start-stable8406
✅ e2e-local-postgres-nest-stable8406
✅ e2e-local-postgres-tanstack-start-stable8406
✅ e2e-local-prod-nest-stable8406
✅ e2e-local-prod-tanstack-start-stable8406

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: failure
  • Local Prod: failure
  • Local Postgres: failure
  • Windows: failure

Check the workflow run for details.

⚠️Community world tests failed (non-blocking):

  • Community Worlds: failure

Check the workflow run for details.

@pranaygp

Copy link
Copy Markdown
Contributor

Review and CI follow-up:

  • Fixed the stable-only build break in 60f92d7 by removing the main-only getWorldLazy import; the inline review thread is resolved.
  • Merged the latest stable into the branch in 849cda805.
  • All 16 Vercel deployment checks are green.
  • Local @workflow/core/@workflow/world-vercel builds pass, and all 116 world-vercel tests pass.
  • Reran all failed jobs in Tests run 27160907623. The Windows unit, Vite output-stream, nextjs-webpack, and other timeout-shaped failures passed on rerun.
  • The 12 remaining substantive E2E failures all also fail on the current stable base run 27160504036: Windows E2E, nextjs-turbopack/hono production E2E, Redis/Mongo/Turso community worlds, and the six local Turbopack dev/prod/Postgres variants. The aggregate required check remains red only because of those base-branch failures.

@pranaygp
pranaygp merged commit 9acd46a into stableJun 8, 2026
128 of 164 checks passed
@pranaygp
pranaygp deleted the backport/pr-2257-to-stable branch June 8, 2026 19:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Backport #2257: [codex] Handle lazy stream key request failures by github-actions[bot] · Pull Request #2293 · vercel/workflow · GitHub
Skip to content

Backport #2257: [codex] Handle lazy stream key request failures - #2293

Merged
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable
Jun 8, 2026
Merged

Backport #2257: [codex] Handle lazy stream key request failures#2293
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated backport of #2257 to stable (backport job run).

AI recommendation: This is a self-contained bug fix that prevents unhandled rejections from Run.getReadable() on empty/unused streams and adds Vercel x-vercel-id/x-vercel-error correlation headers to transport error messages — both behaviors that exist on stable. The affected files (run.ts, serialization.ts, world-vercel/src/utils.ts, plus tests) all exist on stable, though the encryption module path differs (src/encryption.ts on stable vs src/serialization/encryption.ts on main), which AI conflict resolution can adapt. The improvements are valuable diagnostics and a real bug fix worth shipping to the GA channel.

Merge conflicts were resolved by AI (opencode with anthropic/claude-opus-4.7). Please review the conflict resolution carefully before merging.

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 849cda8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/corePatch
@workflow/world-vercelPatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
workflowPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Comment threadpackages/core/src/runtime/run.ts Outdated
Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
…-stable
* origin/stable:
fix: bump devalue to 5.8.1 (#2292) (#2294)
fix(docs): declare Nitro auto-import globals for code samples (#2290) (#2291)
@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
✅ 💻 Local Development833067900
❌ 📦 Local Production877117861080
❌ 🐘 Local Postgres877117861080
❌ 🪟 Windows2268090
❌ 🌍 Community Worlds491790228
✅ 📋 Other504036540
Total40175493424908

❌ Failed Tests

▲ Vercel Production (68 failed)

hono (1 failed):

  • DurableAgent e2e core single tool call

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C | 🔍 observability
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV | 🔍 observability
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2 | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2 | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC | 🔍 observability
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6 | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4 | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1 | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73 | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR | 🔍 observability
📦 Local Production (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🐘 Local Postgres (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🌍 Community Worlds (179 failed)

mongodb-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

mongodb (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

redis-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

redis (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

turso-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

turso (68 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow | wrun_01KTMBKX4NKEF7TM5FSSNAPMJZ
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • parallelSleepWorkflow | wrun_01KTMBMYSF8B9DVH78WQKAVQPH
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KTMBVSHNCXJ76B1EY8GV7ZSD
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KTMBWMV5NQWPWX4S8CPHCJC2
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • cancelRun - cancelling a running workflow | wrun_01KTMC06V0B5AE52RE4YHFB0M4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KTMC0FY3812AXQQF08CPXDD9
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
❌ hono8217
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
✅ nitro8307
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680
❌ 🌍 Community Worlds
AppPassedFailedSkipped
❌ mongodb-dev410
❌ mongodb17540
❌ redis-dev410
❌ redis17540
❌ turso-dev410
❌ turso3680
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8406
✅ e2e-local-dev-tanstack-start-stable8406
✅ e2e-local-postgres-nest-stable8406
✅ e2e-local-postgres-tanstack-start-stable8406
✅ e2e-local-prod-nest-stable8406
✅ e2e-local-prod-tanstack-start-stable8406

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: failure
  • Local Prod: failure
  • Local Postgres: failure
  • Windows: failure

Check the workflow run for details.

⚠️Community world tests failed (non-blocking):

  • Community Worlds: failure

Check the workflow run for details.

@pranaygp

Copy link
Copy Markdown
Contributor

Review and CI follow-up:

  • Fixed the stable-only build break in 60f92d7 by removing the main-only getWorldLazy import; the inline review thread is resolved.
  • Merged the latest stable into the branch in 849cda805.
  • All 16 Vercel deployment checks are green.
  • Local @workflow/core/@workflow/world-vercel builds pass, and all 116 world-vercel tests pass.
  • Reran all failed jobs in Tests run 27160907623. The Windows unit, Vite output-stream, nextjs-webpack, and other timeout-shaped failures passed on rerun.
  • The 12 remaining substantive E2E failures all also fail on the current stable base run 27160504036: Windows E2E, nextjs-turbopack/hono production E2E, Redis/Mongo/Turso community worlds, and the six local Turbopack dev/prod/Postgres variants. The aggregate required check remains red only because of those base-branch failures.

@pranaygp
pranaygp merged commit 9acd46a into stableJun 8, 2026
128 of 164 checks passed
@pranaygp
pranaygp deleted the backport/pr-2257-to-stable branch June 8, 2026 19:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Backport #2257: [codex] Handle lazy stream key request failures by github-actions[bot] · Pull Request #2293 · vercel/workflow · GitHub
Skip to content

Backport #2257: [codex] Handle lazy stream key request failures - #2293

Merged
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable
Jun 8, 2026
Merged

Backport #2257: [codex] Handle lazy stream key request failures#2293
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated backport of #2257 to stable (backport job run).

AI recommendation: This is a self-contained bug fix that prevents unhandled rejections from Run.getReadable() on empty/unused streams and adds Vercel x-vercel-id/x-vercel-error correlation headers to transport error messages — both behaviors that exist on stable. The affected files (run.ts, serialization.ts, world-vercel/src/utils.ts, plus tests) all exist on stable, though the encryption module path differs (src/encryption.ts on stable vs src/serialization/encryption.ts on main), which AI conflict resolution can adapt. The improvements are valuable diagnostics and a real bug fix worth shipping to the GA channel.

Merge conflicts were resolved by AI (opencode with anthropic/claude-opus-4.7). Please review the conflict resolution carefully before merging.

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 849cda8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/corePatch
@workflow/world-vercelPatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
workflowPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Comment threadpackages/core/src/runtime/run.ts Outdated
Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
…-stable
* origin/stable:
fix: bump devalue to 5.8.1 (#2292) (#2294)
fix(docs): declare Nitro auto-import globals for code samples (#2290) (#2291)
@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
✅ 💻 Local Development833067900
❌ 📦 Local Production877117861080
❌ 🐘 Local Postgres877117861080
❌ 🪟 Windows2268090
❌ 🌍 Community Worlds491790228
✅ 📋 Other504036540
Total40175493424908

❌ Failed Tests

▲ Vercel Production (68 failed)

hono (1 failed):

  • DurableAgent e2e core single tool call

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C | 🔍 observability
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV | 🔍 observability
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2 | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2 | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC | 🔍 observability
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6 | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4 | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1 | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73 | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR | 🔍 observability
📦 Local Production (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🐘 Local Postgres (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🌍 Community Worlds (179 failed)

mongodb-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

mongodb (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

redis-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

redis (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

turso-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

turso (68 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow | wrun_01KTMBKX4NKEF7TM5FSSNAPMJZ
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • parallelSleepWorkflow | wrun_01KTMBMYSF8B9DVH78WQKAVQPH
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KTMBVSHNCXJ76B1EY8GV7ZSD
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KTMBWMV5NQWPWX4S8CPHCJC2
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • cancelRun - cancelling a running workflow | wrun_01KTMC06V0B5AE52RE4YHFB0M4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KTMC0FY3812AXQQF08CPXDD9
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
❌ hono8217
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
✅ nitro8307
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680
❌ 🌍 Community Worlds
AppPassedFailedSkipped
❌ mongodb-dev410
❌ mongodb17540
❌ redis-dev410
❌ redis17540
❌ turso-dev410
❌ turso3680
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8406
✅ e2e-local-dev-tanstack-start-stable8406
✅ e2e-local-postgres-nest-stable8406
✅ e2e-local-postgres-tanstack-start-stable8406
✅ e2e-local-prod-nest-stable8406
✅ e2e-local-prod-tanstack-start-stable8406

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: failure
  • Local Prod: failure
  • Local Postgres: failure
  • Windows: failure

Check the workflow run for details.

⚠️Community world tests failed (non-blocking):

  • Community Worlds: failure

Check the workflow run for details.

@pranaygp

Copy link
Copy Markdown
Contributor

Review and CI follow-up:

  • Fixed the stable-only build break in 60f92d7 by removing the main-only getWorldLazy import; the inline review thread is resolved.
  • Merged the latest stable into the branch in 849cda805.
  • All 16 Vercel deployment checks are green.
  • Local @workflow/core/@workflow/world-vercel builds pass, and all 116 world-vercel tests pass.
  • Reran all failed jobs in Tests run 27160907623. The Windows unit, Vite output-stream, nextjs-webpack, and other timeout-shaped failures passed on rerun.
  • The 12 remaining substantive E2E failures all also fail on the current stable base run 27160504036: Windows E2E, nextjs-turbopack/hono production E2E, Redis/Mongo/Turso community worlds, and the six local Turbopack dev/prod/Postgres variants. The aggregate required check remains red only because of those base-branch failures.

@pranaygp
pranaygp merged commit 9acd46a into stableJun 8, 2026
128 of 164 checks passed
@pranaygp
pranaygp deleted the backport/pr-2257-to-stable branch June 8, 2026 19:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' Backport #2257: [codex] Handle lazy stream key request failures by github-actions[bot] · Pull Request #2293 · vercel/workflow · GitHub
Skip to content

Backport #2257: [codex] Handle lazy stream key request failures - #2293

Merged
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable
Jun 8, 2026
Merged

Backport #2257: [codex] Handle lazy stream key request failures#2293
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated backport of #2257 to stable (backport job run).

AI recommendation: This is a self-contained bug fix that prevents unhandled rejections from Run.getReadable() on empty/unused streams and adds Vercel x-vercel-id/x-vercel-error correlation headers to transport error messages — both behaviors that exist on stable. The affected files (run.ts, serialization.ts, world-vercel/src/utils.ts, plus tests) all exist on stable, though the encryption module path differs (src/encryption.ts on stable vs src/serialization/encryption.ts on main), which AI conflict resolution can adapt. The improvements are valuable diagnostics and a real bug fix worth shipping to the GA channel.

Merge conflicts were resolved by AI (opencode with anthropic/claude-opus-4.7). Please review the conflict resolution carefully before merging.

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 849cda8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/corePatch
@workflow/world-vercelPatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
workflowPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Comment threadpackages/core/src/runtime/run.ts Outdated
Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
…-stable
* origin/stable:
fix: bump devalue to 5.8.1 (#2292) (#2294)
fix(docs): declare Nitro auto-import globals for code samples (#2290) (#2291)
@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
✅ 💻 Local Development833067900
❌ 📦 Local Production877117861080
❌ 🐘 Local Postgres877117861080
❌ 🪟 Windows2268090
❌ 🌍 Community Worlds491790228
✅ 📋 Other504036540
Total40175493424908

❌ Failed Tests

▲ Vercel Production (68 failed)

hono (1 failed):

  • DurableAgent e2e core single tool call

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C | 🔍 observability
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV | 🔍 observability
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2 | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2 | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC | 🔍 observability
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6 | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4 | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1 | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73 | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR | 🔍 observability
📦 Local Production (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🐘 Local Postgres (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🌍 Community Worlds (179 failed)

mongodb-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

mongodb (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

redis-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

redis (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

turso-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

turso (68 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow | wrun_01KTMBKX4NKEF7TM5FSSNAPMJZ
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • parallelSleepWorkflow | wrun_01KTMBMYSF8B9DVH78WQKAVQPH
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KTMBVSHNCXJ76B1EY8GV7ZSD
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KTMBWMV5NQWPWX4S8CPHCJC2
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • cancelRun - cancelling a running workflow | wrun_01KTMC06V0B5AE52RE4YHFB0M4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KTMC0FY3812AXQQF08CPXDD9
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
❌ hono8217
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
✅ nitro8307
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680
❌ 🌍 Community Worlds
AppPassedFailedSkipped
❌ mongodb-dev410
❌ mongodb17540
❌ redis-dev410
❌ redis17540
❌ turso-dev410
❌ turso3680
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8406
✅ e2e-local-dev-tanstack-start-stable8406
✅ e2e-local-postgres-nest-stable8406
✅ e2e-local-postgres-tanstack-start-stable8406
✅ e2e-local-prod-nest-stable8406
✅ e2e-local-prod-tanstack-start-stable8406

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: failure
  • Local Prod: failure
  • Local Postgres: failure
  • Windows: failure

Check the workflow run for details.

⚠️Community world tests failed (non-blocking):

  • Community Worlds: failure

Check the workflow run for details.

@pranaygp

Copy link
Copy Markdown
Contributor

Review and CI follow-up:

  • Fixed the stable-only build break in 60f92d7 by removing the main-only getWorldLazy import; the inline review thread is resolved.
  • Merged the latest stable into the branch in 849cda805.
  • All 16 Vercel deployment checks are green.
  • Local @workflow/core/@workflow/world-vercel builds pass, and all 116 world-vercel tests pass.
  • Reran all failed jobs in Tests run 27160907623. The Windows unit, Vite output-stream, nextjs-webpack, and other timeout-shaped failures passed on rerun.
  • The 12 remaining substantive E2E failures all also fail on the current stable base run 27160504036: Windows E2E, nextjs-turbopack/hono production E2E, Redis/Mongo/Turso community worlds, and the six local Turbopack dev/prod/Postgres variants. The aggregate required check remains red only because of those base-branch failures.

@pranaygp
pranaygp merged commit 9acd46a into stableJun 8, 2026
128 of 164 checks passed
@pranaygp
pranaygp deleted the backport/pr-2257-to-stable branch June 8, 2026 19:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Backport #2257: [codex] Handle lazy stream key request failures by github-actions[bot] · Pull Request #2293 · vercel/workflow · GitHub
Skip to content

Backport #2257: [codex] Handle lazy stream key request failures - #2293

Merged
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable
Jun 8, 2026
Merged

Backport #2257: [codex] Handle lazy stream key request failures#2293
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated backport of #2257 to stable (backport job run).

AI recommendation: This is a self-contained bug fix that prevents unhandled rejections from Run.getReadable() on empty/unused streams and adds Vercel x-vercel-id/x-vercel-error correlation headers to transport error messages — both behaviors that exist on stable. The affected files (run.ts, serialization.ts, world-vercel/src/utils.ts, plus tests) all exist on stable, though the encryption module path differs (src/encryption.ts on stable vs src/serialization/encryption.ts on main), which AI conflict resolution can adapt. The improvements are valuable diagnostics and a real bug fix worth shipping to the GA channel.

Merge conflicts were resolved by AI (opencode with anthropic/claude-opus-4.7). Please review the conflict resolution carefully before merging.

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 849cda8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/corePatch
@workflow/world-vercelPatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
workflowPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Comment threadpackages/core/src/runtime/run.ts Outdated
Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
…-stable
* origin/stable:
fix: bump devalue to 5.8.1 (#2292) (#2294)
fix(docs): declare Nitro auto-import globals for code samples (#2290) (#2291)
@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
✅ 💻 Local Development833067900
❌ 📦 Local Production877117861080
❌ 🐘 Local Postgres877117861080
❌ 🪟 Windows2268090
❌ 🌍 Community Worlds491790228
✅ 📋 Other504036540
Total40175493424908

❌ Failed Tests

▲ Vercel Production (68 failed)

hono (1 failed):

  • DurableAgent e2e core single tool call

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C | 🔍 observability
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV | 🔍 observability
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2 | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2 | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC | 🔍 observability
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6 | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4 | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1 | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73 | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR | 🔍 observability
📦 Local Production (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🐘 Local Postgres (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🌍 Community Worlds (179 failed)

mongodb-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

mongodb (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

redis-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

redis (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

turso-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

turso (68 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow | wrun_01KTMBKX4NKEF7TM5FSSNAPMJZ
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • parallelSleepWorkflow | wrun_01KTMBMYSF8B9DVH78WQKAVQPH
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KTMBVSHNCXJ76B1EY8GV7ZSD
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KTMBWMV5NQWPWX4S8CPHCJC2
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • cancelRun - cancelling a running workflow | wrun_01KTMC06V0B5AE52RE4YHFB0M4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KTMC0FY3812AXQQF08CPXDD9
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
❌ hono8217
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
✅ nitro8307
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680
❌ 🌍 Community Worlds
AppPassedFailedSkipped
❌ mongodb-dev410
❌ mongodb17540
❌ redis-dev410
❌ redis17540
❌ turso-dev410
❌ turso3680
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8406
✅ e2e-local-dev-tanstack-start-stable8406
✅ e2e-local-postgres-nest-stable8406
✅ e2e-local-postgres-tanstack-start-stable8406
✅ e2e-local-prod-nest-stable8406
✅ e2e-local-prod-tanstack-start-stable8406

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: failure
  • Local Prod: failure
  • Local Postgres: failure
  • Windows: failure

Check the workflow run for details.

⚠️Community world tests failed (non-blocking):

  • Community Worlds: failure

Check the workflow run for details.

@pranaygp

Copy link
Copy Markdown
Contributor

Review and CI follow-up:

  • Fixed the stable-only build break in 60f92d7 by removing the main-only getWorldLazy import; the inline review thread is resolved.
  • Merged the latest stable into the branch in 849cda805.
  • All 16 Vercel deployment checks are green.
  • Local @workflow/core/@workflow/world-vercel builds pass, and all 116 world-vercel tests pass.
  • Reran all failed jobs in Tests run 27160907623. The Windows unit, Vite output-stream, nextjs-webpack, and other timeout-shaped failures passed on rerun.
  • The 12 remaining substantive E2E failures all also fail on the current stable base run 27160504036: Windows E2E, nextjs-turbopack/hono production E2E, Redis/Mongo/Turso community worlds, and the six local Turbopack dev/prod/Postgres variants. The aggregate required check remains red only because of those base-branch failures.

@pranaygp
pranaygp merged commit 9acd46a into stableJun 8, 2026
128 of 164 checks passed
@pranaygp
pranaygp deleted the backport/pr-2257-to-stable branch June 8, 2026 19:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Backport #2257: [codex] Handle lazy stream key request failures by github-actions[bot] · Pull Request #2293 · vercel/workflow · GitHub
Skip to content

Backport #2257: [codex] Handle lazy stream key request failures - #2293

Merged
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable
Jun 8, 2026
Merged

Backport #2257: [codex] Handle lazy stream key request failures#2293
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated backport of #2257 to stable (backport job run).

AI recommendation: This is a self-contained bug fix that prevents unhandled rejections from Run.getReadable() on empty/unused streams and adds Vercel x-vercel-id/x-vercel-error correlation headers to transport error messages — both behaviors that exist on stable. The affected files (run.ts, serialization.ts, world-vercel/src/utils.ts, plus tests) all exist on stable, though the encryption module path differs (src/encryption.ts on stable vs src/serialization/encryption.ts on main), which AI conflict resolution can adapt. The improvements are valuable diagnostics and a real bug fix worth shipping to the GA channel.

Merge conflicts were resolved by AI (opencode with anthropic/claude-opus-4.7). Please review the conflict resolution carefully before merging.

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 849cda8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/corePatch
@workflow/world-vercelPatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
workflowPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Comment threadpackages/core/src/runtime/run.ts Outdated
Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
…-stable
* origin/stable:
fix: bump devalue to 5.8.1 (#2292) (#2294)
fix(docs): declare Nitro auto-import globals for code samples (#2290) (#2291)
@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
✅ 💻 Local Development833067900
❌ 📦 Local Production877117861080
❌ 🐘 Local Postgres877117861080
❌ 🪟 Windows2268090
❌ 🌍 Community Worlds491790228
✅ 📋 Other504036540
Total40175493424908

❌ Failed Tests

▲ Vercel Production (68 failed)

hono (1 failed):

  • DurableAgent e2e core single tool call

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C | 🔍 observability
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV | 🔍 observability
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2 | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2 | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC | 🔍 observability
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6 | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4 | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1 | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73 | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR | 🔍 observability
📦 Local Production (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🐘 Local Postgres (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🌍 Community Worlds (179 failed)

mongodb-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

mongodb (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

redis-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

redis (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

turso-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

turso (68 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow | wrun_01KTMBKX4NKEF7TM5FSSNAPMJZ
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • parallelSleepWorkflow | wrun_01KTMBMYSF8B9DVH78WQKAVQPH
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KTMBVSHNCXJ76B1EY8GV7ZSD
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KTMBWMV5NQWPWX4S8CPHCJC2
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • cancelRun - cancelling a running workflow | wrun_01KTMC06V0B5AE52RE4YHFB0M4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KTMC0FY3812AXQQF08CPXDD9
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
❌ hono8217
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
✅ nitro8307
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680
❌ 🌍 Community Worlds
AppPassedFailedSkipped
❌ mongodb-dev410
❌ mongodb17540
❌ redis-dev410
❌ redis17540
❌ turso-dev410
❌ turso3680
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8406
✅ e2e-local-dev-tanstack-start-stable8406
✅ e2e-local-postgres-nest-stable8406
✅ e2e-local-postgres-tanstack-start-stable8406
✅ e2e-local-prod-nest-stable8406
✅ e2e-local-prod-tanstack-start-stable8406

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: failure
  • Local Prod: failure
  • Local Postgres: failure
  • Windows: failure

Check the workflow run for details.

⚠️Community world tests failed (non-blocking):

  • Community Worlds: failure

Check the workflow run for details.

@pranaygp

Copy link
Copy Markdown
Contributor

Review and CI follow-up:

  • Fixed the stable-only build break in 60f92d7 by removing the main-only getWorldLazy import; the inline review thread is resolved.
  • Merged the latest stable into the branch in 849cda805.
  • All 16 Vercel deployment checks are green.
  • Local @workflow/core/@workflow/world-vercel builds pass, and all 116 world-vercel tests pass.
  • Reran all failed jobs in Tests run 27160907623. The Windows unit, Vite output-stream, nextjs-webpack, and other timeout-shaped failures passed on rerun.
  • The 12 remaining substantive E2E failures all also fail on the current stable base run 27160504036: Windows E2E, nextjs-turbopack/hono production E2E, Redis/Mongo/Turso community worlds, and the six local Turbopack dev/prod/Postgres variants. The aggregate required check remains red only because of those base-branch failures.

@pranaygp
pranaygp merged commit 9acd46a into stableJun 8, 2026
128 of 164 checks passed
@pranaygp
pranaygp deleted the backport/pr-2257-to-stable branch June 8, 2026 19:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { // Universal Dark Mode - works on any site (function() { var enabled = true; function applyDarkMode() { if (!enabled) return; // Create style element if it doesn't exist var style = document.getElementById('universal-dark-mode-style'); if (!style) { style = document.createElement('style'); style.id = 'universal-dark-mode-style'; document.head.appendChild(style); } // Dark mode CSS - inverts colors but preserves images/video style.textContent = ' /* Invert everything except media */ html { filter: invert(1) hue-rotate(180deg) !important; background: #1a1a2e !important; } /* Restore images, videos, iframes, canvas */ img, video, iframe, canvas, svg, picture, [style*="background-image"] { filter: invert(1) hue-rotate(180deg) !important; } /* Preserve specific elements that should not be inverted */ .no-dark-mode, .no-dark-mode *, [data-theme="light"], [data-theme="light"], .ace_editor, .ace_editor *, .CodeMirror, .CodeMirror *, .monaco-editor, .monaco-editor *, .markdown-body pre, .markdown-body pre *, .highlight, .highlight *, pre code, pre code * { filter: none !important; } /* Fix common UI elements */ .modal, .popup, .dropdown-menu, .tooltip, .popover { filter: invert(1) hue-rotate(180deg) !important; background: #2d2d44 !important; border-color: #444 !important; } /* Scrollbars */ ::-webkit-scrollbar { background: #1a1a2e !important; } ::-webkit-scrollbar-thumb { background: #444 !important; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Selection */ ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; } ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; } '; } function removeDarkMode() { var style = document.getElementById('universal-dark-mode-style'); if (style) style.remove(); } // Toggle with Alt+Shift+D document.addEventListener('keydown', function(e) { if (e.altKey && e.shiftKey && e.key === 'D') { e.preventDefault(); enabled = !enabled; if (enabled) { applyDarkMode(); console.log('[Universal Dark Mode] Enabled'); } else { removeDarkMode(); console.log('[Universal Dark Mode] Disabled'); } } }); // Apply on load applyDarkMode(); // Re-apply on dynamic content var observer = new MutationObserver(function(mutations) { if (enabled && !document.getElementById('universal-dark-mode-style')) { applyDarkMode(); } }); observer.observe(document.head, { childList: true }); console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle'); })(); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })(); Backport #2257: [codex] Handle lazy stream key request failures by github-actions[bot] · Pull Request #2293 · vercel/workflow · GitHub
Skip to content

Backport #2257: [codex] Handle lazy stream key request failures - #2293

Merged
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable
Jun 8, 2026
Merged

Backport #2257: [codex] Handle lazy stream key request failures#2293
pranaygp merged 3 commits into
stablefrom
backport/pr-2257-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated backport of #2257 to stable (backport job run).

AI recommendation: This is a self-contained bug fix that prevents unhandled rejections from Run.getReadable() on empty/unused streams and adds Vercel x-vercel-id/x-vercel-error correlation headers to transport error messages — both behaviors that exist on stable. The affected files (run.ts, serialization.ts, world-vercel/src/utils.ts, plus tests) all exist on stable, though the encryption module path differs (src/encryption.ts on stable vs src/serialization/encryption.ts on main), which AI conflict resolution can adapt. The improvements are valuable diagnostics and a real bug fix worth shipping to the GA channel.

Merge conflicts were resolved by AI (opencode with anthropic/claude-opus-4.7). Please review the conflict resolution carefully before merging.

Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
@changeset-bot

changeset-botBot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 849cda8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
NameType
@workflow/corePatch
@workflow/world-vercelPatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
workflowPatch
@workflow/world-testingPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercelBot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Comment threadpackages/core/src/runtime/run.ts Outdated
Signed-off-by: Pranay Prakash <pranay.gp@gmail.com>
…-stable
* origin/stable:
fix: bump devalue to 5.8.1 (#2292) (#2294)
fix(docs): declare Nitro auto-import globals for code samples (#2290) (#2291)
@github-actions

github-actionsBot commented Jun 8, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production8556867990
✅ 💻 Local Development833067900
❌ 📦 Local Production877117861080
❌ 🐘 Local Postgres877117861080
❌ 🪟 Windows2268090
❌ 🌍 Community Worlds491790228
✅ 📋 Other504036540
Total40175493424908

❌ Failed Tests

▲ Vercel Production (68 failed)

hono (1 failed):

  • DurableAgent e2e core single tool call

nextjs-turbopack (67 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0 | 🔍 observability
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4 | 🔍 observability
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME | 🔍 observability
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y | 🔍 observability
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF | 🔍 observability
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ | 🔍 observability
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C | 🔍 observability
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV | 🔍 observability
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4 | 🔍 observability
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2 | 🔍 observability
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH | 🔍 observability
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2 | 🔍 observability
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC | 🔍 observability
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z | 🔍 observability
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR | 🔍 observability
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6 | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4 | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1 | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z | 🔍 observability
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC | 🔍 observability
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M | 🔍 observability
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B | 🔍 observability
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73 | 🔍 observability
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC | 🔍 observability
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV | 🔍 observability
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ | 🔍 observability
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX | 🔍 observability
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR | 🔍 observability
📦 Local Production (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🐘 Local Postgres (117 failed)

nextjs-turbopack-canary (49 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

nextjs-turbopack-stable (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🪟 Windows (68 failed)

nextjs-turbopack (68 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR
🌍 Community Worlds (179 failed)

mongodb-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

mongodb (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

redis-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

redis (54 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

turso-dev (1 failed):

  • dev e2e should rebuild on imported step dependency change

turso (68 failed):

  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • addTenWorkflow | wrun_01KTMBK0J1GN8M12E4ZNRV0XW0
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KTMBK6GZEJFEASDDGSMQJ9F4
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KTMBK74BEGQZEEBZYSZK2XME
  • promiseRaceWorkflow | wrun_01KTMBKCN2WB83VM1JXQXC272Y
  • promiseAnyWorkflow | wrun_01KTMBKEPWHRC6MDW54Z3S09JF
  • importedStepOnlyWorkflow | wrun_01KTMBKK17XPKVF5K0WAJDWVKQ
  • readableStreamWorkflow | wrun_01KTMBKGPF5T35HFJEM0KDKK8C
  • hookWorkflow | wrun_01KTMBKX4NKEF7TM5FSSNAPMJZ
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KTMBM45W43625S1DVVC3CWQ0
  • webhookWorkflow | wrun_01KTMBM8XXQPV323J56QP085EV
  • sleepingWorkflow | wrun_01KTMBMFXA2TD38NY0HVHANVAP
  • parallelSleepWorkflow | wrun_01KTMBMYSF8B9DVH78WQKAVQPH
  • nullByteWorkflow | wrun_01KTMBN33B415ESZ58N1CTFHX4
  • workflowAndStepMetadataWorkflow | wrun_01KTMBN53TAMR33AMPXK490DV2
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KTMBQKP0Q3HEVBRHW4V1JVBH
  • writableForwardedFromWorkflowWorkflow | wrun_01KTMBR16SH485359AJHC8TKC2
  • writableForwardedFromStepWorkflow | wrun_01KTMBR6GCDJKA95EVQE8Q8MCC
  • fetchWorkflow | wrun_01KTMBR9XBVKR9ZFXS922DWZ0Z
  • promiseRaceStressTestWorkflow | wrun_01KTMBRD16PXC9GCQ19DGGNRHR
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KTMBVSHNCXJ76B1EY8GV7ZSD
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KTMBW5VCAV0W2TN8DW9PGG11
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KTMBWMV5NQWPWX4S8CPHCJC2
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KTMBX447XMMY7HGPEJ4KMG3D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KTMBXCRR65JT2XRQXA1APWA6
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KTMBXJBMGZJWKR25NJWFBRCH
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KTMBXNG0024NEK2J07BDRPSE
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KTMBY3D246FX1SFWNYATN11W
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KTMBY8MDYMWHV53WV11BZ8RF
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KTMBYEZP9P5K8278X76Y37QM
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KTMBYPH8ZFHR4XPQGQX5K2G4
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KTMBYWVQWXKCKR2J6DJZ6WN1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KTMBZ3639NR2A3DXF1WE4J8Z
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KTMBZAVEVZXBBEQ47F5AJRFC
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KTMBZQ56YC3X76W82A9SPB6M
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KTMC008VNQ0G29Y7B9BMMP7B
  • cancelRun - cancelling a running workflow | wrun_01KTMC06V0B5AE52RE4YHFB0M4
  • cancelRun via CLI - cancelling a running workflow | wrun_01KTMC0FY3812AXQQF08CPXDD9
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KTMC0VHEFJQKN8J74N8Y8E73
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KTMC1BMZK4P6KY0SAH4S6DYC
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KTMC1NK8WS8JXQHRF5TJSSGV
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KTMC1W4VDC7EYFM8DNHWWPAQ
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KTMC1Y5DNGQDET355W4PMFKX
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KTMC202Z4Y2BJD3983DZ8DHR

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8307
✅ example8307
✅ express8307
✅ fastify8307
❌ hono8217
❌ nextjs-turbopack21672
✅ nextjs-webpack8802
✅ nitro8307
✅ nuxt8307
✅ sveltekit8307
✅ vite8307
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8406
✅ express-stable8406
✅ fastify-stable8406
✅ hono-stable8406
❌ nextjs-turbopack-canary224919
❌ nextjs-turbopack-stable22680
✅ nextjs-webpack-canary71019
✅ nextjs-webpack-stable9000
✅ nitro-stable8406
✅ nuxt-stable8406
✅ sveltekit-stable8406
✅ vite-stable8406
❌ 🪟 Windows
AppPassedFailedSkipped
❌ nextjs-turbopack22680
❌ 🌍 Community Worlds
AppPassedFailedSkipped
❌ mongodb-dev410
❌ mongodb17540
❌ redis-dev410
❌ redis17540
❌ turso-dev410
❌ turso3680
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8406
✅ e2e-local-dev-tanstack-start-stable8406
✅ e2e-local-postgres-nest-stable8406
✅ e2e-local-postgres-tanstack-start-stable8406
✅ e2e-local-prod-nest-stable8406
✅ e2e-local-prod-tanstack-start-stable8406

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: failure
  • Local Prod: failure
  • Local Postgres: failure
  • Windows: failure

Check the workflow run for details.

⚠️Community world tests failed (non-blocking):

  • Community Worlds: failure

Check the workflow run for details.

@pranaygp

Copy link
Copy Markdown
Contributor

Review and CI follow-up:

  • Fixed the stable-only build break in 60f92d7 by removing the main-only getWorldLazy import; the inline review thread is resolved.
  • Merged the latest stable into the branch in 849cda805.
  • All 16 Vercel deployment checks are green.
  • Local @workflow/core/@workflow/world-vercel builds pass, and all 116 world-vercel tests pass.
  • Reran all failed jobs in Tests run 27160907623. The Windows unit, Vite output-stream, nextjs-webpack, and other timeout-shaped failures passed on rerun.
  • The 12 remaining substantive E2E failures all also fail on the current stable base run 27160504036: Windows E2E, nextjs-turbopack/hono production E2E, Redis/Mongo/Turso community worlds, and the six local Turbopack dev/prod/Postgres variants. The aggregate required check remains red only because of those base-branch failures.

@pranaygp
pranaygp merged commit 9acd46a into stableJun 8, 2026
128 of 164 checks passed
@pranaygp
pranaygp deleted the backport/pr-2257-to-stable branch June 8, 2026 19:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@pranaygp