-
Notifications
You must be signed in to change notification settings - Fork 172
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
【bug】backend事件查询bug修复 #1154
【bug】backend事件查询bug修复 #1154
Conversation
af2346a
to
ab3da0d
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #1154 +/- ##
=============================================
+ Coverage 41.63% 41.66% +0.02%
Complexity 3183 3183
=============================================
Files 808 808
Lines 17791 17780 -11
Branches 1943 1940 -3
=============================================
Hits 7408 7408
+ Misses 9443 9432 -11
Partials 940 940
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
sermant-backend/src/main/java/com/huaweicloud/sermant/backend/dao/memory/MemoryClientImpl.java
Outdated
Show resolved
Hide resolved
sermant-backend/src/main/java/com/huaweicloud/sermant/backend/dao/redis/RedisClientImpl.java
Outdated
Show resolved
Hide resolved
312d827
to
edfc9ea
Compare
edfc9ea
to
7c04a47
Compare
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.
/lgtm
【修复issue】#1099
【修改内容】
【用例描述】不需修改用例
【自测情况】1、本地静态检查通过