Skip to content

[test] workflow-server PR #331#1355

Draft
workflow-devkit-release-bot[bot] wants to merge 1 commit intomainfrom
test/server-pr-331
Draft

[test] workflow-server PR #331#1355
workflow-devkit-release-bot[bot] wants to merge 1 commit intomainfrom
test/server-pr-331

Conversation

@workflow-devkit-release-bot
Copy link
Contributor

This PR was automatically created to test a workflow-server preview deployment.


This PR will be automatically closed after 24 hours.

@changeset-bot
Copy link

changeset-bot bot commented Mar 12, 2026

⚠️ No Changeset found

Latest commit: 4da1554

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

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

Click here to learn what changesets are, and how to add one.

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

@vercel
Copy link
Contributor

vercel bot commented Mar 12, 2026

@github-actions
Copy link
Contributor

github-actions bot commented Mar 12, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
❌ ▲ Vercel Production 469 102 67 638
Total 469 102 67 638

❌ Failed Tests

▲ Vercel Production (102 failed)

astro (9 failed):

  • addTenWorkflow
  • error handling error propagation step errors basic step error preserves message and stack trace
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun via CLI - cancelling a running workflow
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control)

example (10 failed):

  • addTenWorkflow
  • hookWorkflow
  • error handling error propagation step errors basic step error preserves message and stack trace
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • ChainableService.processWithThis - static step methods using this to reference the class
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • cancelRun - cancelling a running workflow
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep

express (11 failed):

  • addTenWorkflow
  • hookWorkflow
  • error handling error propagation step errors basic step error preserves message and stack trace
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • cancelRun - cancelling a running workflow
  • cancelRun via CLI - cancelling a running workflow
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep

fastify (8 failed):

  • addTenWorkflow
  • error handling error propagation step errors basic step error preserves message and stack trace
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun via CLI - cancelling a running workflow

hono (9 failed):

  • addTenWorkflow
  • error handling error propagation step errors basic step error preserves message and stack trace
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • cancelRun - cancelling a running workflow
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep

nextjs-turbopack (8 failed):

  • addTenWorkflow
  • error handling error propagation step errors basic step error preserves message and stack trace
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • ChainableService.processWithThis - static step methods using this to reference the class
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • cancelRun - cancelling a running workflow

nextjs-webpack (6 failed):

  • addTenWorkflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun via CLI - cancelling a running workflow

nitro (8 failed):

  • addTenWorkflow
  • error handling error propagation step errors basic step error preserves message and stack trace
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • cancelRun - cancelling a running workflow
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep

nuxt (10 failed):

  • addTenWorkflow
  • hookWorkflow
  • error handling error propagation step errors basic step error preserves message and stack trace
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun via CLI - cancelling a running workflow
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control)

sveltekit (11 failed):

  • addTenWorkflow
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling retry behavior workflow completes despite transient 5xx on step_completed
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • cancelRun - cancelling a running workflow
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep

vite (12 failed):

  • addTenWorkflow
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling retry behavior workflow completes despite transient 5xx on step_completed
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • ChainableService.processWithThis - static step methods using this to reference the class
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • cancelRun - cancelling a running workflow
  • cancelRun via CLI - cancelling a running workflow
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep

Details by Category

❌ ▲ Vercel Production
App Passed Failed Skipped
❌ astro 42 9 7
❌ example 41 10 7
❌ express 40 11 7
❌ fastify 43 8 7
❌ hono 42 9 7
❌ nextjs-turbopack 48 8 2
❌ nextjs-webpack 50 6 2
❌ nitro 43 8 7
❌ nuxt 41 10 7
❌ sveltekit 40 11 7
❌ vite 39 12 7

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

@github-actions
Copy link
Contributor

No benchmark result files found in benchmark-results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants