Skip to content

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows - #3221

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable
Jul 30, 2026
Merged

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows#3221
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

AI recommendation: This is a narrow bug fix: deleteJSON was the only unlink path in world-local's fs layer that neither retried nor swallowed errors, so a transient Windows share-violation EPERM surfaced as a failed run.cancel(). I verified that both packages/world-local/src/fs.ts (including deleteJSON and the existing withWindowsRetry helper used by the rename/link paths) and fs.test.ts exist on origin/stable, so the defect and the fix both apply there. It adds no new capability or API surface and is accompanied by regression tests plus a patch changeset.

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

deleteJSON was the one mutation path in the fs layer that neither used
withWindowsRetry nor swallowed unlink errors. On Windows, unlink fails
with a share-violation EPERM while a concurrent reader briefly holds
the file open — hook polling races deleteAllHooksForRun by design — so
a transient EPERM surfaced as a failed operation, e.g. a failed
run.cancel().
Wrap the unlink in withWindowsRetry, matching the rename/link/unlink
guards the write pipeline already has. ENOENT is not in the retryable
set, so the already-deleted tolerance still short-circuits.
Signed-off-by: Andrew Barba <barba@hey.com>
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 0b9b49e

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

This PR includes changesets to release 18 packages
NameType
@workflow/world-localPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/vitestPatch
@workflow/world-postgresPatch
workflowPatch
@workflow/world-testingPatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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 Jul 30, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreviewJul 30, 2026 7:30pm
example-nextjs-workflow-webpackReadyReadyPreviewJul 30, 2026 7:30pm
example-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-astro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-express-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-fastify-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-hono-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nestjs-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nitro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nuxt-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-sveltekit-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-tanstack-start-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-vite-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workflow-docsReadyReadyPreview, v0Jul 30, 2026 7:30pm
workflow-swc-playgroundReadyReadyPreviewJul 30, 2026 7:30pm
workflow-tarballsReadyReadyPreviewJul 30, 2026 7:30pm
workflow-webReadyReadyPreviewJul 30, 2026 7:30pm

@github-actions

github-actionsBot commented Jul 30, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • 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_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

turso (83 failed):

  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KYT93MJ7QTSTMNZ57E2PPX92
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KYT93P696C2N70MKPAA0V0AH
  • promiseRaceWorkflow | wrun_01KYT93SVZ0DZHEX2TDB4VPE8K
  • promiseAnyWorkflow | wrun_01KYT93W73MSY1Z3TD5KV3VWR0
  • importedStepOnlyWorkflow | wrun_01KYT940XSTDT0F7SJRPKBRXWY
  • readableStreamWorkflow | wrun_01KYT93YH8K3H58JQ3C7PA1G6B
  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • webhookWorkflow | wrun_01KYT94VC5P0Y943YVPTQFDQC3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • parallelSleepWorkflow | wrun_01KYT96GB3S46Z323TGVA04BG2
  • sleepWinsRaceWorkflow | wrun_01KYT96KVVG3EVP0P4NPN2HZET
  • stepWinsRaceWorkflow | wrun_01KYT96QDQTH1AVRSSENJ91W3R
  • nullByteWorkflow | wrun_01KYT96V1RQS4MKZ5T04E1H2FR
  • workflowAndStepMetadataWorkflow | wrun_01KYT96XVG9V28YRQHBE4N80MF
  • 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_01KYT999PXB2DJ48XF62X6A81P
  • writableForwardedFromWorkflowWorkflow | wrun_01KYT99QM3QDFJFH2GVBE0G5DF
  • writableForwardedFromStepWorkflow | wrun_01KYT99W2Q76EZP1TW82HNJD07
  • fetchWorkflow | wrun_01KYT99ZSJ24GQXCEAH0TT6D98
  • promiseRaceStressTestWorkflow | wrun_01KYT9A3MZ65QWKK3WC7TY677G
  • 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_01KYT9DNR2YS6VMKXNE4B2AT14
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KYT9EKJDK20N015GFNX7ATMF
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KYT9EP72WX0X7TG7WVW1WW1J
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KYT9H5FG39MDC867AJSXFSMX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KYT9HPGEEX69BYAPFVQ2WK0D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KYT9J0FTMS43BSQ0MTVFJP36
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KYT9J6VT22112R7RS3W2KV22
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KYT9J953K2E1BXHJ01VDQ5HM
  • 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_01KYT9JTFEZET9FZ4W1GYMBTWD
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KYT9K0S0MZ28EY8B22KA3JW7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KYT9K7ZEY5HDSRM2WWZ87KSF
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KYT9KFCGCV0P2DAESS9M9A4A
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KYT9KPKATFW96FNER4SD8YC4
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KYT9KXW685TZDFDVW8X0KDX5
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KYT9M6DVBH7RYFDTC8036GRH
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KYT9MKGPZ3P7DWFGSNYZMVXB
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KYT9MX78X0660J11JNKZJ7BS
  • cancelRun - cancelling a running workflow | wrun_01KYT9N4KV4KM1XPGTX0AENXYV
  • cancelRun via CLI - cancelling a running workflow | wrun_01KYT9N9WA8VGVG3TJY8T6MHB4
  • 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_01KYT9NJW650VG37T5PDHZAXEN
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KYT9P0AVN45H7HGP1YSFY9GT
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KYT9PA8JS8VJERV8044Y2X9K
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KYT9PN0CY62F82GJKWB5VBK0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KYT9PW6HMJXJ8JNT7KSG5YYH
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KYT9PYP1GTAP48HWVPYQJG0N
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 2fe2d88 into stableJul 30, 2026
93 of 96 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-3215-to-stable branch July 30, 2026 19:59
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

@VaguelySerious
, '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 #3215: [world-local] Retry transient EPERM unlink failures on Windows by github-actions[bot] · Pull Request #3221 · vercel/workflow · GitHub
Skip to content

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows - #3221

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable
Jul 30, 2026
Merged

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows#3221
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

AI recommendation: This is a narrow bug fix: deleteJSON was the only unlink path in world-local's fs layer that neither retried nor swallowed errors, so a transient Windows share-violation EPERM surfaced as a failed run.cancel(). I verified that both packages/world-local/src/fs.ts (including deleteJSON and the existing withWindowsRetry helper used by the rename/link paths) and fs.test.ts exist on origin/stable, so the defect and the fix both apply there. It adds no new capability or API surface and is accompanied by regression tests plus a patch changeset.

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

deleteJSON was the one mutation path in the fs layer that neither used
withWindowsRetry nor swallowed unlink errors. On Windows, unlink fails
with a share-violation EPERM while a concurrent reader briefly holds
the file open — hook polling races deleteAllHooksForRun by design — so
a transient EPERM surfaced as a failed operation, e.g. a failed
run.cancel().
Wrap the unlink in withWindowsRetry, matching the rename/link/unlink
guards the write pipeline already has. ENOENT is not in the retryable
set, so the already-deleted tolerance still short-circuits.
Signed-off-by: Andrew Barba <barba@hey.com>
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 0b9b49e

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

This PR includes changesets to release 18 packages
NameType
@workflow/world-localPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/vitestPatch
@workflow/world-postgresPatch
workflowPatch
@workflow/world-testingPatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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 Jul 30, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreviewJul 30, 2026 7:30pm
example-nextjs-workflow-webpackReadyReadyPreviewJul 30, 2026 7:30pm
example-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-astro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-express-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-fastify-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-hono-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nestjs-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nitro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nuxt-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-sveltekit-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-tanstack-start-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-vite-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workflow-docsReadyReadyPreview, v0Jul 30, 2026 7:30pm
workflow-swc-playgroundReadyReadyPreviewJul 30, 2026 7:30pm
workflow-tarballsReadyReadyPreviewJul 30, 2026 7:30pm
workflow-webReadyReadyPreviewJul 30, 2026 7:30pm

@github-actions

github-actionsBot commented Jul 30, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • 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_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

turso (83 failed):

  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KYT93MJ7QTSTMNZ57E2PPX92
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KYT93P696C2N70MKPAA0V0AH
  • promiseRaceWorkflow | wrun_01KYT93SVZ0DZHEX2TDB4VPE8K
  • promiseAnyWorkflow | wrun_01KYT93W73MSY1Z3TD5KV3VWR0
  • importedStepOnlyWorkflow | wrun_01KYT940XSTDT0F7SJRPKBRXWY
  • readableStreamWorkflow | wrun_01KYT93YH8K3H58JQ3C7PA1G6B
  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • webhookWorkflow | wrun_01KYT94VC5P0Y943YVPTQFDQC3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • parallelSleepWorkflow | wrun_01KYT96GB3S46Z323TGVA04BG2
  • sleepWinsRaceWorkflow | wrun_01KYT96KVVG3EVP0P4NPN2HZET
  • stepWinsRaceWorkflow | wrun_01KYT96QDQTH1AVRSSENJ91W3R
  • nullByteWorkflow | wrun_01KYT96V1RQS4MKZ5T04E1H2FR
  • workflowAndStepMetadataWorkflow | wrun_01KYT96XVG9V28YRQHBE4N80MF
  • 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_01KYT999PXB2DJ48XF62X6A81P
  • writableForwardedFromWorkflowWorkflow | wrun_01KYT99QM3QDFJFH2GVBE0G5DF
  • writableForwardedFromStepWorkflow | wrun_01KYT99W2Q76EZP1TW82HNJD07
  • fetchWorkflow | wrun_01KYT99ZSJ24GQXCEAH0TT6D98
  • promiseRaceStressTestWorkflow | wrun_01KYT9A3MZ65QWKK3WC7TY677G
  • 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_01KYT9DNR2YS6VMKXNE4B2AT14
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KYT9EKJDK20N015GFNX7ATMF
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KYT9EP72WX0X7TG7WVW1WW1J
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KYT9H5FG39MDC867AJSXFSMX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KYT9HPGEEX69BYAPFVQ2WK0D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KYT9J0FTMS43BSQ0MTVFJP36
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KYT9J6VT22112R7RS3W2KV22
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KYT9J953K2E1BXHJ01VDQ5HM
  • 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_01KYT9JTFEZET9FZ4W1GYMBTWD
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KYT9K0S0MZ28EY8B22KA3JW7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KYT9K7ZEY5HDSRM2WWZ87KSF
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KYT9KFCGCV0P2DAESS9M9A4A
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KYT9KPKATFW96FNER4SD8YC4
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KYT9KXW685TZDFDVW8X0KDX5
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KYT9M6DVBH7RYFDTC8036GRH
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KYT9MKGPZ3P7DWFGSNYZMVXB
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KYT9MX78X0660J11JNKZJ7BS
  • cancelRun - cancelling a running workflow | wrun_01KYT9N4KV4KM1XPGTX0AENXYV
  • cancelRun via CLI - cancelling a running workflow | wrun_01KYT9N9WA8VGVG3TJY8T6MHB4
  • 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_01KYT9NJW650VG37T5PDHZAXEN
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KYT9P0AVN45H7HGP1YSFY9GT
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KYT9PA8JS8VJERV8044Y2X9K
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KYT9PN0CY62F82GJKWB5VBK0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KYT9PW6HMJXJ8JNT7KSG5YYH
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KYT9PYP1GTAP48HWVPYQJG0N
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 2fe2d88 into stableJul 30, 2026
93 of 96 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-3215-to-stable branch July 30, 2026 19:59
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

@VaguelySerious
, '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 #3215: [world-local] Retry transient EPERM unlink failures on Windows by github-actions[bot] · Pull Request #3221 · vercel/workflow · GitHub
Skip to content

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows - #3221

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable
Jul 30, 2026
Merged

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows#3221
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

