Skip to content

ci(web): serialize DOM-heavy test files - #415

Merged
youzi-1122 merged 1 commit into
mainfrom
fix/release-web-test-contention
Sep 11, 2026
Merged

youzi-1122 merged 1 commit into
mainfrom
fix/release-web-test-contention

Conversation

@youzi-1122

Copy link
Copy Markdown
Member

Summary

Run frontend CI test files serially with Vitest's --no-file-parallelism. After the APM suites joined CI, the Kubernetes filtered Pod pagination test exceeded its 5-second timeout in two consecutive main runs (34567369360 and 34568011159), while the same code passed PR checks. Running DOM-heavy suites one file at a time avoids CPU contention without increasing timeouts or removing assertions.

Validation

  • Ran the exact updated CI test command locally: 132 tests across 21 files passed in 84.41 seconds, including all 38 Kubernetes tests.
  • git diff --check passed. No application code changed.

Author confirmation

@youzi-1122
youzi-1122 merged commit ccf5217 into main Sep 11, 2026
4 checks passed
@youzi-1122
youzi-1122 deleted the fix/release-web-test-contention branch September 11, 2026 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant