chore(test): no re-try in watch test cases#12976
Conversation
Rsdoctor Bundle Diff Analysis
Found 5 projects in monorepo, 1 project with changes. 📊 Quick Summary
📋 Detailed Reports (Click to expand)📁 ui-componentsPath:
📦 Download Diff Report: ui-components Bundle Diff Generated by Rsdoctor GitHub Action |
📦 Binary Size-limit
🙈 Size remains the same at 48.57MB |
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
Deploying rspack with
|
| 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 |
## 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.
Summary
Related links
Checklist