Skip to content

chore(test): no re-try in watch test cases#12976

Draft
stormslowly wants to merge 75 commits intomainfrom
chore/watch_case_run
Draft

chore(test): no re-try in watch test cases#12976
stormslowly wants to merge 75 commits intomainfrom
chore/watch_case_run

Conversation

@stormslowly
Copy link
Contributor

Summary

Related links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@github-actions github-actions bot added team The issue/pr is created by the member of Rspack. release: refactor labels Feb 6, 2026
@stormslowly stormslowly changed the title refactor: no re-try in watch test cases chore(test): no re-try in watch test cases Feb 6, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

Rsdoctor Bundle Diff Analysis

⚠️ Note: The latest commit (3bb764b1da) does not have baseline artifacts. Using commit b28e758882 for baseline comparison instead. If this seems incorrect, please wait a few minutes and try rerunning the workflow.

Found 5 projects in monorepo, 1 project with changes.

📊 Quick Summary
Project Total Size Change
react-10k 5.7 MB 0
react-1k 825.4 KB 0
react-5k 2.7 MB 0
rome 984.2 KB 0
ui-components 2.2 MB +1.9 KB (0.1%)
📋 Detailed Reports (Click to expand)

📁 ui-components

Path: ../build-tools-performance/cases/ui-components/dist/rsdoctor-data.json

📌 Baseline Commit: b28e758882 | PR: #13041

Metric Current Baseline Change
📊 Total Size 2.2 MB 2.2 MB +1.9 KB (0.1%)
📄 JavaScript 2.0 MB 2.0 MB +1.9 KB (0.1%)
🎨 CSS 267.8 KB 267.8 KB 0
🌐 HTML 0 B 0 B 0
📁 Other Assets 0 B 0 B 0

📦 Download Diff Report: ui-components Bundle Diff

Generated by Rsdoctor GitHub Action

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

📦 Binary Size-limit

Comparing 0dac33e to fix: Replace AtomicRefCell with Mutex in RSC Coordinator (#12972) by Cong-Cong Pan

🙈 Size remains the same at 48.57MB

@codspeed-hq
Copy link

codspeed-hq bot commented Feb 6, 2026

CodSpeed Performance Report

Merging this PR will not alter performance

Comparing chore/watch_case_run (0dac33e) with main (c4c9877)

Summary

✅ 16 untouched benchmarks
⏩ 1 skipped benchmark1

Footnotes

  1. 1 benchmark was skipped, so the baseline result was used instead. If it was deleted from the codebase, click here and archive it to remove it from the performance reports.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 6, 2026

Deploying rspack with  Cloudflare Pages  Cloudflare Pages

Latest commit: a064488
Status: ✅  Deploy successful!
Preview URL: https://fdc9e730.rspack-v2.pages.dev
Branch Preview URL: https://chore-watch-case-run.rspack-v2.pages.dev

View logs

## goal: invesitage CI rstest timeout

There are some CI testing timeouts in CI. There is no log to determine which case is hanging or test ends, but something else is causing the hanging.

So I need a streamed text report of the rstest for rspack-test and the rspack-cli test.

1. write the reporter in current monorepo
2. the reporter records every test case starts and ends in separate lines, so that I can tell which case is executed or still executing.
3. It streams text to a file, immedidately
4. update @.github/workflows/reusable-build-test.yml to upload the streamed reporter  text file.
## goal: invesitage CI rstest timeout

There are some CI testing timeouts in CI. There is no log to determine which case is hanging or test ends, but something else is causing the hanging.

So I need a streamed text report of the rstest for rspack-test and the rspack-cli test.

1. write the reporter in current monorepo
2. the reporter records every test case starts and ends in separate lines, so that I can tell which case is executed or still executing.
3. It streams text to a file, immedidately
4. update @.github/workflows/reusable-build-test.yml to upload the streamed reporter  text file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team The issue/pr is created by the member of Rspack.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant