Skip to content

Parallelize E2E app cleanup with worker pool - #8292

Open
isaacroldan wants to merge 2 commits into
mainfrom
isaac/parallel-e2e-app-cleanup
Open

Parallelize E2E app cleanup with worker pool#8292
isaacroldan wants to merge 2 commits into
mainfrom
isaac/parallel-e2e-app-cleanup

Conversation

@isaacroldan

Copy link
Copy Markdown
Contributor

Summary

  • process each dashboard page with five bounded Playwright workers
  • use one isolated page per worker and aggregate cleanup outcomes after each batch
  • keep the existing page-one rescan after mutations

Testing

  • pnpm --filter @shopify/e2e type-check
  • pnpm exec prettier --check packages/e2e/scripts/cleanup-apps.ts
  • direct tsx module import
  • git diff --check

Live cleanup was not run because it deletes E2E resources.

@github-actions github-actions Bot added the no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users. label Aug 10, 2026
@isaacroldan
isaacroldan marked this pull request as ready for review August 11, 2026 10:04
@isaacroldan
isaacroldan requested a review from a team as a code owner August 11, 2026 10:04
@isaacroldan isaacroldan changed the title Run E2E app cleanup in parallel Parallelize app cleanup with worker pool Aug 11, 2026
@isaacroldan isaacroldan changed the title Parallelize app cleanup with worker pool Parallelize E2E app cleanup with worker pool Aug 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant