Skip to content

[ISSUE #242]🚀Implement DefaultMappedFile related functions-1 #243

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

Merged
merged 2 commits into from
Mar 7, 2024

Conversation

mxsm
Copy link
Owner

@mxsm mxsm commented Mar 7, 2024

Which Issue(s) This PR Fixes(Closes)

Fixes #242

Brief Description

How Did You Test This Change?

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

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

Project coverage is 17.48%. Comparing base (f06dce3) to head (320673d).
Report is 1 commits behind head on main.

Files Patch % Lines
rocketmq-store/src/base/append_message_callback.rs 0.00% 23 Missing ⚠️
...tmq-store/src/log_file/mapped_file/default_impl.rs 0.00% 5 Missing ⚠️
rocketmq-store/src/base/message_result.rs 0.00% 4 Missing ⚠️
rocketmq-store/src/log_file/commit_log.rs 0.00% 2 Missing ⚠️
rocketmq-broker/src/broker_controller.rs 0.00% 1 Missing ⚠️
...tmq-broker/src/processor/send_message_processor.rs 0.00% 1 Missing ⚠️
rocketmq-store/src/base.rs 0.00% 1 Missing ⚠️
...ketmq-store/src/consume_queue/mapped_file_queue.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #243      +/-   ##
==========================================
- Coverage   17.50%   17.48%   -0.03%     
==========================================
  Files         150      150              
  Lines        7804     7813       +9     
==========================================
  Hits         1366     1366              
- Misses       6438     6447       +9     

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

@mxsm mxsm merged commit 54f837a into main Mar 7, 2024
@mxsm mxsm deleted the feature-217 branch March 7, 2024 08:16
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 DefaultMappedFile related functions-1
2 participants