Skip to content

[backport] Bump vite + enable step source-map assertions for vite local dev#1919

Merged
TooTallNate merged 2 commits into
stablefrom
nate/backport-vite-step-source-maps-stable
May 4, 2026
Merged

[backport] Bump vite + enable step source-map assertions for vite local dev#1919
TooTallNate merged 2 commits into
stablefrom
nate/backport-vite-step-source-maps-stable

Conversation

@TooTallNate
Copy link
Copy Markdown
Member

The E2E Local Dev Tests (vite - stable) job has been consistently failing on stable with two assertion failures:

FAIL packages/core/e2e/e2e.test.ts > error handling > error propagation > step errors
  > basic step error preserves message and stack trace
AssertionError: expected '...' not to contain '99_e2e.ts'

FAIL packages/core/e2e/e2e.test.ts > error handling > error propagation > step errors
  > cross-file step error preserves message and function names in stack
AssertionError: expected '...' not to contain 'helpers.ts'

Example: https://github.com/vercel/workflow/actions/runs/25334881746/job/74277642761

The tests assert that vite local-dev stack traces should NOT contain user source paths (because hasStepSourceMaps() returns false for vite). But the SDK's actual output DOES contain those paths — vite ^7.3.x preserves step bundle source maps in dev mode.

Already fixed on main in #1827 + #1862. This PR cherry-picks both to stable.

Cherry-picked commits

  1. [workflow] Bump Vite #1827Bump vite

    • workbench/vite/package.json: ^7.1.12^7.3.2
    • workbench/sveltekit/package.json: ^7.1.7^7.3.2
    • pnpm-lock.yaml: regenerated to resolve a conflict with stable's diverged lockfile (re-ran pnpm install --no-frozen-lockfile after applying the package.json changes).
  2. test: enable step source-map assertions for vite local dev #1862test: enable step source-map assertions for vite local dev

    • packages/core/e2e/utils.ts: drop the vite-specific carve-out in hasStepSourceMaps(). Vite local-dev now falls through to the default behavior (returns true when DEV_TEST_CONFIG is set).
    • Empty changeset (test-only change).

Verification

  • pnpm install --frozen-lockfile ✅ passes after the cherry-pick.
  • The hasStepSourceMaps() fall-through for vite local-dev now matches what the SDK actually produces: source maps ARE preserved, so the test correctly asserts expect(stack).toContain('99_e2e.ts').

karthikscale3 and others added 2 commits May 4, 2026 11:16
* test: enable step source-map assertions for vite local dev

