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

refactor: remove redundant FindLogStream function #918

Merged
merged 3 commits into from
Feb 3, 2025

Conversation

ijsong
Copy link
Member

@ijsong ijsong commented Nov 24, 2024

What this PR does

The FindLogStream function in proto/snpb/metadata.go was removed as it was
redundant and no longer needed. The functionality is already covered by the
GetLogStream method.

@ijsong ijsong requested a review from hungryjang as a code owner November 24, 2024 10:24
Copy link

codecov bot commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.02%. Comparing base (b6fb11e) to head (31cc9e8).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #918   +/-   ##
=======================================
  Coverage   79.02%   79.02%           
=======================================
  Files         180      180           
  Lines       21621    21615    -6     
=======================================
- Hits        17085    17081    -4     
+ Misses       3719     3713    -6     
- Partials      817      821    +4     

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

@ijsong ijsong force-pushed the tests_log_stream_uncommit_report branch from 099dbf1 to fe756d5 Compare December 13, 2024 01:53
@ijsong ijsong force-pushed the refactor_snmd_getlogstream branch from a0af1e1 to 35530c6 Compare December 13, 2024 01:53
@ijsong ijsong force-pushed the tests_log_stream_uncommit_report branch from fe756d5 to 0060a81 Compare December 13, 2024 02:01
@ijsong ijsong force-pushed the refactor_snmd_getlogstream branch from 35530c6 to a84aa13 Compare December 13, 2024 02:01
@ijsong ijsong force-pushed the tests_log_stream_uncommit_report branch from 0060a81 to ba94afb Compare January 16, 2025 04:19
@ijsong ijsong force-pushed the refactor_snmd_getlogstream branch from a84aa13 to 703a233 Compare January 16, 2025 04:19
The FindLogStream function in proto/snpb/metadata.go was removed as it was
redundant and no longer needed. The functionality is already covered by the
GetLogStream method.
@ijsong ijsong force-pushed the tests_log_stream_uncommit_report branch from ba94afb to 92511a1 Compare February 3, 2025 10:57
@ijsong ijsong force-pushed the refactor_snmd_getlogstream branch from 703a233 to 31cc9e8 Compare February 3, 2025 10:57
Base automatically changed from tests_log_stream_uncommit_report to main February 3, 2025 11:22
@ijsong ijsong merged commit 2c3818a into main Feb 3, 2025
9 checks passed
@ijsong ijsong deleted the refactor_snmd_getlogstream branch February 3, 2025 11:23
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.

2 participants