Skip to content

e2e tests for #1354#1407

Closed
VaguelySerious wants to merge 4 commits intomainfrom
peter/fix-1349-test
Closed

e2e tests for #1354#1407
VaguelySerious wants to merge 4 commits intomainfrom
peter/fix-1349-test

Conversation

@VaguelySerious
Copy link
Member

e2e tests for #1354

Sigmabrogz and others added 4 commits March 12, 2026 19:06
Fixes #1349.

This commit addresses the issue where `run.getReadable()`/`run.readable` do not
properly propagate cancellation on disconnect. It implements the `cancel(reason)`
method on `WorkflowServerReadableStream` to ensure it delegates cancellation
to its inner reader.

Additionally, this ensures that `flushablePipe` properly propagates the cancellation
to the source stream instead of only releasing locks, thereby cleaning up listeners.

Signed-off-by: Sigmabrogz <bnb1000bnb@gmail.com>
Signed-off-by: Sigmabrogz <sigmabrogz@gmail.com>
@changeset-bot
Copy link

changeset-bot bot commented Mar 16, 2026

🦋 Changeset detected

Latest commit: 4c54e76

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

This PR includes changesets to release 16 packages
Name Type
@workflow/core Patch
@workflow/builders Patch
@workflow/cli Patch
@workflow/next Patch
@workflow/nitro Patch
@workflow/vitest Patch
@workflow/web-shared Patch
workflow Patch
@workflow/world-testing Patch
@workflow/astro Patch
@workflow/nest Patch
@workflow/rollup Patch
@workflow/sveltekit Patch
@workflow/vite Patch
@workflow/nuxt Patch
@workflow/ai Patch

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
Copy link
Contributor

vercel bot commented Mar 16, 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 Mar 16, 2026 9:19pm
example-nextjs-workflow-webpack Ready Ready Preview, Comment Mar 16, 2026 9:19pm
example-workflow Ready Ready Preview, Comment Mar 16, 2026 9:19pm
workbench-astro-workflow Ready Ready Preview, Comment Mar 16, 2026 9:19pm
workbench-express-workflow Ready Ready Preview, Comment Mar 16, 2026 9:19pm
workbench-fastify-workflow Ready Ready Preview, Comment Mar 16, 2026 9:19pm
workbench-hono-workflow Ready Ready Preview, Comment Mar 16, 2026 9:19pm
workbench-nitro-workflow Ready Ready Preview, Comment Mar 16, 2026 9:19pm
workbench-nuxt-workflow Ready Ready Preview, Comment Mar 16, 2026 9:19pm
workbench-sveltekit-workflow Ready Ready Preview, Comment Mar 16, 2026 9:19pm
workbench-vite-workflow Ready Ready Preview, Comment Mar 16, 2026 9:19pm
workflow-docs Ready Ready Preview, Comment, Open in v0 Mar 16, 2026 9:19pm
workflow-nest Ready Ready Preview, Comment Mar 16, 2026 9:19pm
workflow-swc-playground Ready Ready Preview, Comment Mar 16, 2026 9:19pm

@github-actions
Copy link
Contributor

github-actions bot commented Mar 16, 2026

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Nitro 0.042s (+19.1% 🔺) 1.005s (~) 0.963s 10 1.00x
💻 Local Express 0.044s (+6.6% 🔺) 1.006s (~) 0.962s 10 1.03x
🐘 Postgres Express 0.047s (-24.2% 🟢) 1.011s (~) 0.964s 10 1.11x
💻 Local Next.js (Turbopack) 0.050s 1.006s 0.956s 10 1.18x
🌐 Redis Next.js (Turbopack) 0.052s 1.005s 0.953s 10 1.23x
🐘 Postgres Next.js (Turbopack) 0.058s 1.011s 0.953s 10 1.37x
🐘 Postgres Nitro 0.062s (+6.9% 🔺) 1.024s (+1.3%) 0.962s 10 1.46x
🌐 MongoDB Next.js (Turbopack) 0.084s 1.008s 0.923s 10 1.99x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 0.482s (-7.3% 🟢) 2.166s (-15.5% 🟢) 1.683s 10 1.00x
▲ Vercel Express 0.625s (+41.5% 🔺) 2.331s (+12.2% 🔺) 1.707s 10 1.29x
▲ Vercel Next.js (Turbopack) 0.690s (-1.6%) 2.899s (+14.6% 🔺) 2.209s 10 1.43x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 1.113s 2.006s 0.892s 10 1.00x
🐘 Postgres Express 1.121s (-2.2%) 2.019s (~) 0.899s 10 1.01x
🐘 Postgres Nitro 1.123s (-4.4%) 2.013s (~) 0.890s 10 1.01x
💻 Local Nitro 1.128s (+3.3%) 2.006s (~) 0.877s 10 1.01x
💻 Local Express 1.129s (~) 2.007s (~) 0.878s 10 1.01x
🌐 Redis Next.js (Turbopack) 1.129s 2.007s 0.877s 10 1.01x
🐘 Postgres Next.js (Turbopack) 1.142s 2.011s 0.869s 10 1.03x
🌐 MongoDB Next.js (Turbopack) 1.306s 2.008s 0.701s 10 1.17x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 2.029s (-4.8%) 3.871s (+0.8%) 1.842s 10 1.00x
▲ Vercel Nitro 2.031s (-4.1%) 3.618s (-8.4% 🟢) 1.587s 10 1.00x
▲ Vercel Express 2.097s (+1.2%) 3.576s (+11.9% 🔺) 1.480s 10 1.03x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