Vite ^7.3.2 (bumped in #1827) preserves step bundle source maps in
dev mode, so stack traces now contain original file paths. Update
hasStepSourceMaps() so vite returns true in local dev and stays false
only in local prod, fixing the consistently failing 'basic step error'
and 'cross-file step error' e2e tests.

* chore: drop body from empty changeset

* address review: drop redundant vite local-prod guard

The default `!DEV_TEST_CONFIG` fall-through already returns false for
vite local prod, so the vite-specific guard is dead code. Just remove
the vite block entirely now that vite local dev matches the default
'has source maps' behavior.
Copilot AI review requested due to automatic review settings May 4, 2026 18:17
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 4, 2026

🦋 Changeset detected

Latest commit: 6a0e4e4

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

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 901 0 67 968
❌ 💻 Local Development 724 246 86 1056
✅ 📦 Local Production 970 0 86 1056
✅ 🐘 Local Postgres 970 0 86 1056
✅ 🪟 Windows 88 0 0 88
❌ 🌍 Community Worlds 139 83 0 222
✅ 📋 Other 246 0 18 264
Total 4038 329 343 4710

❌ Failed Tests

💻 Local Development (246 failed)

express-stable (82 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_01KQT3FBFBVG12VAXSNYCD38D5
  • addTenWorkflow | wrun_01KQT3FBFBVG12VAXSNYCD38D5
  • promiseAllWorkflow | wrun_01KQT3FHW2WGJBGAMNDZSXMJGE
  • promiseRaceWorkflow | wrun_01KQT3FP8BASQ5466XKXCXSTAM
  • promiseAnyWorkflow | wrun_01KQT3FR7249NC090DYN5XGT3F
  • readableStreamWorkflow | wrun_01KQT3FTE4CC3V49YCXA40KTZK
  • hookWorkflow | wrun_01KQT3G46PDRTMWS6DEG3JTMDB
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KQT3GF0TYAY99R4R8SAZSFC9
  • webhookWorkflow | wrun_01KQT3GQVESB1RERT68G05X0S0
  • webhook route with invalid token
  • sleepingWorkflow | wrun_01KQT3GZ48VM8PWXBJK9D4XJJ4
  • parallelSleepWorkflow | wrun_01KQT3HBQ529R1GR7G485QDCGA
  • nullByteWorkflow | wrun_01KQT3HFZ73PGND2GCC3M8M8JJ
  • workflowAndStepMetadataWorkflow | wrun_01KQT3HJ4DEZ9GWHKB4EGTHRH3
  • 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_01KQT3KY6TBX4RA7EKRM50CN3V
  • fetchWorkflow | wrun_01KQT3MBM4E4AREH2VEK828ZWX
  • promiseRaceStressTestWorkflow | wrun_01KQT3MEQRJ20E9W676GDHT1EF
  • 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
  • stepDirectCallWorkflow - calling step functions directly outside workflow context
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KQT3QT3GBM426YTQR012P8FP
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KQT3RDQ86BRAJ3F06ZCCEEYK
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KQT3S23PY8CM8584GRTZJGCR
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KQT3SN09P9BEP3470YYQZG22
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KQT3SXGQZFEG4SG7JT60BBDR
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KQT3T2GF5BJWTADVNH3RJN5F
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KQT3T4M25ZRNS3V4JNJ79C58
  • health check endpoint (HTTP) - workflow and step endpoints respond to __health query parameter
  • 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_01KQT3TKEC09ZJVHCJ4R3WFB2Q
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KQT3TRGQNKQNQ5021Q40K85P
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KQT3TYNT6X1F8BH58CN0FME7
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KQT3V4YTM7F1T1T3F7CFMY12
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KQT3VB42HXBX7YB1VQ256ER7
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KQT3VHRKFGBFY0X8TYQC9RXB
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KQT3VS2V39G0R2W5K8ZBHRM7
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KQT3W3MNYXQRVMHC5A95END0
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KQT3WCK45WS5A71RX9NH7KRG
  • cancelRun - cancelling a running workflow | wrun_01KQT3WKWB5DHTECCJQMNGQV0G
  • cancelRun via CLI - cancelling a running workflow | wrun_01KQT3WWMGF0CN6T8VJEZ6C0NA
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KQT3X80RE08SHRQNN3Y86QY0
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KQT3XVB6J6ZFX9NFVXDP6A4F
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KQT3Y6JYGFDQRJSK98TN73QN
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KQT3YCQE5MRPVG85KMESEHN4
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KQT3YESA6HHWR8J7N0F2KFG8
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KQT3YGR7DQ4CWPZ7PXG8VGEK

fastify-stable (82 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_01KQT3FBFBVG12VAXSNYCD38D5
  • addTenWorkflow | wrun_01KQT3FBFBVG12VAXSNYCD38D5
  • promiseAllWorkflow | wrun_01KQT3FHW2WGJBGAMNDZSXMJGE
  • promiseRaceWorkflow | wrun_01KQT3FP8BASQ5466XKXCXSTAM
  • promiseAnyWorkflow | wrun_01KQT3FR7249NC090DYN5XGT3F
  • readableStreamWorkflow | wrun_01KQT3FTE4CC3V49YCXA40KTZK
  • hookWorkflow | wrun_01KQT3G46PDRTMWS6DEG3JTMDB
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KQT3GF0TYAY99R4R8SAZSFC9
  • webhookWorkflow | wrun_01KQT3GQVESB1RERT68G05X0S0
  • webhook route with invalid token
  • sleepingWorkflow | wrun_01KQT3GZ48VM8PWXBJK9D4XJJ4
  • parallelSleepWorkflow | wrun_01KQT3HBQ529R1GR7G485QDCGA
  • nullByteWorkflow | wrun_01KQT3HFZ73PGND2GCC3M8M8JJ
  • workflowAndStepMetadataWorkflow | wrun_01KQT3HJ4DEZ9GWHKB4EGTHRH3
  • 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_01KQT3KY6TBX4RA7EKRM50CN3V
  • fetchWorkflow | wrun_01KQT3MBM4E4AREH2VEK828ZWX
  • promiseRaceStressTestWorkflow | wrun_01KQT3MEQRJ20E9W676GDHT1EF
  • 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
  • stepDirectCallWorkflow - calling step functions directly outside workflow context
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KQT3QT3GBM426YTQR012P8FP
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KQT3RDQ86BRAJ3F06ZCCEEYK
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KQT3S23PY8CM8584GRTZJGCR
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KQT3SN09P9BEP3470YYQZG22
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KQT3SXGQZFEG4SG7JT60BBDR
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KQT3T2GF5BJWTADVNH3RJN5F
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KQT3T4M25ZRNS3V4JNJ79C58
  • health check endpoint (HTTP) - workflow and step endpoints respond to __health query parameter
  • 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_01KQT3TKEC09ZJVHCJ4R3WFB2Q
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KQT3TRGQNKQNQ5021Q40K85P
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KQT3TYNT6X1F8BH58CN0FME7
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KQT3V4YTM7F1T1T3F7CFMY12
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KQT3VB42HXBX7YB1VQ256ER7
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KQT3VHRKFGBFY0X8TYQC9RXB
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KQT3VS2V39G0R2W5K8ZBHRM7
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KQT3W3MNYXQRVMHC5A95END0
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KQT3WCK45WS5A71RX9NH7KRG
  • cancelRun - cancelling a running workflow | wrun_01KQT3WKWB5DHTECCJQMNGQV0G
  • cancelRun via CLI - cancelling a running workflow | wrun_01KQT3WWMGF0CN6T8VJEZ6C0NA
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KQT3X80RE08SHRQNN3Y86QY0
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KQT3XVB6J6ZFX9NFVXDP6A4F
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KQT3Y6JYGFDQRJSK98TN73QN
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KQT3YCQE5MRPVG85KMESEHN4
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KQT3YESA6HHWR8J7N0F2KFG8
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KQT3YGR7DQ4CWPZ7PXG8VGEK

hono-stable (82 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_01KQT3FBFBVG12VAXSNYCD38D5
  • addTenWorkflow | wrun_01KQT3FBFBVG12VAXSNYCD38D5
  • promiseAllWorkflow | wrun_01KQT3FHW2WGJBGAMNDZSXMJGE
  • promiseRaceWorkflow | wrun_01KQT3FP8BASQ5466XKXCXSTAM
  • promiseAnyWorkflow | wrun_01KQT3FR7249NC090DYN5XGT3F
  • readableStreamWorkflow | wrun_01KQT3FTE4CC3V49YCXA40KTZK
  • hookWorkflow | wrun_01KQT3G46PDRTMWS6DEG3JTMDB
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KQT3GF0TYAY99R4R8SAZSFC9
  • webhookWorkflow | wrun_01KQT3GQVESB1RERT68G05X0S0
  • webhook route with invalid token
  • sleepingWorkflow | wrun_01KQT3GZ48VM8PWXBJK9D4XJJ4
  • parallelSleepWorkflow | wrun_01KQT3HBQ529R1GR7G485QDCGA
  • nullByteWorkflow | wrun_01KQT3HFZ73PGND2GCC3M8M8JJ
  • workflowAndStepMetadataWorkflow | wrun_01KQT3HJ4DEZ9GWHKB4EGTHRH3
  • 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_01KQT3KY6TBX4RA7EKRM50CN3V
  • fetchWorkflow | wrun_01KQT3MBM4E4AREH2VEK828ZWX
  • promiseRaceStressTestWorkflow | wrun_01KQT3MEQRJ20E9W676GDHT1EF
  • 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
  • stepDirectCallWorkflow - calling step functions directly outside workflow context
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KQT3QT3GBM426YTQR012P8FP
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KQT3RDQ86BRAJ3F06ZCCEEYK
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KQT3S23PY8CM8584GRTZJGCR
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KQT3SN09P9BEP3470YYQZG22
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KQT3SXGQZFEG4SG7JT60BBDR
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KQT3T2GF5BJWTADVNH3RJN5F
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KQT3T4M25ZRNS3V4JNJ79C58
  • health check endpoint (HTTP) - workflow and step endpoints respond to __health query parameter
  • 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_01KQT3TKEC09ZJVHCJ4R3WFB2Q
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KQT3TRGQNKQNQ5021Q40K85P
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KQT3TYNT6X1F8BH58CN0FME7
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KQT3V4YTM7F1T1T3F7CFMY12
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KQT3VB42HXBX7YB1VQ256ER7
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KQT3VHRKFGBFY0X8TYQC9RXB
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KQT3VS2V39G0R2W5K8ZBHRM7
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KQT3W3MNYXQRVMHC5A95END0
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KQT3WCK45WS5A71RX9NH7KRG
  • cancelRun - cancelling a running workflow | wrun_01KQT3WKWB5DHTECCJQMNGQV0G
  • cancelRun via CLI - cancelling a running workflow | wrun_01KQT3WWMGF0CN6T8VJEZ6C0NA
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KQT3X80RE08SHRQNN3Y86QY0
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KQT3XVB6J6ZFX9NFVXDP6A4F
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KQT3Y6JYGFDQRJSK98TN73QN
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KQT3YCQE5MRPVG85KMESEHN4
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KQT3YESA6HHWR8J7N0F2KFG8
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KQT3YGR7DQ4CWPZ7PXG8VGEK
🌍 Community Worlds (83 failed)

mongodb (11 failed):

  • readableStreamWorkflow | wrun_01KQT3FTE4CC3V49YCXA40KTZK
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KQT3GF0TYAY99R4R8SAZSFC9
  • webhookWorkflow | wrun_01KQT3GQVESB1RERT68G05X0S0
  • outputStreamWorkflow no startIndex (reads all chunks)
  • 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_01KQT3KY6TBX4RA7EKRM50CN3V
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KQT3RDQ86BRAJ3F06ZCCEEYK
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KQT3YGR7DQ4CWPZ7PXG8VGEK

redis (7 failed):

  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KQT3GF0TYAY99R4R8SAZSFC9
  • 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
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KQT3RDQ86BRAJ3F06ZCCEEYK
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KQT3YGR7DQ4CWPZ7PXG8VGEK

turso (65 failed):

  • addTenWorkflow | wrun_01KQT3FBFBVG12VAXSNYCD38D5
  • addTenWorkflow | wrun_01KQT3FBFBVG12VAXSNYCD38D5
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KQT3H4R6SJD6A42YJS2ABWQ5
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KQT3FHW2WGJBGAMNDZSXMJGE
  • promiseRaceWorkflow | wrun_01KQT3FP8BASQ5466XKXCXSTAM
  • promiseAnyWorkflow | wrun_01KQT3FR7249NC090DYN5XGT3F
  • importedStepOnlyWorkflow | wrun_01KQT3HEM83G8SG7C6R17MACB6
  • readableStreamWorkflow | wrun_01KQT3FTE4CC3V49YCXA40KTZK
  • hookWorkflow | wrun_01KQT3G46PDRTMWS6DEG3JTMDB
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KQT3GF0TYAY99R4R8SAZSFC9
  • webhookWorkflow | wrun_01KQT3GQVESB1RERT68G05X0S0
  • sleepingWorkflow | wrun_01KQT3GZ48VM8PWXBJK9D4XJJ4
  • parallelSleepWorkflow | wrun_01KQT3HBQ529R1GR7G485QDCGA
  • nullByteWorkflow | wrun_01KQT3HFZ73PGND2GCC3M8M8JJ
  • workflowAndStepMetadataWorkflow | wrun_01KQT3HJ4DEZ9GWHKB4EGTHRH3
  • 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_01KQT3KY6TBX4RA7EKRM50CN3V
  • fetchWorkflow | wrun_01KQT3MBM4E4AREH2VEK828ZWX
  • promiseRaceStressTestWorkflow | wrun_01KQT3MEQRJ20E9W676GDHT1EF
  • 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_01KQT3QT3GBM426YTQR012P8FP
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KQT3RDQ86BRAJ3F06ZCCEEYK
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KQT3S23PY8CM8584GRTZJGCR
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KQT3SN09P9BEP3470YYQZG22
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KQT3SXGQZFEG4SG7JT60BBDR
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KQT3T2GF5BJWTADVNH3RJN5F
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KQT3T4M25ZRNS3V4JNJ79C58
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KQT3TKEC09ZJVHCJ4R3WFB2Q
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KQT3TRGQNKQNQ5021Q40K85P
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KQT3TYNT6X1F8BH58CN0FME7
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KQT3V4YTM7F1T1T3F7CFMY12
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KQT3VB42HXBX7YB1VQ256ER7
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KQT3VHRKFGBFY0X8TYQC9RXB
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KQT3VS2V39G0R2W5K8ZBHRM7
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KQT3W3MNYXQRVMHC5A95END0
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KQT3WCK45WS5A71RX9NH7KRG
  • cancelRun - cancelling a running workflow | wrun_01KQT3WKWB5DHTECCJQMNGQV0G
  • cancelRun via CLI - cancelling a running workflow | wrun_01KQT3WWMGF0CN6T8VJEZ6C0NA
  • 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_01KQT3X80RE08SHRQNN3Y86QY0
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KQT3XVB6J6ZFX9NFVXDP6A4F
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KQT3Y6JYGFDQRJSK98TN73QN
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KQT3YCQE5MRPVG85KMESEHN4
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KQT3YESA6HHWR8J7N0F2KFG8
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KQT3YGR7DQ4CWPZ7PXG8VGEK

Details by Category

✅ ▲ Vercel Production
App Passed Failed Skipped
✅ astro 81 0 7
✅ example 81 0 7
✅ express 81 0 7
✅ fastify 81 0 7
✅ hono 81 0 7
✅ nextjs-turbopack 86 0 2
✅ nextjs-webpack 86 0 2
✅ nitro 81 0 7
✅ nuxt 81 0 7
✅ sveltekit 81 0 7
✅ vite 81 0 7
❌ 💻 Local Development
App Passed Failed Skipped
✅ astro-stable 82 0 6
❌ express-stable 0 82 6
❌ fastify-stable 0 82 6
❌ hono-stable 0 82 6
✅ nextjs-turbopack-canary 69 0 19
✅ nextjs-turbopack-stable 88 0 0
✅ nextjs-webpack-canary 69 0 19
✅ nextjs-webpack-stable 88 0 0
✅ nitro-stable 82 0 6
✅ nuxt-stable 82 0 6
✅ sveltekit-stable 82 0 6
✅ vite-stable 82 0 6
✅ 📦 Local Production
App Passed Failed Skipped
✅ astro-stable 82 0 6
✅ express-stable 82 0 6
✅ fastify-stable 82 0 6
✅ hono-stable 82 0 6
✅ nextjs-turbopack-canary 69 0 19
✅ nextjs-turbopack-stable 88 0 0
✅ nextjs-webpack-canary 69 0 19
✅ nextjs-webpack-stable 88 0 0
✅ nitro-stable 82 0 6
✅ nuxt-stable 82 0 6
✅ sveltekit-stable 82 0 6
✅ vite-stable 82 0 6
✅ 🐘 Local Postgres
App Passed Failed Skipped
✅ astro-stable 82 0 6
✅ express-stable 82 0 6
✅ fastify-stable 82 0 6
✅ hono-stable 82 0 6
✅ nextjs-turbopack-canary 69 0 19
✅ nextjs-turbopack-stable 88 0 0
✅ nextjs-webpack-canary 69 0 19
✅ nextjs-webpack-stable 88 0 0
✅ nitro-stable 82 0 6
✅ nuxt-stable 82 0 6
✅ sveltekit-stable 82 0 6
✅ vite-stable 82 0 6
✅ 🪟 Windows
App Passed Failed Skipped
✅ nextjs-turbopack 88 0 0
❌ 🌍 Community Worlds
App Passed Failed Skipped
✅ mongodb-dev 5 0 0
❌ mongodb 58 11 0
✅ redis-dev 5 0 0
❌ redis 62 7 0
✅ turso-dev 5 0 0
❌ turso 4 65 0
✅ 📋 Other
App Passed Failed Skipped
✅ e2e-local-dev-nest-stable 82 0 6
✅ e2e-local-postgres-nest-stable 82 0 6
✅ e2e-local-prod-nest-stable 82 0 6

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview, Comment May 4, 2026 6:21pm
example-nextjs-workflow-webpack Ready Ready Preview, Comment May 4, 2026 6:21pm
example-workflow Ready Ready Preview, Comment May 4, 2026 6:21pm
workbench-astro-workflow Ready Ready Preview, Comment May 4, 2026 6:21pm
workbench-express-workflow Ready Ready Preview, Comment May 4, 2026 6:21pm
workbench-fastify-workflow Ready Ready Preview, Comment May 4, 2026 6:21pm
workbench-hono-workflow Ready Ready Preview, Comment May 4, 2026 6:21pm
workbench-nitro-workflow Ready Ready Preview, Comment May 4, 2026 6:21pm
workbench-nuxt-workflow Ready Ready Preview, Comment May 4, 2026 6:21pm
workbench-sveltekit-workflow Ready Ready Preview, Comment May 4, 2026 6:21pm
workbench-tanstack-start-workflow Error Error May 4, 2026 6:21pm
workbench-vite-workflow Ready Ready Preview, Comment May 4, 2026 6:21pm
workflow-swc-playground Ready Ready Preview, Comment May 4, 2026 6:21pm
workflow-tarballs Ready Ready Preview, Comment May 4, 2026 6:21pm
workflow-web Ready Ready Preview, Comment May 4, 2026 6:21pm

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Backports the main-branch fix for failing stable E2E “vite local dev” tests by aligning the step source-map expectation logic with Vite’s current dev-mode behavior, alongside bumping Vite to the intended version across workbenches.

Changes:

  • Bump vite to ^7.3.2 in the Vite and SvelteKit workbenches and update pnpm-lock.yaml accordingly.
  • Update hasStepSourceMaps() to no longer treat vite as a special case (so vite local-dev participates in step source-map assertions when DEV_TEST_CONFIG is set).
  • Add an empty changeset entry (test-only/backport bookkeeping).

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
workbench/vite/package.json Bumps Vite devDependency to ^7.3.2 (and minor devDependency reordering).
workbench/sveltekit/package.json Bumps Vite devDependency to ^7.3.2 for SvelteKit workbench consistency.
pnpm-lock.yaml Lockfile regeneration to reflect the Vite bump and dependency graph updates.
packages/core/e2e/utils.ts Removes vite-specific “no step sourcemaps” carve-out so local-dev expectations match actual stacks.
.changeset/fix-vite-step-source-maps-e2e.md Adds an empty changeset file for this backport/test-only change.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TooTallNate TooTallNate merged commit 077eb2a into stable May 4, 2026
88 of 92 checks passed
@TooTallNate TooTallNate deleted the nate/backport-vite-step-source-maps-stable branch May 4, 2026 18:30
Sign up for free to 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.

3 participants