apache / rocketmq

Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
https://rocketmq.apache.org/
Apache License 2.0
21.13k stars 11.64k forks source link

[ISSUE #8682] Add more test coverage for TopicRouteInfoManager #8683

Open yx9o opened 2 weeks ago

yx9o commented 2 weeks ago

Fixes #8682 .

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 47.55%. Comparing base (d3e5f70) to head (53aa28b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #8683 +/- ## ========================================== Coverage 47.54% 47.55% - Complexity 11548 11552 +4 ========================================== Files 1277 1277 Lines 89457 89457 Branches 11505 11505 ========================================== + Hits 42535 42543 +8 + Misses 41712 41681 -31 - Partials 5210 5233 +23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

yx9o commented 1 week ago

CR need

Please tell me where I need to modify. I don't understand.