AI recommendation: This is a narrow bug fix: deleteJSON was the only unlink path in world-local's fs layer that neither retried nor swallowed errors, so a transient Windows share-violation EPERM surfaced as a failed run.cancel(). I verified that both packages/world-local/src/fs.ts (including deleteJSON and the existing withWindowsRetry helper used by the rename/link paths) and fs.test.ts exist on origin/stable, so the defect and the fix both apply there. It adds no new capability or API surface and is accompanied by regression tests plus a patch changeset.

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

deleteJSON was the one mutation path in the fs layer that neither used
withWindowsRetry nor swallowed unlink errors. On Windows, unlink fails
with a share-violation EPERM while a concurrent reader briefly holds
the file open — hook polling races deleteAllHooksForRun by design — so
a transient EPERM surfaced as a failed operation, e.g. a failed
run.cancel().
Wrap the unlink in withWindowsRetry, matching the rename/link/unlink
guards the write pipeline already has. ENOENT is not in the retryable
set, so the already-deleted tolerance still short-circuits.
Signed-off-by: Andrew Barba <barba@hey.com>
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 0b9b49e

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

This PR includes changesets to release 18 packages
NameType
@workflow/world-localPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/vitestPatch
@workflow/world-postgresPatch
workflowPatch
@workflow/world-testingPatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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 Jul 30, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreviewJul 30, 2026 7:30pm
example-nextjs-workflow-webpackReadyReadyPreviewJul 30, 2026 7:30pm
example-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-astro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-express-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-fastify-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-hono-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nestjs-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nitro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nuxt-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-sveltekit-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-tanstack-start-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-vite-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workflow-docsReadyReadyPreview, v0Jul 30, 2026 7:30pm
workflow-swc-playgroundReadyReadyPreviewJul 30, 2026 7:30pm
workflow-tarballsReadyReadyPreviewJul 30, 2026 7:30pm
workflow-webReadyReadyPreviewJul 30, 2026 7:30pm

@github-actions

github-actionsBot commented Jul 30, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • 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_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

turso (83 failed):

  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KYT93MJ7QTSTMNZ57E2PPX92
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KYT93P696C2N70MKPAA0V0AH
  • promiseRaceWorkflow | wrun_01KYT93SVZ0DZHEX2TDB4VPE8K
  • promiseAnyWorkflow | wrun_01KYT93W73MSY1Z3TD5KV3VWR0
  • importedStepOnlyWorkflow | wrun_01KYT940XSTDT0F7SJRPKBRXWY
  • readableStreamWorkflow | wrun_01KYT93YH8K3H58JQ3C7PA1G6B
  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • webhookWorkflow | wrun_01KYT94VC5P0Y943YVPTQFDQC3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • parallelSleepWorkflow | wrun_01KYT96GB3S46Z323TGVA04BG2
  • sleepWinsRaceWorkflow | wrun_01KYT96KVVG3EVP0P4NPN2HZET
  • stepWinsRaceWorkflow | wrun_01KYT96QDQTH1AVRSSENJ91W3R
  • nullByteWorkflow | wrun_01KYT96V1RQS4MKZ5T04E1H2FR
  • workflowAndStepMetadataWorkflow | wrun_01KYT96XVG9V28YRQHBE4N80MF
  • 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_01KYT999PXB2DJ48XF62X6A81P
  • writableForwardedFromWorkflowWorkflow | wrun_01KYT99QM3QDFJFH2GVBE0G5DF
  • writableForwardedFromStepWorkflow | wrun_01KYT99W2Q76EZP1TW82HNJD07
  • fetchWorkflow | wrun_01KYT99ZSJ24GQXCEAH0TT6D98
  • promiseRaceStressTestWorkflow | wrun_01KYT9A3MZ65QWKK3WC7TY677G
  • 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_01KYT9DNR2YS6VMKXNE4B2AT14
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KYT9EKJDK20N015GFNX7ATMF
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KYT9EP72WX0X7TG7WVW1WW1J
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KYT9H5FG39MDC867AJSXFSMX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KYT9HPGEEX69BYAPFVQ2WK0D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KYT9J0FTMS43BSQ0MTVFJP36
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KYT9J6VT22112R7RS3W2KV22
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KYT9J953K2E1BXHJ01VDQ5HM
  • 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_01KYT9JTFEZET9FZ4W1GYMBTWD
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KYT9K0S0MZ28EY8B22KA3JW7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KYT9K7ZEY5HDSRM2WWZ87KSF
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KYT9KFCGCV0P2DAESS9M9A4A
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KYT9KPKATFW96FNER4SD8YC4
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KYT9KXW685TZDFDVW8X0KDX5
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KYT9M6DVBH7RYFDTC8036GRH
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KYT9MKGPZ3P7DWFGSNYZMVXB
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KYT9MX78X0660J11JNKZJ7BS
  • cancelRun - cancelling a running workflow | wrun_01KYT9N4KV4KM1XPGTX0AENXYV
  • cancelRun via CLI - cancelling a running workflow | wrun_01KYT9N9WA8VGVG3TJY8T6MHB4
  • 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_01KYT9NJW650VG37T5PDHZAXEN
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KYT9P0AVN45H7HGP1YSFY9GT
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KYT9PA8JS8VJERV8044Y2X9K
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KYT9PN0CY62F82GJKWB5VBK0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KYT9PW6HMJXJ8JNT7KSG5YYH
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KYT9PYP1GTAP48HWVPYQJG0N
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 2fe2d88 into stableJul 30, 2026
93 of 96 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-3215-to-stable branch July 30, 2026 19:59
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

@VaguelySerious
, '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 #3215: [world-local] Retry transient EPERM unlink failures on Windows by github-actions[bot] · Pull Request #3221 · vercel/workflow · GitHub
Skip to content

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows - #3221

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable
Jul 30, 2026
Merged

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows#3221
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

AI recommendation: This is a narrow bug fix: deleteJSON was the only unlink path in world-local's fs layer that neither retried nor swallowed errors, so a transient Windows share-violation EPERM surfaced as a failed run.cancel(). I verified that both packages/world-local/src/fs.ts (including deleteJSON and the existing withWindowsRetry helper used by the rename/link paths) and fs.test.ts exist on origin/stable, so the defect and the fix both apply there. It adds no new capability or API surface and is accompanied by regression tests plus a patch changeset.

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