workflow with 10 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 10.685s (-2.3%) 11.038s (~) 0.353s 3 1.00x
🐘 Postgres Nitro 10.714s (-1.9%) 11.039s (~) 0.325s 3 1.00x
🌐 Redis Next.js (Turbopack) 10.747s 11.024s 0.277s 3 1.01x
💻 Local Next.js (Turbopack) 10.797s 11.024s 0.227s 3 1.01x
💻 Local Nitro 10.877s (+2.4%) 11.023s (~) 0.146s 3 1.02x
🐘 Postgres Next.js (Turbopack) 10.883s 11.038s 0.155s 3 1.02x
💻 Local Express 10.950s (+0.6%) 11.023s (~) 0.073s 3 1.02x
🌐 MongoDB Next.js (Turbopack) 12.192s 13.015s 0.823s 3 1.14x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 16.753s (-5.8% 🟢) 19.700s (+0.6%) 2.947s 2 1.00x
▲ Vercel Nitro 17.000s (-1.3%) 19.034s (+0.7%) 2.035s 2 1.01x
▲ Vercel Express 17.767s (+6.2% 🔺) 19.040s (+3.3%) 1.274s 2 1.06x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

workflow with 25 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Nitro 26.639s (-2.0%) 27.063s (-3.6%) 0.424s 3 1.00x
🐘 Postgres Express 26.660s (-1.7%) 27.060s (-3.6%) 0.400s 3 1.00x
🌐 Redis Next.js (Turbopack) 26.718s 27.052s 0.333s 3 1.00x
🐘 Postgres Next.js (Turbopack) 27.096s 27.391s 0.296s 3 1.02x
💻 Local Next.js (Turbopack) 27.169s 28.054s 0.885s 3 1.02x
💻 Local Nitro 27.491s (+2.8%) 28.052s (+3.7%) 0.561s 3 1.03x
💻 Local Express 27.573s (~) 28.054s (~) 0.481s 3 1.04x
🌐 MongoDB Next.js (Turbopack) 30.379s 31.030s 0.651s 2 1.14x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 42.952s (-5.9% 🟢) 44.408s (-6.9% 🟢) 1.456s 2 1.00x
▲ Vercel Next.js (Turbopack) 43.958s (-2.0%) 46.404s (~) 2.446s 2 1.02x
▲ Vercel Express 45.063s (-7.3% 🟢) 46.594s (-6.6% 🟢) 1.530s 2 1.05x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

