- Notifications
You must be signed in to change notification settings - Fork12k
[ISSUE #9832] Cleanup test directories in some RocksDB unit tests#9833
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:develop
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedNov 10, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## develop #9833 +/- ##=============================================- Coverage 48.35% 48.28% -0.08%+ Complexity 12255 12239 -16============================================= Files 1314 1314 Lines 93777 93777 Branches 12034 12034 =============================================- Hits 45345 45279 -66- Misses 42834 42886 +52- Partials 5598 5612 +14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| @After | ||
| publicvoidshutdown()throwsIOException { | ||
| if (consumerService !=null) { | ||
| consumerService.shutdown(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
用例里面已经 shutdown 过了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Done
Which Issue(s) This PR Fixes
Fixes#9832
Brief Description
Clean up test directories in some RocksDB unit tests
How Did You Test This Change?
unit test and local test