Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE #244]🚧Implement TopicConfigManager load method #245

Merged
merged 2 commits into from
Mar 7, 2024

fix code style

3dd0b06
Select commit
Loading
Failed to load commit list.
Merged

[ISSUE #244]🚧Implement TopicConfigManager load method #245

fix code style
3dd0b06
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 7, 2024 in 0s

71.35% of diff hit (target 17.48%)

View this Pull Request on Codecov

71.35% of diff hit (target 17.48%)

Annotations

Check warning on line 51 in rocketmq-broker/src/broker_config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-broker/src/broker_config.rs#L51

Added line #L51 was not covered by tests

Check warning on line 78 in rocketmq-broker/src/broker_config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-broker/src/broker_config.rs#L78

Added line #L78 was not covered by tests

Check warning on line 35 in rocketmq-broker/src/filter/manager/consumer_filter_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-broker/src/filter/manager/consumer_filter_manager.rs#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 35 in rocketmq-broker/src/offset/manager/consumer_offset_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-broker/src/offset/manager/consumer_offset_manager.rs#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 35 in rocketmq-broker/src/offset/manager/consumer_order_info_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-broker/src/offset/manager/consumer_order_info_manager.rs#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 71 in rocketmq-broker/src/processor/send_message_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-broker/src/processor/send_message_processor.rs#L71

Added line #L71 was not covered by tests

Check warning on line 35 in rocketmq-broker/src/schedule/schedule_message_service.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-broker/src/schedule/schedule_message_service.rs#L32-L35

Added lines #L32 - L35 were not covered by tests

Check warning on line 197 in rocketmq-broker/src/topic/manager/topic_config_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-broker/src/topic/manager/topic_config_manager.rs#L196-L197

Added lines #L196 - L197 were not covered by tests

Check warning on line 210 in rocketmq-broker/src/topic/manager/topic_config_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-broker/src/topic/manager/topic_config_manager.rs#L209-L210

Added lines #L209 - L210 were not covered by tests

Check warning on line 216 in rocketmq-broker/src/topic/manager/topic_config_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-broker/src/topic/manager/topic_config_manager.rs#L214-L216

Added lines #L214 - L216 were not covered by tests

Check warning on line 220 in rocketmq-broker/src/topic/manager/topic_config_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-broker/src/topic/manager/topic_config_manager.rs#L218-L220

Added lines #L218 - L220 were not covered by tests

Check warning on line 180 in rocketmq-broker/src/topic/manager/topic_queue_mapping_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-broker/src/topic/manager/topic_queue_mapping_manager.rs#L179-L180

Added lines #L179 - L180 were not covered by tests

Check warning on line 28 in rocketmq-common/src/common/config_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-common/src/common/config_manager.rs#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 66 in rocketmq-common/src/common/config_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-common/src/common/config_manager.rs#L66

Added line #L66 was not covered by tests

Check warning on line 229 in rocketmq-remoting/src/protocol.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-remoting/src/protocol.rs#L224-L229

Added lines #L224 - L229 were not covered by tests

Check warning on line 231 in rocketmq-remoting/src/protocol.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-remoting/src/protocol.rs#L231

Added line #L231 was not covered by tests

Check warning on line 234 in rocketmq-remoting/src/protocol.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-remoting/src/protocol.rs#L234

Added line #L234 was not covered by tests

Check warning on line 237 in rocketmq-remoting/src/protocol.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-remoting/src/protocol.rs#L237

Added line #L237 was not covered by tests

Check warning on line 241 in rocketmq-remoting/src/protocol.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-remoting/src/protocol.rs#L241

Added line #L241 was not covered by tests

Check warning on line 245 in rocketmq-remoting/src/protocol.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-remoting/src/protocol.rs#L245

Added line #L245 was not covered by tests

Check warning on line 40 in rocketmq-remoting/src/protocol/body/topic_info_wrapper.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-remoting/src/protocol/body/topic_info_wrapper.rs#L37-L40

Added lines #L37 - L40 were not covered by tests

Check warning on line 46 in rocketmq-remoting/src/protocol/body/topic_info_wrapper.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-remoting/src/protocol/body/topic_info_wrapper.rs#L42-L46

Added lines #L42 - L46 were not covered by tests

Check warning on line 48 in rocketmq-remoting/src/protocol/body/topic_info_wrapper.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-remoting/src/protocol/body/topic_info_wrapper.rs#L48

Added line #L48 was not covered by tests

Check warning on line 50 in rocketmq-remoting/src/protocol/body/topic_info_wrapper.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-remoting/src/protocol/body/topic_info_wrapper.rs#L50

Added line #L50 was not covered by tests

Check warning on line 58 in rocketmq-remoting/src/protocol/body/topic_info_wrapper.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketmq-remoting/src/protocol/body/topic_info_wrapper.rs#L54-L58

Added lines #L54 - L58 were not covered by tests