lizhimins opened a new pull request, #10374:
URL: https://github.com/apache/rocketmq/pull/10374

   ## Summary
   
   - Quarantine flaky test methods with `@Ignore` annotations across broker, 
client, filter, and tieredstore modules
   - Add flaky test detection plan documentation (CN + EN) under `docs/cn/`
   - Switch `LiteLifecycleManagerTest` to `MockitoJUnitRunner.Silent` to fix 
unnecessary stubbing error after `@Ignore`
   
   ## Motivation
   
   Flaky tests cause intermittent CI failures that erode developer trust in 
build signals. These methods were identified by running the full test suite 
100× across 10 ECS nodes using a three-layer funnel (module → class → method). 
Methods with ≥1% failure rate are quarantined.
   
   ## Test plan
   
   - [ ] Verify CI passes with quarantined tests ignored
   - [ ] Confirm no test coverage loss for non-flaky paths
   - [ ] Review `@Ignore` annotations include failure rate metadata
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to