workflow with 50 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Nitro 53.132s (-1.9%) 54.099s (-0.9%) 0.967s 2 1.00x
🐘 Postgres Express 53.200s (-1.7%) 54.107s (-0.9%) 0.907s 2 1.00x
🌐 Redis Next.js (Turbopack) 53.395s 54.098s 0.703s 2 1.00x
🐘 Postgres Next.js (Turbopack) 54.032s 54.095s 0.064s 2 1.02x
💻 Local Next.js (Turbopack) 55.974s 56.104s 0.130s 2 1.05x
💻 Local Nitro 56.681s (+3.3%) 57.102s (+3.6%) 0.422s 2 1.07x
💻 Local Express 56.749s (~) 57.105s (~) 0.356s 2 1.07x
🌐 MongoDB Next.js (Turbopack) 60.495s 61.047s 0.552s 2 1.14x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 95.384s (-10.5% 🟢) 96.958s (-10.6% 🟢) 1.574s 1 1.00x
▲ Vercel Express 101.269s (-5.6% 🟢) 102.300s (-6.2% 🟢) 1.031s 1 1.06x
▲ Vercel Nitro 108.954s (+3.7%) 110.898s (+3.7%) 1.944s 1 1.14x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Promise.all with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🌐 Redis 🥇 Next.js (Turbopack) 1.259s 2.007s 0.747s 15 1.00x
🐘 Postgres Express 1.316s (-7.7% 🟢) 2.012s (~) 0.696s 15 1.05x
🐘 Postgres Nitro 1.352s (-5.0% 🟢) 2.011s (~) 0.659s 15 1.07x
🐘 Postgres Next.js (Turbopack) 1.434s 2.010s 0.576s 15 1.14x
💻 Local Nitro 1.505s (+5.8% 🔺) 2.005s (~) 0.500s 15 1.20x
💻 Local Express 1.526s (+2.0%) 2.006s (~) 0.480s 15 1.21x
💻 Local Next.js (Turbopack) 1.552s 2.006s 0.453s 15 1.23x
🌐 MongoDB Next.js (Turbopack) 2.217s 3.008s 0.791s 10 1.76x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.503s (-16.3% 🟢) 3.805s (-7.2% 🟢) 1.302s 8 1.00x
▲ Vercel Nitro 2.565s (-5.9% 🟢) 4.835s (+15.4% 🔺) 2.271s 7 1.02x
▲ Vercel Next.js (Turbopack) 3.405s (+21.6% 🔺) 5.164s (+19.3% 🔺) 1.759s 6 1.36x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.all with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Nitro 2.489s (-4.9%) 3.011s (~) 0.522s 10 1.00x
🐘 Postgres Express 2.502s (-2.8%) 3.014s (~) 0.512s 10 1.01x
🌐 Redis Next.js (Turbopack) 2.543s 3.008s 0.464s 10 1.02x
🐘 Postgres Next.js (Turbopack) 2.597s 3.012s 0.414s 10 1.04x
💻 Local Next.js (Turbopack) 2.679s 3.008s 0.328s 10 1.08x
💻 Local Express 2.880s (+2.1%) 3.341s (+11.1% 🔺) 0.461s 9 1.16x
💻 Local Nitro 2.964s (+17.0% 🔺) 3.453s (+14.8% 🔺) 0.489s 9 1.19x
🌐 MongoDB Next.js (Turbopack) 4.698s 5.343s 0.645s 6 1.89x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.680s (-5.3% 🟢) 3.771s (-7.2% 🟢) 1.090s 8 1.00x
▲ Vercel Next.js (Turbopack) 2.908s (-14.8% 🟢) 5.031s (-4.9%) 2.123s 7 1.08x
▲ Vercel Nitro 3.123s (+19.2% 🔺) 4.795s (+9.9% 🔺) 1.672s 7 1.17x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Promise.all with 50 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 3.950s (~) 4.585s (+3.1%) 0.635s 7 1.00x
🐘 Postgres Nitro 4.036s (-1.1%) 4.585s (+3.1%) 0.548s 7 1.02x
🌐 Redis Next.js (Turbopack) 4.136s 5.012s 0.875s 6 1.05x
🐘 Postgres Next.js (Turbopack) 4.361s 5.017s 0.656s 6 1.10x
💻 Local Next.js (Turbopack) 7.508s 8.020s 0.512s 4 1.90x
💻 Local Express 7.803s (-6.9% 🟢) 8.268s (-5.7% 🟢) 0.466s 4 1.98x
💻 Local Nitro 7.875s (+13.9% 🔺) 8.268s (+14.6% 🔺) 0.393s 4 1.99x
🌐 MongoDB Next.js (Turbopack) 9.769s 10.347s 0.577s 3 2.47x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.828s (-6.3% 🟢) 4.314s (-7.4% 🟢) 1.487s 8 1.00x
▲ Vercel Express 3.455s (+18.5% 🔺) 5.365s (+26.1% 🔺) 1.910s 6 1.22x
▲ Vercel Next.js (Turbopack) 3.524s (-19.2% 🟢) 5.220s (-24.0% 🟢) 1.695s 6 1.25x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.race with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🌐 Redis 🥇 Next.js (Turbopack) 1.297s 2.006s 0.710s 15 1.00x
🐘 Postgres Express 1.304s (-5.3% 🟢) 2.011s (~) 0.707s 15 1.01x
🐘 Postgres Nitro 1.325s (-7.2% 🟢) 2.011s (~) 0.685s 15 1.02x
🐘 Postgres Next.js (Turbopack) 1.432s 2.011s 0.579s 15 1.10x
💻 Local Nitro 1.496s (~) 2.005s (~) 0.509s 15 1.15x
💻 Local Express 1.501s (-1.4%) 2.006s (~) 0.505s 15 1.16x
💻 Local Next.js (Turbopack) 1.553s 2.006s 0.452s 15 1.20x
🌐 MongoDB Next.js (Turbopack) 2.189s 3.008s 0.819s 10 1.69x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.170s (-5.9% 🟢) 4.266s (+8.5% 🔺) 2.096s 8 1.00x
▲ Vercel Next.js (Turbopack) 2.188s (-8.1% 🟢) 4.205s (-2.4%) 2.018s 8 1.01x
▲ Vercel Express 2.594s (+14.2% 🔺) 4.192s (+21.4% 🔺) 1.599s 8 1.20x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