deleteJSON was the one mutation path in the fs layer that neither used
withWindowsRetry nor swallowed unlink errors. On Windows, unlink fails
with a share-violation EPERM while a concurrent reader briefly holds
the file open — hook polling races deleteAllHooksForRun by design — so
a transient EPERM surfaced as a failed operation, e.g. a failed
run.cancel().
Wrap the unlink in withWindowsRetry, matching the rename/link/unlink
guards the write pipeline already has. ENOENT is not in the retryable
set, so the already-deleted tolerance still short-circuits.
Signed-off-by: Andrew Barba <barba@hey.com>
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 0b9b49e

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

This PR includes changesets to release 18 packages
NameType
@workflow/world-localPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/vitestPatch
@workflow/world-postgresPatch
workflowPatch
@workflow/world-testingPatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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 Jul 30, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreviewJul 30, 2026 7:30pm
example-nextjs-workflow-webpackReadyReadyPreviewJul 30, 2026 7:30pm
example-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-astro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-express-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-fastify-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-hono-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nestjs-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nitro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nuxt-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-sveltekit-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-tanstack-start-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-vite-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workflow-docsReadyReadyPreview, v0Jul 30, 2026 7:30pm
workflow-swc-playgroundReadyReadyPreviewJul 30, 2026 7:30pm
workflow-tarballsReadyReadyPreviewJul 30, 2026 7:30pm
workflow-webReadyReadyPreviewJul 30, 2026 7:30pm

@github-actions

github-actionsBot commented Jul 30, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • 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_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

turso (83 failed):

  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KYT93MJ7QTSTMNZ57E2PPX92
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KYT93P696C2N70MKPAA0V0AH
  • promiseRaceWorkflow | wrun_01KYT93SVZ0DZHEX2TDB4VPE8K
  • promiseAnyWorkflow | wrun_01KYT93W73MSY1Z3TD5KV3VWR0
  • importedStepOnlyWorkflow | wrun_01KYT940XSTDT0F7SJRPKBRXWY
  • readableStreamWorkflow | wrun_01KYT93YH8K3H58JQ3C7PA1G6B
  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • webhookWorkflow | wrun_01KYT94VC5P0Y943YVPTQFDQC3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • parallelSleepWorkflow | wrun_01KYT96GB3S46Z323TGVA04BG2
  • sleepWinsRaceWorkflow | wrun_01KYT96KVVG3EVP0P4NPN2HZET
  • stepWinsRaceWorkflow | wrun_01KYT96QDQTH1AVRSSENJ91W3R
  • nullByteWorkflow | wrun_01KYT96V1RQS4MKZ5T04E1H2FR
  • workflowAndStepMetadataWorkflow | wrun_01KYT96XVG9V28YRQHBE4N80MF
  • 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_01KYT999PXB2DJ48XF62X6A81P
  • writableForwardedFromWorkflowWorkflow | wrun_01KYT99QM3QDFJFH2GVBE0G5DF
  • writableForwardedFromStepWorkflow | wrun_01KYT99W2Q76EZP1TW82HNJD07
  • fetchWorkflow | wrun_01KYT99ZSJ24GQXCEAH0TT6D98
  • promiseRaceStressTestWorkflow | wrun_01KYT9A3MZ65QWKK3WC7TY677G
  • 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_01KYT9DNR2YS6VMKXNE4B2AT14
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KYT9EKJDK20N015GFNX7ATMF
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KYT9EP72WX0X7TG7WVW1WW1J
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KYT9H5FG39MDC867AJSXFSMX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KYT9HPGEEX69BYAPFVQ2WK0D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KYT9J0FTMS43BSQ0MTVFJP36
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KYT9J6VT22112R7RS3W2KV22
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KYT9J953K2E1BXHJ01VDQ5HM
  • 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_01KYT9JTFEZET9FZ4W1GYMBTWD
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KYT9K0S0MZ28EY8B22KA3JW7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KYT9K7ZEY5HDSRM2WWZ87KSF
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KYT9KFCGCV0P2DAESS9M9A4A
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KYT9KPKATFW96FNER4SD8YC4
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KYT9KXW685TZDFDVW8X0KDX5
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KYT9M6DVBH7RYFDTC8036GRH
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KYT9MKGPZ3P7DWFGSNYZMVXB
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KYT9MX78X0660J11JNKZJ7BS
  • cancelRun - cancelling a running workflow | wrun_01KYT9N4KV4KM1XPGTX0AENXYV
  • cancelRun via CLI - cancelling a running workflow | wrun_01KYT9N9WA8VGVG3TJY8T6MHB4
  • 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_01KYT9NJW650VG37T5PDHZAXEN
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KYT9P0AVN45H7HGP1YSFY9GT
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KYT9PA8JS8VJERV8044Y2X9K
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KYT9PN0CY62F82GJKWB5VBK0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KYT9PW6HMJXJ8JNT7KSG5YYH
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KYT9PYP1GTAP48HWVPYQJG0N
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 2fe2d88 into stableJul 30, 2026
93 of 96 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-3215-to-stable branch July 30, 2026 19:59
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

@VaguelySerious
, '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 #3215: [world-local] Retry transient EPERM unlink failures on Windows by github-actions[bot] · Pull Request #3221 · vercel/workflow · GitHub
Skip to content

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows - #3221

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable
Jul 30, 2026
Merged

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows#3221
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

AI recommendation: This is a narrow bug fix: deleteJSON was the only unlink path in world-local's fs layer that neither retried nor swallowed errors, so a transient Windows share-violation EPERM surfaced as a failed run.cancel(). I verified that both packages/world-local/src/fs.ts (including deleteJSON and the existing withWindowsRetry helper used by the rename/link paths) and fs.test.ts exist on origin/stable, so the defect and the fix both apply there. It adds no new capability or API surface and is accompanied by regression tests plus a patch changeset.

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

