-
Notifications
You must be signed in to change notification settings - Fork 328
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
test(remote_wal): add unit tests for kafka remote wal #2993
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2993 +/- ##
========================================
Coverage 85.72% 85.72%
========================================
Files 808 810 +2
Lines 132543 132914 +371
========================================
+ Hits 113618 113940 +322
- Misses 18925 18974 +49 |
db631dd
to
feec4e2
Compare
We need to skip some tests if the |
You can cherry-pick that PR. And you are also able to drop the picked commits(using interactive rebase) if that PR is merged before yours. Without any blocking. |
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
Added unit tests for components of Kafka remote wal, including kafka log store, client manager, topic manager, etc.
Checklist
Refer to a related PR or issue link (optional)
close #2722