Promise.race with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 2.475s (-4.9%) 3.011s (~) 0.536s 10 1.00x
🐘 Postgres Nitro 2.525s (+1.3%) 3.011s (~) 0.487s 10 1.02x
🌐 Redis Next.js (Turbopack) 2.559s 3.008s 0.449s 10 1.03x
🐘 Postgres Next.js (Turbopack) 2.647s 3.013s 0.365s 10 1.07x
💻 Local Express 2.943s (-2.5%) 3.109s (-17.3% 🟢) 0.166s 10 1.19x
💻 Local Nitro 3.034s (+15.0% 🔺) 3.885s (+29.1% 🔺) 0.851s 8 1.23x
💻 Local Next.js (Turbopack) 3.065s 3.761s 0.696s 8 1.24x
🌐 MongoDB Next.js (Turbopack) 4.621s 5.175s 0.554s 6 1.87x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.864s (+4.7%) 4.526s (+10.4% 🔺) 1.663s 8 1.00x
▲ Vercel Nitro 2.891s (+9.6% 🔺) 4.640s (+13.4% 🔺) 1.749s 7 1.01x
▲ Vercel Next.js (Turbopack) 2.935s (+1.0%) 4.492s (-3.4%) 1.557s 7 1.02x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 50 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 4.073s (+2.9%) 4.587s (~) 0.514s 7 1.00x
🐘 Postgres Nitro 4.127s (+1.5%) 4.588s (+3.2%) 0.461s 7 1.01x
🌐 Redis Next.js (Turbopack) 4.245s 4.868s 0.623s 7 1.04x
🐘 Postgres Next.js (Turbopack) 4.910s 5.685s 0.776s 6 1.21x
💻 Local Next.js (Turbopack) 8.289s 8.517s 0.228s 4 2.04x
💻 Local Express 8.500s (+2.6%) 9.023s (~) 0.523s 4 2.09x
💻 Local Nitro 8.687s (+16.4% 🔺) 9.025s (+12.5% 🔺) 0.338s 4 2.13x
🌐 MongoDB Next.js (Turbopack) 10.002s 10.346s 0.345s 3 2.46x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.630s (-11.4% 🟢) 4.271s (-6.3% 🟢) 1.641s 8 1.00x
▲ Vercel Nitro 2.997s (-79.6% 🟢) 4.435s (-72.9% 🟢) 1.437s 7 1.14x
▲ Vercel Next.js (Turbopack) 3.728s (-10.5% 🟢) 5.747s (~) 2.019s 6 1.42x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Stream Benchmarks (includes TTFB metrics)
workflow with stream

💻 Local Development

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Nitro 0.163s (-21.3% 🟢) 0.999s (+0.6%) 0.001s (-25.0% 🟢) 1.012s (~) 0.849s 10 1.00x
🐘 Postgres Express 0.165s (-24.5% 🟢) 0.999s (+0.6%) 0.002s (~) 1.013s (~) 0.848s 10 1.01x
💻 Local Next.js (Turbopack) 0.168s 1.002s 0.012s 1.018s 0.849s 10 1.03x
🌐 Redis Next.js (Turbopack) 0.173s 1.000s 0.002s 1.008s 0.834s 10 1.06x
💻 Local Nitro 0.197s (+43.7% 🔺) 1.002s (~) 0.012s (+23.2% 🔺) 1.017s (~) 0.820s 10 1.21x
💻 Local Express 0.211s (+7.3% 🔺) 1.002s (~) 0.011s (-3.6%) 1.017s (~) 0.805s 10 1.30x
🐘 Postgres Next.js (Turbopack) 0.219s 1.001s 0.002s 1.012s 0.793s 10 1.34x
🌐 MongoDB Next.js (Turbopack) 0.493s 0.955s 0.002s 1.009s 0.515s 10 3.02x

