close
Skip to content

fix the e2e retry logic#11399

Merged
vicb merged 1 commit into
mainfrom
vicb/fix-e2e-retry
Nov 25, 2025
Merged

fix the e2e retry logic#11399
vicb merged 1 commit into
mainfrom
vicb/fix-e2e-retry

Conversation

@vicb

@vicb vicb commented Nov 25, 2025

Copy link
Copy Markdown
Contributor

While working on #11397, I notice that the retry logic was wrong:

  • failed tests are always emptied at the end of the outer for loop so the script would never exit with a non 0 status code
  • "retrying ..." would be displayed even after the last iteration (no more retry)

  • Tests
    • Tests included
    • Tests not necessary because: tested on the mentioned PR
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because: ci
  • Wrangler V3 Backport

@vicb
vicb requested a review from a team as a code owner November 25, 2025 09:23
@changeset-bot

changeset-bot Bot commented Nov 25, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: bd52f3e

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

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

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

@pkg-pr-new

pkg-pr-new Bot commented Nov 25, 2025

Copy link
Copy Markdown
create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@11399

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@11399

miniflare

npm i https://pkg.pr.new/miniflare@11399

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@11399

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@11399

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@11399

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@11399

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@11399

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@11399

wrangler

npm i https://pkg.pr.new/wrangler@11399

commit: bd52f3e

@github-project-automation github-project-automation Bot moved this from Untriaged to Approved in workers-sdk Nov 25, 2025
@vicb vicb mentioned this pull request Nov 25, 2025
@vicb vicb added the ci:no-changeset-required Skip pull request checks for a valid changeset label Nov 25, 2025
@vicb vicb mentioned this pull request Nov 25, 2025
6 tasks
@vicb
vicb merged commit 1acd43d into main Nov 25, 2025
41 of 49 checks passed
@vicb
vicb deleted the vicb/fix-e2e-retry branch November 25, 2025 09:54
@github-project-automation github-project-automation Bot moved this from Approved to Done in workers-sdk Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:no-changeset-required Skip pull request checks for a valid changeset

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants