Skip to content

[ISSUE #227]🚧Implement MessageStore put message(single message)-3#229

Merged
mxsm merged 3 commits intomainfrom
feature-227
Feb 27, 2024
Merged

[ISSUE #227]🚧Implement MessageStore put message(single message)-3#229
mxsm merged 3 commits intomainfrom
feature-227

Conversation

@mxsm
Copy link
Copy Markdown
Owner

@mxsm mxsm commented Feb 27, 2024

Which Issue(s) This PR Fixes(Closes)

Fixes #227

Brief Description

How Did You Test This Change?

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 27, 2024

Codecov Report

Attention: Patch coverage is 18.91892% with 90 lines in your changes are missing coverage. Please review.

Project coverage is 15.18%. Comparing base (7d6ca5d) to head (831aeb1).
Report is 1 commits behind head on main.

Files Patch % Lines
...cketmq-common/src/common/message/message_single.rs 0.00% 40 Missing ⚠️
rocketmq-common/src/utils/message_utils.rs 38.23% 21 Missing ⚠️
...ketmq-store/src/consume_queue/mapped_file_queue.rs 36.84% 12 Missing ⚠️
...ocketmq-common/src/common/message/message_batch.rs 0.00% 5 Missing ⚠️
rocketmq-store/src/log_file/commit_log.rs 0.00% 5 Missing ⚠️
rocketmq-common/src/common/message.rs 0.00% 4 Missing ⚠️
...tmq-store/src/log_file/mapped_file/default_impl.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #229      +/-   ##
==========================================
+ Coverage   15.02%   15.18%   +0.16%     
==========================================
  Files         144      146       +2     
  Lines        7269     7370     +101     
==========================================
+ Hits         1092     1119      +27     
- Misses       6177     6251      +74     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mxsm mxsm merged commit e20b9aa into main Feb 27, 2024
@mxsm mxsm deleted the feature-227 branch February 27, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]Implement MessageStore put message(single message)-3

2 participants