▲ Production (Vercel)

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 1.627s (-16.6% 🟢) 2.361s (-26.7% 🟢) 0.012s (+120.8% 🔺) 3.081s (-19.7% 🟢) 1.453s 10 1.00x
▲ Vercel Express 1.635s (-7.0% 🟢) 3.134s (+9.2% 🔺) 0.009s (-97.4% 🟢) 3.568s (-6.0% 🟢) 1.933s 10 1.00x
▲ Vercel Next.js (Turbopack) 1.903s (-4.8%) 3.102s (+3.5%) 0.471s (+3759.8% 🔺) 4.286s (+18.7% 🔺) 2.382s 10 1.17x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World 🥇 Fastest Framework Wins
💻 Local Next.js (Turbopack) 8/12
🐘 Postgres Express 8/12
▲ Vercel Nitro 5/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework 🥇 Fastest World Wins
Express 🐘 Postgres 9/12
Next.js (Turbopack) 🌐 Redis 7/12
Nitro 🐘 Postgres 9/12
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions
Copy link
Contributor

github-actions bot commented Mar 16, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 560 0 67 627
✅ 💻 Local Development 600 0 84 684
✅ 📦 Local Production 600 0 84 684
❌ 🐘 Local Postgres 599 1 84 684
✅ 🪟 Windows 54 0 3 57
❌ 🌍 Community Worlds 116 55 15 186
✅ 📋 Other 144 0 27 171
Total 2673 56 364 3093

❌ Failed Tests

🐘 Local Postgres (1 failed)

nextjs-webpack-stable (1 failed):

  • webhookWorkflow
🌍 Community Worlds (55 failed)

mongodb (3 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

redis (2 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

turso (50 failed):

  • addTenWorkflow
  • addTenWorkflow
  • wellKnownAgentWorkflow (.well-known/agent)
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • importedStepOnlyWorkflow
  • hookWorkflow
  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • sleepingWorkflow
  • parallelSleepWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • 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
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun - cancelling a running workflow
  • cancelRun via CLI - cancelling a running workflow
  • 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
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control)

Details by Category

✅ ▲ Vercel Production
App Passed Failed Skipped
✅ astro 50 0 7
✅ example 50 0 7
✅ express 50 0 7
✅ fastify 50 0 7
✅ hono 50 0 7
✅ nextjs-turbopack 55 0 2
✅ nextjs-webpack 55 0 2
✅ nitro 50 0 7
✅ nuxt 50 0 7
✅ sveltekit 50 0 7
✅ vite 50 0 7
✅ 💻 Local Development
App Passed Failed Skipped
✅ astro-stable 48 0 9
✅ express-stable 48 0 9
✅ fastify-stable 48 0 9
✅ hono-stable 48 0 9
✅ nextjs-turbopack-canary 54 0 3
✅ nextjs-turbopack-stable 54 0 3
✅ nextjs-webpack-canary 54 0 3
✅ nextjs-webpack-stable 54 0 3
✅ nitro-stable 48 0 9
✅ nuxt-stable 48 0 9
✅ sveltekit-stable 48 0 9
✅ vite-stable 48 0 9
✅ 📦 Local Production
App Passed Failed Skipped
✅ astro-stable 48 0 9
✅ express-stable 48 0 9
✅ fastify-stable 48 0 9
✅ hono-stable 48 0 9
✅ nextjs-turbopack-canary 54 0 3
✅ nextjs-turbopack-stable 54 0 3
✅ nextjs-webpack-canary 54 0 3
✅ nextjs-webpack-stable 54 0 3
✅ nitro-stable 48 0 9
✅ nuxt-stable 48 0 9
✅ sveltekit-stable 48 0 9
✅ vite-stable 48 0 9
❌ 🐘 Local Postgres
App Passed Failed Skipped
✅ astro-stable 48 0 9
✅ express-stable 48 0 9
✅ fastify-stable 48 0 9
✅ hono-stable 48 0 9
✅ nextjs-turbopack-canary 54 0 3
✅ nextjs-turbopack-stable 54 0 3
✅ nextjs-webpack-canary 54 0 3
❌ nextjs-webpack-stable 53 1 3
✅ nitro-stable 48 0 9
✅ nuxt-stable 48 0 9
✅ sveltekit-stable 48 0 9
✅ vite-stable 48 0 9
✅ 🪟 Windows
App Passed Failed Skipped
✅ nextjs-turbopack 54 0 3
❌ 🌍 Community Worlds
App Passed Failed Skipped
✅ mongodb-dev 3 0 2
❌ mongodb 51 3 3
✅ redis-dev 3 0 2
❌ redis 52 2 3
✅ turso-dev 3 0 2
❌ turso 4 50 3
✅ 📋 Other
App Passed Failed Skipped
✅ e2e-local-dev-nest-stable 48 0 9
✅ e2e-local-postgres-nest-stable 48 0 9
✅ e2e-local-prod-nest-stable 48 0 9

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

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.

2 participants