deleteJSON was the one mutation path in the fs layer that neither used
withWindowsRetry nor swallowed unlink errors. On Windows, unlink fails
with a share-violation EPERM while a concurrent reader briefly holds
the file open — hook polling races deleteAllHooksForRun by design — so
a transient EPERM surfaced as a failed operation, e.g. a failed
run.cancel().
Wrap the unlink in withWindowsRetry, matching the rename/link/unlink
guards the write pipeline already has. ENOENT is not in the retryable
set, so the already-deleted tolerance still short-circuits.
Signed-off-by: Andrew Barba <barba@hey.com>
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 0b9b49e

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

This PR includes changesets to release 18 packages
NameType
@workflow/world-localPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/vitestPatch
@workflow/world-postgresPatch
workflowPatch
@workflow/world-testingPatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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 Jul 30, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreviewJul 30, 2026 7:30pm
example-nextjs-workflow-webpackReadyReadyPreviewJul 30, 2026 7:30pm
example-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-astro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-express-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-fastify-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-hono-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nestjs-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nitro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nuxt-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-sveltekit-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-tanstack-start-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-vite-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workflow-docsReadyReadyPreview, v0Jul 30, 2026 7:30pm
workflow-swc-playgroundReadyReadyPreviewJul 30, 2026 7:30pm
workflow-tarballsReadyReadyPreviewJul 30, 2026 7:30pm
workflow-webReadyReadyPreviewJul 30, 2026 7:30pm

@github-actions

github-actionsBot commented Jul 30, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • 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_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

turso (83 failed):

  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KYT93MJ7QTSTMNZ57E2PPX92
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KYT93P696C2N70MKPAA0V0AH
  • promiseRaceWorkflow | wrun_01KYT93SVZ0DZHEX2TDB4VPE8K
  • promiseAnyWorkflow | wrun_01KYT93W73MSY1Z3TD5KV3VWR0
  • importedStepOnlyWorkflow | wrun_01KYT940XSTDT0F7SJRPKBRXWY
  • readableStreamWorkflow | wrun_01KYT93YH8K3H58JQ3C7PA1G6B
  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • webhookWorkflow | wrun_01KYT94VC5P0Y943YVPTQFDQC3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • parallelSleepWorkflow | wrun_01KYT96GB3S46Z323TGVA04BG2
  • sleepWinsRaceWorkflow | wrun_01KYT96KVVG3EVP0P4NPN2HZET
  • stepWinsRaceWorkflow | wrun_01KYT96QDQTH1AVRSSENJ91W3R
  • nullByteWorkflow | wrun_01KYT96V1RQS4MKZ5T04E1H2FR
  • workflowAndStepMetadataWorkflow | wrun_01KYT96XVG9V28YRQHBE4N80MF
  • 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_01KYT999PXB2DJ48XF62X6A81P
  • writableForwardedFromWorkflowWorkflow | wrun_01KYT99QM3QDFJFH2GVBE0G5DF
  • writableForwardedFromStepWorkflow | wrun_01KYT99W2Q76EZP1TW82HNJD07
  • fetchWorkflow | wrun_01KYT99ZSJ24GQXCEAH0TT6D98
  • promiseRaceStressTestWorkflow | wrun_01KYT9A3MZ65QWKK3WC7TY677G
  • 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_01KYT9DNR2YS6VMKXNE4B2AT14
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KYT9EKJDK20N015GFNX7ATMF
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KYT9EP72WX0X7TG7WVW1WW1J
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KYT9H5FG39MDC867AJSXFSMX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KYT9HPGEEX69BYAPFVQ2WK0D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KYT9J0FTMS43BSQ0MTVFJP36
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KYT9J6VT22112R7RS3W2KV22
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KYT9J953K2E1BXHJ01VDQ5HM
  • 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_01KYT9JTFEZET9FZ4W1GYMBTWD
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KYT9K0S0MZ28EY8B22KA3JW7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KYT9K7ZEY5HDSRM2WWZ87KSF
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KYT9KFCGCV0P2DAESS9M9A4A
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KYT9KPKATFW96FNER4SD8YC4
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KYT9KXW685TZDFDVW8X0KDX5
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KYT9M6DVBH7RYFDTC8036GRH
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KYT9MKGPZ3P7DWFGSNYZMVXB
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KYT9MX78X0660J11JNKZJ7BS
  • cancelRun - cancelling a running workflow | wrun_01KYT9N4KV4KM1XPGTX0AENXYV
  • cancelRun via CLI - cancelling a running workflow | wrun_01KYT9N9WA8VGVG3TJY8T6MHB4
  • 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_01KYT9NJW650VG37T5PDHZAXEN
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KYT9P0AVN45H7HGP1YSFY9GT
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KYT9PA8JS8VJERV8044Y2X9K
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KYT9PN0CY62F82GJKWB5VBK0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KYT9PW6HMJXJ8JNT7KSG5YYH
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KYT9PYP1GTAP48HWVPYQJG0N
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 2fe2d88 into stableJul 30, 2026
93 of 96 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-3215-to-stable branch July 30, 2026 19:59
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

@VaguelySerious
, '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 #3215: [world-local] Retry transient EPERM unlink failures on Windows by github-actions[bot] · Pull Request #3221 · vercel/workflow · GitHub
Skip to content

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows - #3221

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable
Jul 30, 2026
Merged

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows#3221
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

AI recommendation: This is a narrow bug fix: deleteJSON was the only unlink path in world-local's fs layer that neither retried nor swallowed errors, so a transient Windows share-violation EPERM surfaced as a failed run.cancel(). I verified that both packages/world-local/src/fs.ts (including deleteJSON and the existing withWindowsRetry helper used by the rename/link paths) and fs.test.ts exist on origin/stable, so the defect and the fix both apply there. It adds no new capability or API surface and is accompanied by regression tests plus a patch changeset.

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

