The GitHub Actions job "Build and Run Tests by Bazel" on 
rocketmq.git/enhancement/optimize-transferToFsStoreTest has succeeded.
Run started by GitHub user f1amingo (triggered by f1amingo).

Head commit for run:
96f23c4fa46743e9f92f4ec40f50b5c1ec3e4af0 / Quan <[email protected]>
[ISSUE #10562] Optimize PopConsumerServiceTest#transferToFsStoreTest to avoid 
unnecessary background threads

- Replace consumerService.start() with 
consumerService.getPopConsumerStore().start()
- Replace consumerService.shutdown() with 
consumerService.getPopConsumerStore().shutdown()
- Avoid starting revive/cache background threads that are not needed for 
transferToFsStore verification
- Reduces test execution time from ~60s to ~1.3s

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

With regards,
GitHub Actions via GitBox

Reply via email to