The GitHub Actions job "Build and Run Tests by Maven" on 
rocketmq.git/fix/flaky-tests-10373 has succeeded.
Run started by GitHub user lizhimins (triggered by github-actions[bot]).

Head commit for run:
44e90bdf67f6c4a69a1b3dbbbd273e87ca8cb494 / lizhimins <[email protected]>
[ISSUE #10373] Fix quarantined flaky tests and remove CI rerun workflow

Fix root causes of flaky tests quarantined in #10374:

- BloomFilterTest#testCheckFalseHit: use single seeded Random instance
  instead of per-character Random(System.nanoTime()) which produced
  duplicate strings in tight loops
- TransactionalMessageServiceImplTest#testDeletePrepareMessage_maxSize:
  increase verify timeout from 50ms to 3000ms to accommodate slow
  thread scheduling
- DefaultMQConsumerWithTraceTest#testPullMessage_WithTrace_Success:
  call pullMessage directly instead of async PullMessageService to
  eliminate race condition
- DefaultMQLitePullConsumerWithTraceTest: set RebalanceService.waitInterval
  as static field in @Before to avoid instance-level race condition

Also remove rerun-workflow.yml to stop masking flaky tests with
automatic CI retries.

Report URL: https://github.com/apache/rocketmq/actions/runs/26430982997

With regards,
GitHub Actions via GitBox

Reply via email to