deleteJSON was the one mutation path in the fs layer that neither used
withWindowsRetry nor swallowed unlink errors. On Windows, unlink fails
with a share-violation EPERM while a concurrent reader briefly holds
the file open — hook polling races deleteAllHooksForRun by design — so
a transient EPERM surfaced as a failed operation, e.g. a failed
run.cancel().
Wrap the unlink in withWindowsRetry, matching the rename/link/unlink
guards the write pipeline already has. ENOENT is not in the retryable
set, so the already-deleted tolerance still short-circuits.
Signed-off-by: Andrew Barba <barba@hey.com>
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 0b9b49e

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

This PR includes changesets to release 18 packages
NameType
@workflow/world-localPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/vitestPatch
@workflow/world-postgresPatch
workflowPatch
@workflow/world-testingPatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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 Jul 30, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreviewJul 30, 2026 7:30pm
example-nextjs-workflow-webpackReadyReadyPreviewJul 30, 2026 7:30pm
example-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-astro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-express-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-fastify-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-hono-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nestjs-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nitro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nuxt-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-sveltekit-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-tanstack-start-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-vite-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workflow-docsReadyReadyPreview, v0Jul 30, 2026 7:30pm
workflow-swc-playgroundReadyReadyPreviewJul 30, 2026 7:30pm
workflow-tarballsReadyReadyPreviewJul 30, 2026 7:30pm
workflow-webReadyReadyPreviewJul 30, 2026 7:30pm

@github-actions

github-actionsBot commented Jul 30, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • 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_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

turso (83 failed):

  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KYT93MJ7QTSTMNZ57E2PPX92
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KYT93P696C2N70MKPAA0V0AH
  • promiseRaceWorkflow | wrun_01KYT93SVZ0DZHEX2TDB4VPE8K
  • promiseAnyWorkflow | wrun_01KYT93W73MSY1Z3TD5KV3VWR0
  • importedStepOnlyWorkflow | wrun_01KYT940XSTDT0F7SJRPKBRXWY
  • readableStreamWorkflow | wrun_01KYT93YH8K3H58JQ3C7PA1G6B
  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • webhookWorkflow | wrun_01KYT94VC5P0Y943YVPTQFDQC3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • parallelSleepWorkflow | wrun_01KYT96GB3S46Z323TGVA04BG2
  • sleepWinsRaceWorkflow | wrun_01KYT96KVVG3EVP0P4NPN2HZET
  • stepWinsRaceWorkflow | wrun_01KYT96QDQTH1AVRSSENJ91W3R
  • nullByteWorkflow | wrun_01KYT96V1RQS4MKZ5T04E1H2FR
  • workflowAndStepMetadataWorkflow | wrun_01KYT96XVG9V28YRQHBE4N80MF
  • 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_01KYT999PXB2DJ48XF62X6A81P
  • writableForwardedFromWorkflowWorkflow | wrun_01KYT99QM3QDFJFH2GVBE0G5DF
  • writableForwardedFromStepWorkflow | wrun_01KYT99W2Q76EZP1TW82HNJD07
  • fetchWorkflow | wrun_01KYT99ZSJ24GQXCEAH0TT6D98
  • promiseRaceStressTestWorkflow | wrun_01KYT9A3MZ65QWKK3WC7TY677G
  • 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_01KYT9DNR2YS6VMKXNE4B2AT14
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KYT9EKJDK20N015GFNX7ATMF
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KYT9EP72WX0X7TG7WVW1WW1J
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KYT9H5FG39MDC867AJSXFSMX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KYT9HPGEEX69BYAPFVQ2WK0D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KYT9J0FTMS43BSQ0MTVFJP36
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KYT9J6VT22112R7RS3W2KV22
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KYT9J953K2E1BXHJ01VDQ5HM
  • 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_01KYT9JTFEZET9FZ4W1GYMBTWD
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KYT9K0S0MZ28EY8B22KA3JW7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KYT9K7ZEY5HDSRM2WWZ87KSF
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KYT9KFCGCV0P2DAESS9M9A4A
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KYT9KPKATFW96FNER4SD8YC4
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KYT9KXW685TZDFDVW8X0KDX5
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KYT9M6DVBH7RYFDTC8036GRH
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KYT9MKGPZ3P7DWFGSNYZMVXB
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KYT9MX78X0660J11JNKZJ7BS
  • cancelRun - cancelling a running workflow | wrun_01KYT9N4KV4KM1XPGTX0AENXYV
  • cancelRun via CLI - cancelling a running workflow | wrun_01KYT9N9WA8VGVG3TJY8T6MHB4
  • 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_01KYT9NJW650VG37T5PDHZAXEN
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KYT9P0AVN45H7HGP1YSFY9GT
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KYT9PA8JS8VJERV8044Y2X9K
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KYT9PN0CY62F82GJKWB5VBK0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KYT9PW6HMJXJ8JNT7KSG5YYH
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KYT9PYP1GTAP48HWVPYQJG0N
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 2fe2d88 into stableJul 30, 2026
93 of 96 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-3215-to-stable branch July 30, 2026 19:59
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

@VaguelySerious
, '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 #3215: [world-local] Retry transient EPERM unlink failures on Windows by github-actions[bot] · Pull Request #3221 · vercel/workflow · GitHub
Skip to content

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows - #3221

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable
Jul 30, 2026
Merged

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows#3221
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

AI recommendation: This is a narrow bug fix: deleteJSON was the only unlink path in world-local's fs layer that neither retried nor swallowed errors, so a transient Windows share-violation EPERM surfaced as a failed run.cancel(). I verified that both packages/world-local/src/fs.ts (including deleteJSON and the existing withWindowsRetry helper used by the rename/link paths) and fs.test.ts exist on origin/stable, so the defect and the fix both apply there. It adds no new capability or API surface and is accompanied by regression tests plus a patch changeset.

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

deleteJSON was the one mutation path in the fs layer that neither used
withWindowsRetry nor swallowed unlink errors. On Windows, unlink fails
with a share-violation EPERM while a concurrent reader briefly holds
the file open — hook polling races deleteAllHooksForRun by design — so
a transient EPERM surfaced as a failed operation, e.g. a failed
run.cancel().
Wrap the unlink in withWindowsRetry, matching the rename/link/unlink
guards the write pipeline already has. ENOENT is not in the retryable
set, so the already-deleted tolerance still short-circuits.
Signed-off-by: Andrew Barba <barba@hey.com>
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 0b9b49e

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

This PR includes changesets to release 18 packages
NameType
@workflow/world-localPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/vitestPatch
@workflow/world-postgresPatch
workflowPatch
@workflow/world-testingPatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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 Jul 30, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreviewJul 30, 2026 7:30pm
example-nextjs-workflow-webpackReadyReadyPreviewJul 30, 2026 7:30pm
example-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-astro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-express-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-fastify-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-hono-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nestjs-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nitro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nuxt-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-sveltekit-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-tanstack-start-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-vite-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workflow-docsReadyReadyPreview, v0Jul 30, 2026 7:30pm
workflow-swc-playgroundReadyReadyPreviewJul 30, 2026 7:30pm
workflow-tarballsReadyReadyPreviewJul 30, 2026 7:30pm
workflow-webReadyReadyPreviewJul 30, 2026 7:30pm

@github-actions

github-actionsBot commented Jul 30, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • 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_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

turso (83 failed):

  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KYT93MJ7QTSTMNZ57E2PPX92
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KYT93P696C2N70MKPAA0V0AH
  • promiseRaceWorkflow | wrun_01KYT93SVZ0DZHEX2TDB4VPE8K
  • promiseAnyWorkflow | wrun_01KYT93W73MSY1Z3TD5KV3VWR0
  • importedStepOnlyWorkflow | wrun_01KYT940XSTDT0F7SJRPKBRXWY
  • readableStreamWorkflow | wrun_01KYT93YH8K3H58JQ3C7PA1G6B
  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • webhookWorkflow | wrun_01KYT94VC5P0Y943YVPTQFDQC3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • parallelSleepWorkflow | wrun_01KYT96GB3S46Z323TGVA04BG2
  • sleepWinsRaceWorkflow | wrun_01KYT96KVVG3EVP0P4NPN2HZET
  • stepWinsRaceWorkflow | wrun_01KYT96QDQTH1AVRSSENJ91W3R
  • nullByteWorkflow | wrun_01KYT96V1RQS4MKZ5T04E1H2FR
  • workflowAndStepMetadataWorkflow | wrun_01KYT96XVG9V28YRQHBE4N80MF
  • 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_01KYT999PXB2DJ48XF62X6A81P
  • writableForwardedFromWorkflowWorkflow | wrun_01KYT99QM3QDFJFH2GVBE0G5DF
  • writableForwardedFromStepWorkflow | wrun_01KYT99W2Q76EZP1TW82HNJD07
  • fetchWorkflow | wrun_01KYT99ZSJ24GQXCEAH0TT6D98
  • promiseRaceStressTestWorkflow | wrun_01KYT9A3MZ65QWKK3WC7TY677G
  • 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_01KYT9DNR2YS6VMKXNE4B2AT14
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KYT9EKJDK20N015GFNX7ATMF
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KYT9EP72WX0X7TG7WVW1WW1J
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KYT9H5FG39MDC867AJSXFSMX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KYT9HPGEEX69BYAPFVQ2WK0D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KYT9J0FTMS43BSQ0MTVFJP36
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KYT9J6VT22112R7RS3W2KV22
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KYT9J953K2E1BXHJ01VDQ5HM
  • 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_01KYT9JTFEZET9FZ4W1GYMBTWD
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KYT9K0S0MZ28EY8B22KA3JW7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KYT9K7ZEY5HDSRM2WWZ87KSF
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KYT9KFCGCV0P2DAESS9M9A4A
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KYT9KPKATFW96FNER4SD8YC4
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KYT9KXW685TZDFDVW8X0KDX5
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KYT9M6DVBH7RYFDTC8036GRH
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KYT9MKGPZ3P7DWFGSNYZMVXB
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KYT9MX78X0660J11JNKZJ7BS
  • cancelRun - cancelling a running workflow | wrun_01KYT9N4KV4KM1XPGTX0AENXYV
  • cancelRun via CLI - cancelling a running workflow | wrun_01KYT9N9WA8VGVG3TJY8T6MHB4
  • 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_01KYT9NJW650VG37T5PDHZAXEN
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KYT9P0AVN45H7HGP1YSFY9GT
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KYT9PA8JS8VJERV8044Y2X9K
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KYT9PN0CY62F82GJKWB5VBK0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KYT9PW6HMJXJ8JNT7KSG5YYH
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KYT9PYP1GTAP48HWVPYQJG0N
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 2fe2d88 into stableJul 30, 2026
93 of 96 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-3215-to-stable branch July 30, 2026 19:59
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

@VaguelySerious
, '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 #3215: [world-local] Retry transient EPERM unlink failures on Windows by github-actions[bot] · Pull Request #3221 · vercel/workflow · GitHub
Skip to content

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows - #3221

Merged
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable
Jul 30, 2026
Merged

Backport #3215: [world-local] Retry transient EPERM unlink failures on Windows#3221
VaguelySerious merged 1 commit into
stablefrom
backport/pr-3215-to-stable

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

AI recommendation: This is a narrow bug fix: deleteJSON was the only unlink path in world-local's fs layer that neither retried nor swallowed errors, so a transient Windows share-violation EPERM surfaced as a failed run.cancel(). I verified that both packages/world-local/src/fs.ts (including deleteJSON and the existing withWindowsRetry helper used by the rename/link paths) and fs.test.ts exist on origin/stable, so the defect and the fix both apply there. It adds no new capability or API surface and is accompanied by regression tests plus a patch changeset.

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

deleteJSON was the one mutation path in the fs layer that neither used
withWindowsRetry nor swallowed unlink errors. On Windows, unlink fails
with a share-violation EPERM while a concurrent reader briefly holds
the file open — hook polling races deleteAllHooksForRun by design — so
a transient EPERM surfaced as a failed operation, e.g. a failed
run.cancel().
Wrap the unlink in withWindowsRetry, matching the rename/link/unlink
guards the write pipeline already has. ENOENT is not in the retryable
set, so the already-deleted tolerance still short-circuits.
Signed-off-by: Andrew Barba <barba@hey.com>
@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 0b9b49e

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

This PR includes changesets to release 18 packages
NameType
@workflow/world-localPatch
@workflow/cliPatch
@workflow/corePatch
@workflow/vitestPatch
@workflow/world-postgresPatch
workflowPatch
@workflow/world-testingPatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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 Jul 30, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreviewJul 30, 2026 7:30pm
example-nextjs-workflow-webpackReadyReadyPreviewJul 30, 2026 7:30pm
example-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-astro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-express-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-fastify-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-hono-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nestjs-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nitro-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-nuxt-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-sveltekit-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-tanstack-start-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workbench-vite-workflowReadyReadyPreviewJul 30, 2026 7:30pm
workflow-docsReadyReadyPreview, v0Jul 30, 2026 7:30pm
workflow-swc-playgroundReadyReadyPreviewJul 30, 2026 7:30pm
workflow-tarballsReadyReadyPreviewJul 30, 2026 7:30pm
workflow-webReadyReadyPreviewJul 30, 2026 7:30pm

@github-actions

github-actionsBot commented Jul 30, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • 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_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

turso (83 failed):

  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • addTenWorkflow | wrun_01KYT93EXJTXA63EVEG7C19MAM
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KYT93MJ7QTSTMNZ57E2PPX92
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KYT93P696C2N70MKPAA0V0AH
  • promiseRaceWorkflow | wrun_01KYT93SVZ0DZHEX2TDB4VPE8K
  • promiseAnyWorkflow | wrun_01KYT93W73MSY1Z3TD5KV3VWR0
  • importedStepOnlyWorkflow | wrun_01KYT940XSTDT0F7SJRPKBRXWY
  • readableStreamWorkflow | wrun_01KYT93YH8K3H58JQ3C7PA1G6B
  • hookWorkflow | wrun_01KYT94EMEZN2YY9H1NN4YP40G
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYT94PJ3586FQFG46KW7B97Z
  • webhookWorkflow | wrun_01KYT94VC5P0Y943YVPTQFDQC3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYT9521CZVQ23N3K90V2GZZT
  • sleepingWorkflow | wrun_01KYT9602GSQPSGSEHWY9M4SRM
  • parallelSleepWorkflow | wrun_01KYT96GB3S46Z323TGVA04BG2
  • sleepWinsRaceWorkflow | wrun_01KYT96KVVG3EVP0P4NPN2HZET
  • stepWinsRaceWorkflow | wrun_01KYT96QDQTH1AVRSSENJ91W3R
  • nullByteWorkflow | wrun_01KYT96V1RQS4MKZ5T04E1H2FR
  • workflowAndStepMetadataWorkflow | wrun_01KYT96XVG9V28YRQHBE4N80MF
  • 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_01KYT999PXB2DJ48XF62X6A81P
  • writableForwardedFromWorkflowWorkflow | wrun_01KYT99QM3QDFJFH2GVBE0G5DF
  • writableForwardedFromStepWorkflow | wrun_01KYT99W2Q76EZP1TW82HNJD07
  • fetchWorkflow | wrun_01KYT99ZSJ24GQXCEAH0TT6D98
  • promiseRaceStressTestWorkflow | wrun_01KYT9A3MZ65QWKK3WC7TY677G
  • 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_01KYT9DNR2YS6VMKXNE4B2AT14
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KYT9E3ETETH6Z1PZXRHGGGGR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYT9EGTESG2C1PKV18A2Q1V2
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KYT9EKJDK20N015GFNX7ATMF
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KYT9EP72WX0X7TG7WVW1WW1J
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYT9ERTYREYNFNSQ931Z3WQP
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYT9F86CFBFAD95CVSNNTG4M
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYT9G4W37QZY8TA1SKKG3383
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYT9G9HVKV7DZ3MDV76N4ZTG
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYT9GFXVND17Q6MZ3RES3BS2
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYT9GM671NFHNJ04PQYNZJVQ
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYT9GXQ8ZKEH82454H3M3SVB
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KYT9H5FG39MDC867AJSXFSMX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KYT9HPGEEX69BYAPFVQ2WK0D
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KYT9J0FTMS43BSQ0MTVFJP36
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KYT9J6VT22112R7RS3W2KV22
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KYT9J953K2E1BXHJ01VDQ5HM
  • 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_01KYT9JTFEZET9FZ4W1GYMBTWD
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KYT9K0S0MZ28EY8B22KA3JW7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KYT9K7ZEY5HDSRM2WWZ87KSF
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KYT9KFCGCV0P2DAESS9M9A4A
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KYT9KPKATFW96FNER4SD8YC4
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KYT9KXW685TZDFDVW8X0KDX5
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KYT9M6DVBH7RYFDTC8036GRH
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KYT9MKGPZ3P7DWFGSNYZMVXB
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KYT9MX78X0660J11JNKZJ7BS
  • cancelRun - cancelling a running workflow | wrun_01KYT9N4KV4KM1XPGTX0AENXYV
  • cancelRun via CLI - cancelling a running workflow | wrun_01KYT9N9WA8VGVG3TJY8T6MHB4
  • 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_01KYT9NJW650VG37T5PDHZAXEN
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KYT9P0AVN45H7HGP1YSFY9GT
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KYT9PA8JS8VJERV8044Y2X9K
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KYT9PN0CY62F82GJKWB5VBK0
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KYT9PW6HMJXJ8JNT7KSG5YYH
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KYT9PYP1GTAP48HWVPYQJG0N
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYT9Q1AQD82SJJKHDRWCE9A1

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 2fe2d88 into stableJul 30, 2026
93 of 96 checks passed
@VaguelySerious
VaguelySerious deleted the backport/pr-3215-to-stable branch July 30, 2026 19:59
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

@VaguelySerious